diff options
| author | Alex Flint <[email protected]> | 2018-11-20 10:45:00 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-20 10:45:00 -0800 |
| commit | fb7d95b61ba8d5860c76afb69243586dff37ae85 (patch) | |
| tree | 091e3c1bf1decbc9a2fa7dd00bbacbe67ef6b2b7 /Godeps | |
| parent | f7c0423bd11ee80ab81d25c6d46f492998af8547 (diff) | |
| parent | a6af419fff15e031332604d9d99a9318881e99a7 (diff) | |
Merge pull request #69 from pborzenkov/update-go-scalar
Update go scalar to the latest version
Diffstat (limited to 'Godeps')
| -rw-r--r-- | Godeps/Godeps.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index e8e7f3a..a6cfe20 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,14 +1,14 @@ { "ImportPath": "github.com/alexflint/go-arg", "GoVersion": "go1.7", - "GodepVersion": "v79", + "GodepVersion": "v80", "Packages": [ "." ], "Deps": [ { "ImportPath": "github.com/alexflint/go-scalar", - "Rev": "45e5d6cd8605faef82fda2bacc59e734a0b6f1f0" + "Rev": "6ab8ad5e1c5b25ca2783fe83f493c3ab471407e2" }, { "ImportPath": "github.com/stretchr/testify/assert", |
