This commit is contained in:
2023-03-19 17:19:09 -05:00
parent d5963a693d
commit 80ef925ff4
9 changed files with 130 additions and 42 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.19
require (
github.com/hashicorp/logutils v1.0.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.26.3
k8s.io/apimachinery v0.26.3
)