chore(deps): update module golang.org/x/oauth2 to v0.3.0
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Renovate Bot 2022-12-06 16:06:06 +00:00
commit 5b81ca412b
2 changed files with 12 additions and 4 deletions

8
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/jcmturner/gokrb5/v8 v8.4.3
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/oauth2 v0.2.0
golang.org/x/oauth2 v0.3.0
nhooyr.io/websocket v1.8.7
)
@ -38,9 +38,9 @@ require (
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/net v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect