From 5225bc2f3cdb8a14f4eb49fdf46170da10ba49fc Mon Sep 17 00:00:00 2001 From: Pavel Borzenkov Date: Tue, 20 Nov 2018 12:18:45 +0300 Subject: vendor: update go-scalar to the latest version Allows to use values (not pointer) with custom TextUnmarshaler. Signed-off-by: Pavel Borzenkov --- Godeps/Godeps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Godeps/Godeps.json') 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", -- cgit v1.2.3