fix(deps): update module golang.org/x/oauth2 to v0.7.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
51102d7cef
commit
c545a465cc
2 changed files with 10 additions and 4 deletions
8
go.mod
8
go.mod
|
|
@ -4,12 +4,12 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/coreos/go-oidc/v3 v3.5.0
|
||||
github.com/prometheus-community/pro-bing v0.1.0
|
||||
github.com/go-sql-driver/mysql v1.7.0
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.4
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/miekg/dns v1.1.53
|
||||
golang.org/x/oauth2 v0.6.0
|
||||
github.com/prometheus-community/pro-bing v0.1.0
|
||||
golang.org/x/oauth2 v0.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -23,9 +23,9 @@ require (
|
|||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
||||
golang.org/x/crypto v0.6.0 // indirect
|
||||
golang.org/x/mod v0.7.0 // indirect
|
||||
golang.org/x/net v0.8.0 // indirect
|
||||
golang.org/x/net v0.9.0 // indirect
|
||||
golang.org/x/sync v0.1.0 // indirect
|
||||
golang.org/x/sys v0.6.0 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/tools v0.3.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/protobuf v1.28.0 // indirect
|
||||
|
|
|
|||
Reference in a new issue