Skip to content

Commit e15b786

Browse files
Bump golang.org/x/oauth2
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.11.0 to 0.27.0. - [Commits](golang/oauth2@v0.11.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] <support@github.com>
1 parent 04a58b5 commit e15b786

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • Container-Root/ray/deploy/prometheus/kuberay/ray-operator

Container-Root/ray/deploy/prometheus/kuberay/ray-operator/go.mod

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

3-
go 1.20
3+
go 1.23.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.2.0
@@ -70,14 +70,13 @@ require (
7070
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
7171
golang.org/x/mod v0.10.0 // indirect
7272
golang.org/x/net v0.23.0 // indirect
73-
golang.org/x/oauth2 v0.11.0 // indirect
73+
golang.org/x/oauth2 v0.27.0 // indirect
7474
golang.org/x/sys v0.18.0 // indirect
7575
golang.org/x/term v0.18.0 // indirect
7676
golang.org/x/text v0.14.0 // indirect
7777
golang.org/x/time v0.3.0 // indirect
7878
golang.org/x/tools v0.9.3 // indirect
7979
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
80-
google.golang.org/appengine v1.6.7 // indirect
8180
google.golang.org/protobuf v1.33.0 // indirect
8281
gopkg.in/inf.v0 v0.9.1 // indirect
8382
gopkg.in/yaml.v2 v2.4.0 // indirect

Container-Root/ray/deploy/prometheus/kuberay/ray-operator/go.sum

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

0 commit comments

Comments
 (0)