From aeeb6afb7445979257ea579b7080a73ac5a6bf11 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 4 Apr 2017 08:37:52 -0400 Subject: [PATCH] Update boltdb dependency to fix golang 1.7 intermittent failures We have a old boltdb/bolt, etcd has moved to newer boltdb, so we should do the same. Specifically this change needs to be in our tree: https://github.com/boltdb/bolt/commit/92410e067395f10c8c93fad62c3e6c4b7aca82f0 as this fixes intermittent issues we see in our CI runs. So in this PR, we vendor the v1.3.0 version of boltdb/bolt. Fixes #43973 Kubernetes-commit: 29e4031f6113e039e52b72c1db4b005db060abb3 --- Godeps/Godeps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 2f6c6d8d0..7686c6bd7 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -24,7 +24,7 @@ }, { "ImportPath": "github.com/boltdb/bolt", - "Rev": "dfb21201d9270c1082d5fb0f07f500311ff72f18" + "Rev": "583e8937c61f1af6513608ccc75c97b6abdf4ff9" }, { "ImportPath": "github.com/coreos/etcd/alarm",