File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
.licenses/go/golang.org/x Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/oauth2
3
- version : v0.30 .0
3
+ version : v0.31 .0
4
4
type : go
5
5
summary : Package oauth2 provides support for making OAuth2 authorized and authenticated
6
6
HTTP requests, as specified in RFC 6749.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/oauth2/internal
3
- version : v0.30 .0
3
+ version : v0.31 .0
4
4
type : go
5
5
summary : Package internal contains support packages for golang.org/x/oauth2.
6
6
homepage : https://pkg.go.dev/golang.org/x/oauth2/internal
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : oauth2@v0.30 .0/LICENSE
9
+ - sources : oauth2@v0.31 .0/LICENSE
10
10
text : |
11
11
Copyright 2009 The Go Authors.
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.1
5
5
require (
6
6
github.com/frankban/quicktest v1.14.6
7
7
github.com/hashicorp/go-cleanhttp v0.5.2
8
- golang.org/x/oauth2 v0.30 .0
8
+ golang.org/x/oauth2 v0.31 .0
9
9
)
10
10
11
11
require (
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
12
12
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e /go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA =
13
13
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
14
14
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 =
You can’t perform that action at this time.
0 commit comments