updates go-jose to new updated repo due to migration
- updated from /square/go-jose to /go-jose/go-jose - updates to v2.6.3 - addresses CVE-2016-9123 and CVE-2016-9121 - fixes tests that were adjusting for a 1s delay
This commit is contained in:
parent
e8769ce896
commit
4f2e5bd88b
33 changed files with 36 additions and 36 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
gomock "github.com/golang/mock/gomock"
|
||||
oidc "github.com/zitadel/oidc/v2/pkg/oidc"
|
||||
op "github.com/zitadel/oidc/v2/pkg/op"
|
||||
jose "gopkg.in/square/go-jose.v2"
|
||||
jose "gopkg.in/go-jose/go-jose.v2"
|
||||
)
|
||||
|
||||
// MockStorage is a mock of Storage interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue