Skip to content

Commit 40506bf

Browse files
authored
Merge pull request #267 from planetscale/dependabot/go_modules/golang.org/x/oauth2-0.31.0
Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0
2 parents 04bdf89 + 3949581 commit 40506bf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.licenses/go/golang.org/x/oauth2.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/oauth2
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package oauth2 provides support for making OAuth2 authorized and authenticated
66
HTTP requests, as specified in RFC 6749.

.licenses/go/golang.org/x/oauth2/internal.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/oauth2/internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package internal contains support packages for golang.org/x/oauth2.
66
homepage: https://pkg.go.dev/golang.org/x/oauth2/internal
77
license: bsd-3-clause
88
licenses:
9-
- sources: oauth2@v0.30.0/LICENSE
9+
- sources: oauth2@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.1
55
require (
66
github.com/frankban/quicktest v1.14.6
77
github.com/hashicorp/go-cleanhttp v0.5.2
8-
golang.org/x/oauth2 v0.30.0
8+
golang.org/x/oauth2 v0.31.0
99
)
1010

1111
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
1212
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
1313
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
1414
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
15-
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
16-
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
15+
golang.org/x/oauth2 v0.31.0 h1:8Fq0yVZLh4j4YA47vHKFTa9Ew5XIrCP8LC6UeNZnLxo=
16+
golang.org/x/oauth2 v0.31.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=

0 commit comments

Comments
 (0)