From e20589814f8a059b2889e0517c949b5ce0e2b6c6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 12 Dec 2018 23:35:06 -0800 Subject: [PATCH] vendor: Bump hive to 802db5420da Pulling in openshift/hive@b7d71518 (remove VPC endpoints, 2018-12-03, openshift/hive#122). Generated with: $ sed -i s/2349f175d3e4fc6542dec79add881a59f2d7b1b8/802db5420da6a88f034fc2501081e2ab12e8463e/ Gopkg.toml $ dep ensure using: $ dep version dep: version : v0.5.0 build date : git hash : 22125cf go version : go1.10.3 go compiler : gc platform : linux/amd64 features : ImportDuringSolve=false --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 38f956821b9..8c2604c9987 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -70,7 +70,7 @@ ignored = [ [[constraint]] name = "github.com/openshift/hive" - revision = "2349f175d3e4fc6542dec79add881a59f2d7b1b8" + revision = "802db5420da6a88f034fc2501081e2ab12e8463e" [[constraint]] name = "k8s.io/utils"