nsmithuk / local-kms

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

Replace ioutil with os #48

Closed tristanmorgan closed 1 year ago

tristanmorgan commented 1 year ago

Hi,

Noted in Package ioutil ioutil is deprecated as of Go 1.16. In src/seed.go the call to ReadFile() should be now an os.ReadFile().

Regards,

T.