Skip to content

Commit b4bbc9e

Browse files
Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#1639)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.28.0 to 0.29.0. - [Commits](golang/oauth2@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a22bf05 commit b4bbc9e

File tree

5 files changed

+30
-14
lines changed

5 files changed

+30
-14
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/tidwall/gjson v1.18.0
4343
github.com/tidwall/pretty v1.2.1
4444
github.com/tidwall/sjson v1.2.5
45-
golang.org/x/oauth2 v0.28.0
45+
golang.org/x/oauth2 v0.29.0
4646
golang.org/x/tools v0.31.0
4747
gopkg.in/yaml.v2 v2.4.0
4848
k8s.io/api v0.32.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1841,8 +1841,8 @@ golang.org/x/oauth2 v0.4.0/go.mod h1:RznEsdpjGAINPTOF0UH/t+xJ75L18YO3Ho6Pyn+uRec
18411841
golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I=
18421842
golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw=
18431843
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
1844-
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
1845-
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
1844+
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
1845+
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
18461846
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
18471847
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
18481848
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

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

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

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

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

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ golang.org/x/net/idna
16301630
golang.org/x/net/internal/httpcommon
16311631
golang.org/x/net/internal/timeseries
16321632
golang.org/x/net/trace
1633-
# golang.org/x/oauth2 v0.28.0
1633+
# golang.org/x/oauth2 v0.29.0
16341634
## explicit; go 1.23.0
16351635
golang.org/x/oauth2
16361636
golang.org/x/oauth2/authhandler

0 commit comments

Comments
 (0)