fix(deps): update module github.com/lestrrat-go/jwx to v2 - autoclosed #5979
Annotations
10 errors
database/testutils/api_resources.go#L291
undefined: jwk.NewRSAPublicKey (typecheck)
|
database/database.go#L20
could not import github.com/go-vela/server/database/jwk (-: # github.com/go-vela/server/database/jwk
|
database/jwk/list.go#L36
keySet.Add undefined (type "github.com/lestrrat-go/jwx/v2/jwk".Set has no field or method Add)) (typecheck)
|
database/integration_test.go#L33
could not import github.com/go-vela/server/database/testutils (-: # github.com/go-vela/server/database/testutils
|
database/testutils/api_resources.go#L291
undefined: jwk.NewRSAPublicKey) (typecheck)
|
database/integration_test.go#L881
cannot use i (variable of type int) as string value in argument to resources.JWKs.Get (typecheck)
|
database/integration_test.go#L885
db.CreateJWK undefined (type Interface has no field or method CreateJWK) (typecheck)
|
database/integration_test.go#L892
db.ListJWKs undefined (type Interface has no field or method ListJWKs) (typecheck)
|
database/integration_test.go#L904
cannot use i (variable of type int) as string value in argument to resources.JWKs.Get (typecheck)
|
database/integration_test.go#L908
db.GetActiveJWK undefined (type Interface has no field or method GetActiveJWK) (typecheck)
|
This job succeeded
Loading