File tree Expand file tree Collapse file tree 2 files changed +17
-354
lines changed Expand file tree Collapse file tree 2 files changed +17
-354
lines changed Original file line number Diff line number Diff line change 11module gopkg.in/auth0.v5
22
3- go 1.12
3+ go 1.23.0
44
55require (
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)
You can’t perform that action at this time.
0 commit comments