@@ -20,7 +20,7 @@ require (
20
20
github.com/prometheus/procfs v0.10.1
21
21
github.com/vishvananda/netns v0.0.4
22
22
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
23
- golang.org/x/oauth2 v0.6 .0
23
+ golang.org/x/oauth2 v0.8 .0
24
24
golang.org/x/sync v0.2.0
25
25
golang.org/x/sys v0.11.0
26
26
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
@@ -32,7 +32,7 @@ require (
32
32
k8s.io/client-go v0.27.3
33
33
k8s.io/klog/v2 v2.90.1
34
34
k8s.io/kubectl v0.27.3
35
- sigs.k8s.io/e2e-framework v0.0.7
35
+ sigs.k8s.io/e2e-framework v0.2.0
36
36
)
37
37
38
38
require (
@@ -44,6 +44,7 @@ require (
44
44
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
45
45
github.com/BurntSushi/toml v0.4.1 // indirect
46
46
github.com/MakeNowJust/heredoc v1.0.0 // indirect
47
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
47
48
github.com/aws/aws-sdk-go-v2 v1.17.1 // indirect
48
49
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.9 // indirect
49
50
github.com/aws/aws-sdk-go-v2/config v1.18.3 // indirect
@@ -104,7 +105,7 @@ require (
104
105
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
105
106
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
106
107
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
107
- github.com/hashicorp/golang-lru v0.5.4 // indirect
108
+ github.com/hashicorp/golang-lru v0.5.1 // indirect
108
109
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
109
110
github.com/imdario/mergo v0.3.12 // indirect
110
111
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -154,8 +155,8 @@ require (
154
155
github.com/xlab/treeprint v1.1.0 // indirect
155
156
go.opencensus.io v0.24.0 // indirect
156
157
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
157
- go.uber.org/atomic v1.8 .0 // indirect
158
- golang.org/x/crypto v0.1.0 // indirect
158
+ go.uber.org/atomic v1.7 .0 // indirect
159
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
159
160
golang.org/x/mod v0.10.0 // indirect
160
161
golang.org/x/net v0.10.0 // indirect
161
162
golang.org/x/term v0.8.0 // indirect
@@ -166,7 +167,7 @@ require (
166
167
google.golang.org/appengine v1.6.7 // indirect
167
168
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
168
169
gopkg.in/inf.v0 v0.9.1 // indirect
169
- gopkg.in/ini.v1 v1.62 .0 // indirect
170
+ gopkg.in/ini.v1 v1.57 .0 // indirect
170
171
gopkg.in/yaml.v2 v2.4.0 // indirect
171
172
gopkg.in/yaml.v3 v3.0.1 // indirect
172
173
honnef.co/go/tools v0.2.2 // indirect
0 commit comments