summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2020-01-26 09:05:07 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2020-01-26 09:05:07 -0500
commita5cba20c1e3b0956737327ef9214fd2cbc221add (patch)
treefc19e2d97243449676fc5d2a5a6f57ad356010e6 /go.mod
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2989deb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.lukeshu.com/go/librrd
+
+go 1.13
+
+require github.com/stretchr/testify v1.4.0