aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-12-29 23:48:26 -0500
committerBen Burwell <ben@benburwell.com>2019-12-29 23:48:26 -0500
commit3dca5e078a65bed1bda1f926175f84f0088d440f (patch)
tree92ac0b12bf600d300fadda88f3e9fe3bb01c7962 /go.mod
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fbb743c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module bnbl.io/cdc
+
+go 1.13
+
+require (
+ github.com/BurntSushi/toml v0.3.1
+ github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7
+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
+ github.com/kyoh86/xdg v1.0.0
+)