Skip to content

Commit d8deaa3

Browse files
committed
fix: bump version of x/mod to compile project which is newer than go1.21
1 parent 779b556 commit d8deaa3

File tree

2 files changed

+40
-56
lines changed

2 files changed

+40
-56
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ require (
2020
github.com/spf13/viper v1.6.2
2121
github.com/stretchr/testify v1.6.1
2222
github.com/tongjingran/copy v1.4.2
23-
github.com/ugorji/go v1.2.6 // indirect
24-
golang.org/x/mod v0.3.0
25-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
23+
golang.org/x/mod v0.20.0
24+
golang.org/x/net v0.15.0
2625
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
27-
golang.org/x/tools v0.0.0-20200730221956-1ac65761fe2c
26+
golang.org/x/tools v0.13.0
2827
google.golang.org/protobuf v1.27.1 // indirect
2928
gopkg.in/yaml.v2 v2.4.0 // indirect
3029
k8s.io/test-infra v0.0.0-20200511080351-8ac9dbfab055

0 commit comments

Comments
 (0)