aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-09-09 09:28:43 -0400
committerBen Burwell <ben@benburwell.com>2019-09-09 09:28:43 -0400
commit81342fc5250e14a53b42cb168f7fd6fffad50de5 (patch)
tree19401ed80d2c2ad943eabf67bc549731ddf4d3b1 /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..8b85e55
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.sr.ht/~benburwell/gosumdbaudit
+
+go 1.13
+
+require golang.org/x/mod v0.1.0