aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 12:24:10 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 12:51:10 -0400
commit8df0e5aa7d4dc43b1384d91a820c9a748ccbea6b (patch)
tree35c444471794fe82a4d5a036a6174627b5ef61fa /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..5d984d3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module git.sr.ht/~benburwell/conf
+
+go 1.12
+
+require github.com/BurntSushi/toml v0.3.1