aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Godeps/Godeps.json34
-rw-r--r--Godeps/Readme5
-rw-r--r--go.mod10
-rw-r--r--go.sum9
4 files changed, 19 insertions, 39 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
deleted file mode 100644
index 8a18949..0000000
--- a/Godeps/Godeps.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ImportPath": "github.com/githubert/lettersnail",
- "GoVersion": "go1.5.4",
- "Deps": [
- {
- "ImportPath": "github.com/davecgh/go-spew/spew",
- "Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
- },
- {
- "ImportPath": "github.com/docopt/docopt.go",
- "Comment": "0.6.2",
- "Rev": "784ddc588536785e7299f7272f39101f7faccc3f"
- },
- {
- "ImportPath": "github.com/go-ini/ini",
- "Comment": "v1.11.0",
- "Rev": "12f418cc7edc5a618a51407b7ac1f1f512139df3"
- },
- {
- "ImportPath": "github.com/jordan-wright/email",
- "Comment": "v2.2-9-gfd70310",
- "Rev": "fd703108daeb23d77c124d12978e9b6c4f28f034"
- },
- {
- "ImportPath": "github.com/pmezard/go-difflib/difflib",
- "Rev": "792786c7400a136282c1664665ae0a8db921c6c2"
- },
- {
- "ImportPath": "github.com/stretchr/testify/assert",
- "Comment": "v1.1.3-16-g6cb3b85",
- "Rev": "6cb3b85ef5a0efef77caef88363ec4d4b5c0976d"
- }
- ]
-}
diff --git a/Godeps/Readme b/Godeps/Readme
deleted file mode 100644
index 4cdaa53..0000000
--- a/Godeps/Readme
+++ /dev/null
@@ -1,5 +0,0 @@
-This directory tree is generated automatically by godep.
-
-Please do not edit.
-
-See https://github.com/tools/godep for more information.
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
+)
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..68fc393
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,9 @@
+github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/docopt/docopt.go v0.0.0-20160216232012-784ddc588536 h1:/YmFhiw1vfVPxHqlKgGR3VqdRh8yPQMOhAAOZjQhoLI=
+github.com/docopt/docopt.go v0.0.0-20160216232012-784ddc588536/go.mod h1:l7JNRynTRuqe45tpIyItHNqZWTxywYjp87MWTOnU5cg=
+github.com/go-ini/ini v1.11.0 h1:EDp2zFK6TR11mvDrWDask1bXLBUgqbIqG4R6Lq3EoKI=
+github.com/go-ini/ini v1.11.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
+github.com/jordan-wright/email v0.0.0-20160403172529-fd703108daeb h1:1LOoETL7hp1+3D8J96gqWJVtEA5+rVN9kHRIl1G0Q/s=
+github.com/jordan-wright/email v0.0.0-20160403172529-fd703108daeb/go.mod h1:1c7szIrayyPPB/987hsnvNzLushdWf4o/79s3P08L8A=
+github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/stretchr/testify v0.0.0-20160504130155-6cb3b85ef5a0/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=