chore(deps): update module github.com/coreos/go-oidc/v3 to v3.5.0
This commit is contained in:
parent
99b7fad056
commit
0026e4ebd2
2 changed files with 9 additions and 1 deletions
3
go.mod
3
go.mod
|
|
@ -5,7 +5,7 @@ go 1.18
|
|||
require (
|
||||
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4
|
||||
github.com/aws/aws-sdk-go v1.44.175
|
||||
github.com/coreos/go-oidc/v3 v3.4.0
|
||||
github.com/coreos/go-oidc/v3 v3.5.0
|
||||
github.com/drone/drone-go v1.7.1
|
||||
github.com/gin-gonic/gin v1.8.2
|
||||
github.com/go-sql-driver/mysql v1.7.0
|
||||
|
|
@ -18,6 +18,7 @@ require (
|
|||
require (
|
||||
github.com/cloudflare/circl v1.1.0 // indirect
|
||||
github.com/gin-contrib/sse v0.1.0 // indirect
|
||||
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
||||
github.com/go-playground/locales v0.14.0 // indirect
|
||||
github.com/go-playground/universal-translator v0.18.0 // indirect
|
||||
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
||||
|
|
|
|||
Reference in a new issue