feat: Add unit tests for cluster config parsing and tarball utility

This commit is contained in:
2025-05-10 17:41:43 -04:00
parent b723a004f2
commit 2f0debf608
3 changed files with 544 additions and 1 deletions

7
go.mod
View File

@ -1,3 +1,8 @@
module git.dws.rip/dubey/kat
go 1.24.2
go 1.21
require (
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v3 v3.0.1
)