From a026c1bdb51b09e0406318a5fe78878776f2c20b Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Thu, 29 Nov 2018 19:28:07 +0100 Subject: Move from Godeps to go's native module system --- go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit