Skip to content

Commit

Permalink
Fix mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
liustanley committed Aug 14, 2024
1 parent 95a2151 commit 3cdfde7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
5 changes: 2 additions & 3 deletions e2e-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,15 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down
22 changes: 8 additions & 14 deletions e2e-tests/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3cdfde7

Please sign in to comment.