summaryrefslogtreecommitdiff
path: root/Godeps
diff options
context:
space:
mode:
authorPavel Borzenkov <[email protected]>2018-11-20 12:18:45 +0300
committerPavel Borzenkov <[email protected]>2018-11-20 12:18:45 +0300
commit5225bc2f3cdb8a14f4eb49fdf46170da10ba49fc (patch)
tree2aeac70c462acd97b73a9162ce7de04b934b6e16 /Godeps
parentf7c0423bd11ee80ab81d25c6d46f492998af8547 (diff)
vendor: update go-scalar to the latest version
Allows to use values (not pointer) with custom TextUnmarshaler. Signed-off-by: Pavel Borzenkov <[email protected]>
Diffstat (limited to 'Godeps')
-rw-r--r--Godeps/Godeps.json4
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",