Skip to content

Commit 692ee08

Browse files
chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.27.0 (#2558)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0. - [Commits](golang/oauth2@v0.21.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1150aa7 commit 692ee08

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ require (
8484
github.com/go-openapi/swag v0.23.0 // indirect
8585
github.com/gogo/protobuf v1.3.2 // indirect
8686
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
87-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8887
github.com/golang/protobuf v1.5.4 // indirect
8988
github.com/google/btree v1.1.3 // indirect
9089
github.com/google/gnostic-models v0.6.8 // indirect
@@ -127,18 +126,17 @@ require (
127126
github.com/yusufpapurcu/wmi v1.2.2 // indirect
128127
go.uber.org/atomic v1.11.0 // indirect
129128
go.uber.org/multierr v1.11.0 // indirect
130-
go.uber.org/zap v1.26.0 // indirect
129+
go.uber.org/zap v1.27.0 // indirect
131130
golang.org/x/crypto v0.35.0 // indirect
132-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
133-
golang.org/x/mod v0.20.0 // indirect
131+
golang.org/x/mod v0.21.0 // indirect
134132
golang.org/x/net v0.33.0 // indirect
135-
golang.org/x/oauth2 v0.21.0 // indirect
133+
golang.org/x/oauth2 v0.27.0 // indirect
136134
golang.org/x/sync v0.11.0 // indirect
137135
golang.org/x/sys v0.30.0 // indirect
138136
golang.org/x/term v0.29.0 // indirect
139137
golang.org/x/text v0.22.0 // indirect
140-
golang.org/x/time v0.6.0 // indirect
141-
golang.org/x/tools v0.24.0 // indirect
138+
golang.org/x/time v0.7.0 // indirect
139+
golang.org/x/tools v0.26.0 // indirect
142140
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
143141
gonum.org/v1/gonum v0.8.2 // indirect
144142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ
837837
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
838838
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
839839
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
840-
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
841-
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
840+
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
841+
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
842842
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
843843
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
844844
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)