Skip to content

Commit bc28dfb

Browse files
committed
Update go modules
1 parent 569d1b8 commit bc28dfb

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

test/go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/prometheus/procfs v0.10.1
2121
github.com/vishvananda/netns v0.0.4
2222
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
2424
golang.org/x/sync v0.2.0
2525
golang.org/x/sys v0.11.0
2626
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
@@ -32,7 +32,7 @@ require (
3232
k8s.io/client-go v0.27.3
3333
k8s.io/klog/v2 v2.90.1
3434
k8s.io/kubectl v0.27.3
35-
sigs.k8s.io/e2e-framework v0.0.7
35+
sigs.k8s.io/e2e-framework v0.2.0
3636
)
3737

3838
require (
@@ -44,6 +44,7 @@ require (
4444
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4545
github.com/BurntSushi/toml v0.4.1 // indirect
4646
github.com/MakeNowJust/heredoc v1.0.0 // indirect
47+
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
4748
github.com/aws/aws-sdk-go-v2 v1.17.1 // indirect
4849
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.9 // indirect
4950
github.com/aws/aws-sdk-go-v2/config v1.18.3 // indirect
@@ -104,7 +105,7 @@ require (
104105
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
105106
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
106107
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
108109
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb // indirect
109110
github.com/imdario/mergo v0.3.12 // indirect
110111
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -154,8 +155,8 @@ require (
154155
github.com/xlab/treeprint v1.1.0 // indirect
155156
go.opencensus.io v0.24.0 // indirect
156157
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
159160
golang.org/x/mod v0.10.0 // indirect
160161
golang.org/x/net v0.10.0 // indirect
161162
golang.org/x/term v0.8.0 // indirect
@@ -166,7 +167,7 @@ require (
166167
google.golang.org/appengine v1.6.7 // indirect
167168
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
168169
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
170171
gopkg.in/yaml.v2 v2.4.0 // indirect
171172
gopkg.in/yaml.v3 v3.0.1 // indirect
172173
honnef.co/go/tools v0.2.2 // indirect

test/go.sum

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)