Skip to content

Commit 39c7b06

Browse files
dependabot[bot]cdesiniotis
authored andcommitted
Bump golang.org/x/oauth2 from 0.23.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.27.0. - [Commits](golang/oauth2@v0.23.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 6a22cb0 commit 39c7b06

File tree

6 files changed

+16
-19
lines changed

6 files changed

+16
-19
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/NVIDIA/k8s-device-plugin
22

3-
go 1.22.2
3+
go 1.23.0
4+
5+
toolchain go1.23.11
46

57
require (
68
github.com/NVIDIA/go-gpuallocator v0.5.0
@@ -63,7 +65,7 @@ require (
6365
github.com/x448/float16 v0.8.4 // indirect
6466
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
6567
golang.org/x/net v0.33.0 // indirect
66-
golang.org/x/oauth2 v0.21.0 // indirect
68+
golang.org/x/oauth2 v0.27.0 // indirect
6769
golang.org/x/sys v0.28.0 // indirect
6870
golang.org/x/term v0.27.0 // indirect
6971
golang.org/x/text v0.21.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
149149
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
150150
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
151151
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
152-
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
153-
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
152+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
153+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
154154
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
155155
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
156156
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

vendor/golang.org/x/oauth2/README.md

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

vendor/golang.org/x/oauth2/oauth2.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/oauth2/pkce.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ golang.org/x/net/http2/hpack
196196
golang.org/x/net/idna
197197
golang.org/x/net/internal/timeseries
198198
golang.org/x/net/trace
199-
# golang.org/x/oauth2 v0.21.0
200-
## explicit; go 1.18
199+
# golang.org/x/oauth2 v0.27.0
200+
## explicit; go 1.23.0
201201
golang.org/x/oauth2
202202
golang.org/x/oauth2/internal
203203
# golang.org/x/sys v0.28.0

0 commit comments

Comments
 (0)