@@ -13,6 +13,7 @@ require (
1313 github.com/alecthomas/jsonschema v0.0.0-20191017121752-4bb6e3fae4f2
1414 github.com/blang/semver/v4 v4.0.0
1515 github.com/cenkalti/backoff/v4 v4.3.0
16+ github.com/ettle/strcase v0.2.0
1617 github.com/fatih/color v1.18.0
1718 github.com/google/go-cmp v0.7.0
1819 github.com/google/go-querystring v1.1.0
@@ -26,9 +27,10 @@ require (
2627 github.com/shirou/gopsutil/v3 v3.24.5
2728 github.com/ssgelm/cookiejarparser v1.0.1
2829 github.com/stretchr/testify v1.10.0
30+ github.com/tidwall/gjson v1.18.0
2931 github.com/xeipuuv/gojsonschema v1.2.0
3032 golang.org/x/sync v0.15.0
31- golang.org/x/term v0.32 .0
33+ golang.org/x/term v0.36 .0
3234 k8s.io/code-generator v0.33.3
3335 sigs.k8s.io/yaml v1.5.0
3436)
@@ -51,7 +53,6 @@ require (
5153 github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
5254 github.com/emicklei/go-restful/v3 v3.12.0 // indirect
5355 github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
54- github.com/ettle/strcase v0.2.0 // indirect
5556 github.com/fsnotify/fsnotify v1.8.0 // indirect
5657 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5758 github.com/ghodss/yaml v1.0.0 // indirect
@@ -110,7 +111,6 @@ require (
110111 github.com/spf13/pflag v1.0.6 // indirect
111112 github.com/spf13/viper v1.20.1 // indirect
112113 github.com/subosito/gotenv v1.6.0 // indirect
113- github.com/tidwall/gjson v1.18.0 // indirect
114114 github.com/tidwall/match v1.1.1 // indirect
115115 github.com/tidwall/pretty v1.2.1 // indirect
116116 github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -128,7 +128,7 @@ require (
128128 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
129129 golang.org/x/mod v0.24.0 // indirect
130130 golang.org/x/net v0.39.0 // indirect
131- golang.org/x/sys v0.34 .0 // indirect
131+ golang.org/x/sys v0.37 .0 // indirect
132132 golang.org/x/text v0.24.0 // indirect
133133 golang.org/x/tools v0.32.0 // indirect
134134 google.golang.org/protobuf v1.36.6 // indirect
0 commit comments