File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ require (
1111 k8s.io/apimachinery v0.31.3
1212 k8s.io/client-go v0.31.3
1313 k8s.io/klog/v2 v2.130.1
14+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
1415)
1516
1617require (
@@ -34,7 +35,7 @@ require (
3435 github.com/x448/float16 v0.8.4 // indirect
3536 go.uber.org/automaxprocs v1.6.0 // indirect
3637 golang.org/x/net v0.38.0 // indirect
37- golang.org/x/oauth2 v0.21 .0 // indirect
38+ golang.org/x/oauth2 v0.27 .0 // indirect
3839 golang.org/x/sys v0.32.0 // indirect
3940 golang.org/x/term v0.30.0 // indirect
4041 golang.org/x/text v0.23.0 // indirect
@@ -45,7 +46,6 @@ require (
4546 gopkg.in/yaml.v2 v2.4.0 // indirect
4647 gopkg.in/yaml.v3 v3.0.1 // indirect
4748 k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
48- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
4949 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
5050 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
5151 sigs.k8s.io/yaml v1.4.0 // indirect
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
9292golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
9393golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
9494golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
95- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
96- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
95+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
96+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
9797golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
9898golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
9999golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments