summaryrefslogtreecommitdiff
path: root/Godeps
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2018-12-27 10:54:34 -0800
committerGitHub <[email protected]>2018-12-27 10:54:34 -0800
commitf40417ef119019b1c94b79f3f18b7f66b9fb6bce (patch)
treee5d42fc615df642f566bb087b69e6ee288381873 /Godeps
parentfb7d95b61ba8d5860c76afb69243586dff37ae85 (diff)
parente85cc7a2e22c960a656bed477f00d86a9a2c72ca (diff)
Merge pull request #70 from alexflint/create-go-modv1.0.0
Migrate from Godep to go.mod
Diffstat (limited to 'Godeps')
-rw-r--r--Godeps/Godeps.json34
-rw-r--r--Godeps/Readme5
2 files changed, 0 insertions, 39 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
deleted file mode 100644
index a6cfe20..0000000
--- a/Godeps/Godeps.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "ImportPath": "github.com/alexflint/go-arg",
- "GoVersion": "go1.7",
- "GodepVersion": "v80",
- "Packages": [
- "."
- ],
- "Deps": [
- {
- "ImportPath": "github.com/alexflint/go-scalar",
- "Rev": "6ab8ad5e1c5b25ca2783fe83f493c3ab471407e2"
- },
- {
- "ImportPath": "github.com/stretchr/testify/assert",
- "Comment": "v1.1.3",
- "Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
- },
- {
- "ImportPath": "github.com/stretchr/testify/require",
- "Comment": "v1.1.3",
- "Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
- },
- {
- "ImportPath": "github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew",
- "Comment": "v1.1.3",
- "Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
- },
- {
- "ImportPath": "github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib",
- "Comment": "v1.1.3",
- "Rev": "f390dcf405f7b83c997eac1b06768bb9f44dec18"
- }
- ]
-}
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.