From b5da66a5eb39d5b7ec221424d7fb8ae272f83559 Mon Sep 17 00:00:00 2001 From: Mikhail Mazurskiy Date: Mon, 17 Jul 2017 11:15:33 +1000 Subject: [PATCH] github.com/stretchr/testify - main desired update. Old version has bugs. github.com/davecgh/go-spew/spew is set to the newest version, a bit newer than required by testify. Updated from version 6 Nov 2015 to 27 Jun 2017. github.com/stretchr/objx is not updated - testify uses version from 27 May 2014 which is older than 28 Sep 2015 used now (latest actually). In practice there is only a tiny difference - one method was removed in new version. Kubernetes-commit: de29d11bfe98fdd0dccd644b55bbe9759e89038d --- Godeps/Godeps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index cb5965d6..0df8a27e 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -72,7 +72,7 @@ }, { "ImportPath": "github.com/davecgh/go-spew/spew", - "Rev": "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d" + "Rev": "782f4967f2dc4564575ca782fe2d04090b5faca8" }, { "ImportPath": "github.com/dgrijalva/jwt-go", @@ -216,7 +216,7 @@ }, { "ImportPath": "github.com/stretchr/testify/assert", - "Rev": "e3a8ff8ce36581f87a15341206f205b1da467059" + "Rev": "f6abca593680b2315d2075e0f5e2a9751e3f431a" }, { "ImportPath": "github.com/ugorji/go/codec",