summaryrefslogtreecommitdiff
path: root/Godeps
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2017-02-17 20:57:21 -0800
committerGitHub <[email protected]>2017-02-17 20:57:21 -0800
commit2c249ee1fcc1d48bb2e8071c3396f7c97a383dd3 (patch)
treeab73e8fc3d578d10e172553c2a6ddcd886b9136f /Godeps
parent765ccf745937c16486999600ecf789c646ac2e6c (diff)
parent44a8b85d8250005629dd43d78b3e305bc57e1e24 (diff)
Merge pull request #46 from alexflint/vendoring
vendor in dependencies
Diffstat (limited to 'Godeps')
-rw-r--r--Godeps/Godeps.json34
-rw-r--r--Godeps/Readme5
2 files changed, 39 insertions, 0 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
new file mode 100644
index 0000000..e8e7f3a
--- /dev/null
+++ b/Godeps/Godeps.json
@@ -0,0 +1,34 @@
+{
+ "ImportPath": "github.com/alexflint/go-arg",
+ "GoVersion": "go1.7",
+ "GodepVersion": "v79",
+ "Packages": [
+ "."
+ ],
+ "Deps": [
+ {
+ "ImportPath": "github.com/alexflint/go-scalar",
+ "Rev": "45e5d6cd8605faef82fda2bacc59e734a0b6f1f0"
+ },
+ {
+ "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
new file mode 100644
index 0000000..4cdaa53
--- /dev/null
+++ b/Godeps/Readme
@@ -0,0 +1,5 @@
+This directory tree is generated automatically by godep.
+
+Please do not edit.
+
+See https://github.com/tools/godep for more information.