Skip to content

Commit 9223cf3

Browse files
Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.27.0. - [Commits](golang/oauth2@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15370e9 commit 9223cf3

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/appvia/terranetes-controller
22

33
go 1.22.0
4-
5-
toolchain go1.22.5
4+
toolchain go1.23.6
65

76
require (
87
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -42,7 +41,7 @@ require (
4241
github.com/tidwall/gjson v1.18.0
4342
github.com/tidwall/pretty v1.2.1
4443
github.com/tidwall/sjson v1.2.5
45-
golang.org/x/oauth2 v0.26.0
44+
golang.org/x/oauth2 v0.27.0
4645
golang.org/x/tools v0.30.0
4746
gopkg.in/yaml.v2 v2.4.0
4847
k8s.io/api v0.31.4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1904,8 +1904,8 @@ golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec
19041904
golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I=
19051905
golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw=
19061906
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
1907-
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
1908-
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
1907+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
1908+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
19091909
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
19101910
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
19111911
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

+2-2
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1366,8 +1366,8 @@ golang.org/x/net/idna
13661366
golang.org/x/net/internal/httpcommon
13671367
golang.org/x/net/internal/timeseries
13681368
golang.org/x/net/trace
1369-
# golang.org/x/oauth2 v0.26.0
1370-
## explicit; go 1.18
1369+
# golang.org/x/oauth2 v0.27.0
1370+
## explicit; go 1.23.0
13711371
golang.org/x/oauth2
13721372
golang.org/x/oauth2/authhandler
13731373
golang.org/x/oauth2/google

0 commit comments

Comments
 (0)