aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)