Skip to content

Bump golang.org/x/oauth2 from 0.0.0-20200902213428-5d25da1a8d43 to 0.27.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
module gopkg.in/auth0.v5

go 1.12
go 1.23.0

Check failure on line 3 in go.mod

View workflow job for this annotation

GitHub Actions / Build

usage: go 1.23

require (
github.com/PuerkitoBio/rehttp v1.0.0
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.27.0
)

require (
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
Loading
Loading