diff options
| author | Alex Flint <[email protected]> | 2017-02-15 18:19:41 -0800 |
|---|---|---|
| committer | Alex Flint <[email protected]> | 2017-02-15 18:19:41 -0800 |
| commit | 6859799559dab59729eb5fefeb53080db9b92545 (patch) | |
| tree | dd8a6476af78f555f067c923c815b78844161248 /Godeps | |
| parent | 765ccf745937c16486999600ecf789c646ac2e6c (diff) | |
use go-scalar, vendoring
Diffstat (limited to 'Godeps')
| -rw-r--r-- | Godeps/Godeps.json | 34 | ||||
| -rw-r--r-- | Godeps/Readme | 5 |
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. |
