]> Sergey Matveev's repositories - sgodup.git/blobdiff - go.mod
Raise copyright years
[sgodup.git] / go.mod
diff --git a/go.mod b/go.mod
index d87c9ccff3978ba8ed8382c30fb6369c7d2850a4..1d486332a7af05bfad81a59784c1e5f5e58c926e 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,6 @@ go 1.14
 
 require (
        github.com/dustin/go-humanize v1.0.0
-       golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
+       go.cypherpunks.ru/netstring/v2 v2.0.0
+       golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
 )