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 @@ -5,6 +5,7 @@ go 1.23.0
55require (
66 github.com/coreos/go-iptables v0.8.0
77 github.com/stretchr/testify v1.9.0
8+ k8s.io/api v0.31.3
89 k8s.io/apimachinery v0.31.3
910 k8s.io/client-go v0.31.3
1011 k8s.io/component-base v0.31.3
@@ -44,7 +45,7 @@ require (
4445 github.com/spf13/pflag v1.0.5 // indirect
4546 github.com/x448/float16 v0.8.4 // indirect
4647 golang.org/x/net v0.38.0 // indirect
47- golang.org/x/oauth2 v0.21 .0 // indirect
48+ golang.org/x/oauth2 v0.27 .0 // indirect
4849 golang.org/x/sys v0.31.0 // indirect
4950 golang.org/x/term v0.30.0 // indirect
5051 golang.org/x/text v0.23.0 // indirect
@@ -53,7 +54,6 @@ require (
5354 gopkg.in/inf.v0 v0.9.1 // indirect
5455 gopkg.in/yaml.v2 v2.4.0 // indirect
5556 gopkg.in/yaml.v3 v3.0.1 // indirect
56- k8s.io/api v0.31.3 // indirect
5757 k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
5858 k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
5959 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
119119golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
120120golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
121121golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
122- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
123- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
122+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
123+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
124124golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
125125golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
126126golang.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