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 dep with go mod #18

Closed leighmcculloch closed 4 years ago

leighmcculloch commented 4 years ago

What

Replace dep with Go mod.

Why

Dep was replaced with Go Modules. Go Modules are built into the Go toolchain as of Go 1.12+.

Close #17