Skip to content

Commit c7ff661

Browse files
Bump golang.org/x/oauth2 in /test/integration/test_app/sidecar-frontend
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20211104180415-d3ed0bb246c8 to 0.27.0. - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb4eaa6 commit c7ff661

File tree

2 files changed

+10
-276
lines changed

2 files changed

+10
-276
lines changed

test/integration/test_app/sidecar-frontend/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module feapp
22

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
k8s.io/apimachinery v0.25.2
@@ -27,12 +27,11 @@ require (
2727
github.com/modern-go/reflect2 v1.0.2 // indirect
2828
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2929
golang.org/x/net v0.17.0 // indirect
30-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
30+
golang.org/x/oauth2 v0.27.0 // indirect
3131
golang.org/x/sys v0.13.0 // indirect
3232
golang.org/x/term v0.13.0 // indirect
3333
golang.org/x/text v0.13.0 // indirect
3434
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
35-
google.golang.org/appengine v1.6.7 // indirect
3635
google.golang.org/protobuf v1.33.0 // indirect
3736
gopkg.in/inf.v0 v0.9.1 // indirect
3837
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)