]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - go.mod
Add go.mod and go.sum
[nsscash/nsscash.git] / go.mod
diff --git a/go.mod b/go.mod
new file mode 100644 (file)
index 0000000..60a4e0e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module ruderich.org/simon/nsscash
+
+go 1.12
+
+require (
+       github.com/BurntSushi/toml v0.3.1
+       github.com/pkg/errors v0.8.1
+)