Skip to content

Commit 4dd0c71

Browse files
Bump golang.org/x/oauth2
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20200902213428-5d25da1a8d43 to 0.27.0. - [Commits](https://github.com/golang/oauth2/commits/v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c624323 commit 4dd0c71

File tree

2 files changed

+17
-354
lines changed

2 files changed

+17
-354
lines changed

go.mod

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
module gopkg.in/auth0.v5
22

3-
go 1.12
3+
go 1.23.0
44

55
require (
66
github.com/PuerkitoBio/rehttp v1.0.0
7+
github.com/joho/godotenv v1.3.0
8+
github.com/stretchr/testify v1.4.0
9+
golang.org/x/oauth2 v0.27.0
10+
)
11+
12+
require (
713
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
814
github.com/benbjohnson/clock v1.0.3 // indirect
9-
github.com/dustin/go-humanize v1.0.0 // indirect
10-
github.com/joho/godotenv v1.3.0 // indirect
11-
github.com/stretchr/testify v1.4.0
12-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
15+
github.com/davecgh/go-spew v1.1.0 // indirect
16+
github.com/kr/pretty v0.1.0 // indirect
17+
github.com/pmezard/go-difflib v1.0.0 // indirect
18+
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
19+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
20+
gopkg.in/yaml.v2 v2.2.2 // indirect
1321
)

0 commit comments

Comments
 (0)