v0.1.2
Release v0.1.2
Important
If you experience the following issue with a project that has nkeys v0.1.2 in go.mod:
go: downloading github.com/nats-io/nkeys v0.1.2
verifying github.com/nats-io/nkeys@v0.1.2: checksum mismatch
downloaded: h1:6JJydNSjt/lqhfM+ngyaLk9Wa/d3UW/YyEqj8OrDV4w=
go.sum: h1:kWUa9fUdAOW426qaAD1V4+suF4On2eTr2n/FE/XSGpg=
It could be due to the fact that for a very short period after the v0.1.2 tag was created, we fixed an issue and the tag was replaced. If you have the issue mentioned above, clear the nkeys entry in your go.sum and try again, this should work.
We apologize for the inconvenience.