aboutsummaryrefslogtreecommitdiffstats
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..b09b9ad
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module github.com/githubert/lettersnail
+
+require (
+ github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
+ github.com/docopt/docopt.go v0.0.0-20160216232012-784ddc588536
+ github.com/go-ini/ini v1.11.0
+ github.com/jordan-wright/email v0.0.0-20160403172529-fd703108daeb
+ github.com/pmezard/go-difflib v1.0.0
+ github.com/stretchr/testify v0.0.0-20160504130155-6cb3b85ef5a0
+)