fix(deps): update module github.com/coreos/go-oidc/v3 to v3.7.0
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
abed618981
commit
3f2a90a2cb
2 changed files with 10 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -3,7 +3,7 @@ module git.nemunai.re/srs/adlin
|
|||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/coreos/go-oidc/v3 v3.6.0
|
||||
github.com/coreos/go-oidc/v3 v3.7.0
|
||||
github.com/go-sql-driver/mysql v1.7.1
|
||||
github.com/jcmturner/gokrb5/v8 v8.4.4
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
|
|
@ -23,10 +23,10 @@ require (
|
|||
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
||||
golang.org/x/crypto v0.14.0 // indirect
|
||||
golang.org/x/mod v0.12.0 // indirect
|
||||
golang.org/x/net v0.16.0 // indirect
|
||||
golang.org/x/net v0.17.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/tools v0.13.0 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
google.golang.org/appengine v1.6.8 // indirect
|
||||
google.golang.org/protobuf v1.31.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue