kevinburke/nacl

use go.mod, declare a version of the API

Opened this issue · 1 comments

pkg.go.dev is pushing for packages to

  • Declare dependencies in go.mod
  • Tag a v1

@kevinburke could this be added? It's important to ensure the library is built the same way every time, and doesn't break when some remote dependency gets upgraded.