diff options
author | Clemens Fries <github-lettersnail@xenoworld.de> | 2018-11-29 19:28:07 +0100 |
---|---|---|
committer | Clemens Fries <github-lettersnail@xenoworld.de> | 2018-11-29 19:28:07 +0100 |
commit | a026c1bdb51b09e0406318a5fe78878776f2c20b (patch) | |
tree | 4ed627206f3fd06c1c8f1ac920ae96581dbddabb /go.mod | |
parent | 6a56223adcc731b6a50c9a8385191b94fb82dcd4 (diff) |
Move from Godeps to go's native module system
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 +) |