]> Sergey Matveev's repositories - sgodup.git/blobdiff - go.mod
Initial version
[sgodup.git] / go.mod
diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..d87c9cc
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module go.stargrave.org/sgodup
+
+go 1.14
+
+require (
+       github.com/dustin/go-humanize v1.0.0
+       golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
+)