@@ -7,7 +7,6 @@ toolchain go1.22.5
7
7
require (
8
8
github.com/Masterminds/sprig/v3 v3.2.3
9
9
github.com/api7/gopkg v0.2.1-0.20230601092738-0f3730f9b57a
10
- github.com/gavv/httpexpect v2.0.0+incompatible
11
10
github.com/gavv/httpexpect/v2 v2.16.0
12
11
github.com/go-logr/logr v1.4.2
13
12
github.com/go-logr/zapr v1.3.0
@@ -28,13 +27,13 @@ require (
28
27
go.uber.org/zap v1.27.0
29
28
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
30
29
golang.org/x/net v0.28.0
31
- gopkg.in/yaml.v2 v2.4.0
32
- gorm.io/gorm v1.25.11
30
+ gopkg.in/yaml.v3 v3.0.1
33
31
helm.sh/helm/v3 v3.15.4
34
32
k8s.io/api v0.31.1
35
33
k8s.io/apiextensions-apiserver v0.31.1
36
34
k8s.io/apimachinery v0.31.1
37
35
k8s.io/client-go v0.31.1
36
+ k8s.io/kubectl v0.30.3
38
37
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
39
38
sigs.k8s.io/controller-runtime v0.19.0
40
39
sigs.k8s.io/gateway-api v1.2.0
@@ -80,7 +79,6 @@ require (
80
79
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
81
80
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
82
81
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
83
- github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
84
82
github.com/fatih/color v1.17.0 // indirect
85
83
github.com/fatih/structs v1.1.0 // indirect
86
84
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -121,8 +119,6 @@ require (
121
119
github.com/imdario/mergo v0.3.16 // indirect
122
120
github.com/imkira/go-interpol v1.1.0 // indirect
123
121
github.com/inconshreveable/mousetrap v1.1.0 // indirect
124
- github.com/jinzhu/inflection v1.0.0 // indirect
125
- github.com/jinzhu/now v1.1.5 // indirect
126
122
github.com/jmespath/go-jmespath v0.4.0 // indirect
127
123
github.com/jmoiron/sqlx v1.3.5 // indirect
128
124
github.com/josharian/intern v1.0.0 // indirect
@@ -149,7 +145,6 @@ require (
149
145
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
150
146
github.com/modern-go/reflect2 v1.0.2 // indirect
151
147
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
152
- github.com/moul/http2curl v1.0.0 // indirect
153
148
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
154
149
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
155
150
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -211,13 +206,12 @@ require (
211
206
gopkg.in/fsnotify.v1 v1.4.7 // indirect
212
207
gopkg.in/inf.v0 v0.9.1 // indirect
213
208
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
214
- gopkg.in/yaml.v3 v3.0.1 // indirect
209
+ gopkg.in/yaml.v2 v2.4.0 // indirect
215
210
k8s.io/apiserver v0.31.1 // indirect
216
211
k8s.io/cli-runtime v0.30.3 // indirect
217
212
k8s.io/component-base v0.31.1 // indirect
218
213
k8s.io/klog/v2 v2.130.1 // indirect
219
214
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
220
- k8s.io/kubectl v0.30.3 // indirect
221
215
moul.io/http2curl/v2 v2.3.0 // indirect
222
216
oras.land/oras-go v1.2.5 // indirect
223
217
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
0 commit comments