oauth2-proxy / mockoidc

A Mock OIDC Server for Unit & Integration Tests
MIT License
68 stars 40 forks source link

update go-jose dependency: switch gopkg.in/square/go-jose.v2 with github.com/go-jose/go-jose/v3 #47

Closed dasvh closed 8 months ago

dasvh commented 10 months ago

As @JoelSpeed requested, I tried to update the go-jose dependency in the main/master branch oauth2-proxy/oauth2-proxy, but the mockoidc still has go-jose.v2 as dependency, hence this pull request.

https://github.com/oauth2-proxy/oauth2-proxy/issues/2350

tuunit commented 10 months ago

LGTM

dasvh commented 8 months ago

@JoelSpeed Thank you for merging this. oauth2-proxy/mockoidc has yet to be updated in the oauth2-proxy/oauth2-proxy go.mod file: https://github.com/oauth2-proxy/oauth2-proxy/blob/master/go.mod#L24