- https://github.com/ConductorOne/baton-dockerhub/blob/main/pkg/dockerhub/external/store.go uses `"gopkg.in/square/go-jose.v2/jwt"` -- which is deprecated, and we should now use https://github.com/go-jose/go-jose -- based on the API uses i think it'll be a drop in replacement?
"gopkg.in/square/go-jose.v2/jwt"-- which is deprecated, and we should now use https://github.com/go-jose/go-jose -- based on the API uses i think it'll be a drop in replacement?