nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

Bump to Go 1.20 #57

Closed nsmithuk closed 1 year ago

nsmithuk commented 1 year ago

Includes a refactor of how we marshal the ECC Key JSON; the current method no longer worked in 1.20 due to a change in the internals of ecdsa.PrivateKey.