From d399072d3d3501dd8e5702191b1d9bfa81fa0c7d Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Fri, 12 Apr 2019 16:56:01 -0700 Subject: [PATCH] Bump coreos/go-semver The https://github.com/coreos/go-semver/ dependency has formally release v0.3.0 at commit e214231b295a8ea9479f11b70b35d5acf3556d9b. This is the commit point we've been using, but the hack/verify-godeps.sh script notices the discrepancy and causes ci-kubernetes-verify job to fail. Fixes: #76526 Signed-off-by: Tim Pepper --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index f844bdc1df..8a9910c22f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1436,7 +1436,7 @@ }, { "ImportPath": "github.com/coreos/go-semver/semver", - "Comment": "v0.2.0-9-ge214231b295a8e", + "Comment": "v0.3.0", "Rev": "e214231b295a8ea9479f11b70b35d5acf3556d9b" }, {