Skip to content

Commit ed7086e

Browse files
Bump golang.org/x/oauth2 from 0.8.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.8.0 to 0.27.0. - [Commits](golang/oauth2@v0.8.0...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 6a8eecd commit ed7086e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/core-dump-operator
22

3-
go 1.19
3+
go 1.23.0
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.11.0
@@ -59,13 +59,12 @@ require (
5959
go.uber.org/multierr v1.6.0 // indirect
6060
go.uber.org/zap v1.24.0 // indirect
6161
golang.org/x/net v0.33.0 // indirect
62-
golang.org/x/oauth2 v0.8.0 // indirect
62+
golang.org/x/oauth2 v0.27.0 // indirect
6363
golang.org/x/sys v0.28.0
6464
golang.org/x/term v0.27.0 // indirect
6565
golang.org/x/text v0.21.0 // indirect
6666
golang.org/x/time v0.3.0 // indirect
6767
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
68-
google.golang.org/appengine v1.6.7 // indirect
6968
google.golang.org/protobuf v1.33.0 // indirect
7069
gopkg.in/fsnotify.v1 v1.4.7
7170
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)