X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=42b833c82d5b4f0d60a8bf4c9ca39b849e011c3e;hb=81b2fc3aa1f04bd483711149e6ad51a312ce3f2c;hp=d87c9ccff3978ba8ed8382c30fb6369c7d2850a4;hpb=4cb0b1b52ba01d3b200b56c349f4177f5ec355d3;p=sgodup.git diff --git a/go.mod b/go.mod index d87c9cc..42b833c 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,6 @@ go 1.14 require ( github.com/dustin/go-humanize v1.0.0 + go.cypherpunks.ru/netstring/v2 v2.0.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 )