Skip to content

Commit 66d46b3

Browse files
committed
Run go mod tidy
1 parent 1a56e01 commit 66d46b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ require (
3131
golang.org/x/mod v0.27.0
3232
golang.org/x/sync v0.16.0
3333
golang.org/x/tools v0.36.0
34-
gopkg.in/yaml.v2 v2.4.0
3534
helm.sh/helm/v3 v3.18.6
3635
k8s.io/api v0.33.4
3736
k8s.io/apiextensions-apiserver v0.33.4
@@ -232,6 +231,7 @@ require (
232231
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
233232
gopkg.in/inf.v0 v0.9.1 // indirect
234233
gopkg.in/warnings.v0 v0.1.2 // indirect
234+
gopkg.in/yaml.v2 v2.4.0 // indirect
235235
gopkg.in/yaml.v3 v3.0.1 // indirect
236236
k8s.io/controller-manager v0.33.2 // indirect
237237
k8s.io/kubectl v0.33.3 // indirect

0 commit comments

Comments
 (0)