Skip to content

Commit d9a8762

Browse files
chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.28.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.22.0 to 0.28.0. - [Commits](golang/oauth2@v0.22.0...v0.28.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 11ab39f commit d9a8762

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/linuxsuren/api-testing
22

33
go 1.22.4
4+
toolchain go1.23.7
45

56
require (
67
github.com/Masterminds/sprig/v3 v3.2.3
@@ -33,7 +34,7 @@ require (
3334
github.com/tidwall/gjson v1.14.4
3435
github.com/xeipuuv/gojsonschema v1.2.0
3536
go.uber.org/zap v1.27.0
36-
golang.org/x/oauth2 v0.22.0
37+
golang.org/x/oauth2 v0.28.0
3738
golang.org/x/sync v0.10.0
3839
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
3940
google.golang.org/grpc v1.62.1
@@ -43,7 +44,7 @@ require (
4344

4445
require golang.org/x/mod v0.22.0
4546

46-
require github.com/evanphx/json-patch v0.5.2 // indirect
47+
require github.com/evanphx/json-patch v0.5.2
4748

4849
require (
4950
github.com/Masterminds/goutils v1.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
236236
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
237237
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
238238
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
239-
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
240-
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
239+
golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc=
240+
golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
241241
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
242242
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
243243
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=

0 commit comments

Comments
 (0)