diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +) |