containers / ocicrypt

Encryption libraries for Encrypted OCI Container images
Apache License 2.0
149 stars 33 forks source link

Migrate from gopkg.in/square/go-jose.v2 to github.com/go-jose/go-jose/v3 #82

Closed mtrmac closed 1 year ago

mtrmac commented 1 year ago

https://github.com/square/go-jose/tree/master says the former is deprecated. Moving everything to /v3 will, eventually, allow callers to only contain one vendored implementation instead of up to 3.

rhatdan commented 1 year ago

LGTM