]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
Add go.mod and go.sum
authorSimon Ruderich <simon@ruderich.org>
Mon, 12 Aug 2019 06:31:47 +0000 (08:31 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 12 Aug 2019 06:31:47 +0000 (08:31 +0200)
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]

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
+)
diff --git a/go.sum b/go.sum
new file mode 100644 (file)
index 0000000..69a45f8
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
+github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
+github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
+github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=