From bdeb181447cc174bc2ca5163dcae9e0a6fb2d863 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Tue, 4 Dec 2018 14:20:24 +0000 Subject: [PATCH] Use github.com/munnerz/goautoneg mirror to resolve bitbucket issues Signed-off-by: James Munnelly --- Gopkg.lock | 4 ++-- Gopkg.toml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 53ee427e1..d7f0d3c23 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -2,12 +2,12 @@ [[projects]] - branch = "default" digest = "1:24df057f15e7a09e75c1241cbe6f6590fd3eac9804f1110b02efade3214f042d" name = "bitbucket.org/ww/goautoneg" packages = ["."] pruneopts = "UT" - revision = "75cd24fc2f2c2a2088577d12123ddee5f54e0675" + revision = "a547fc61f48d567d5b4ec6f8aee5573d8efce11d" + source = "https://github.com/munnerz/goautoneg.git" [[projects]] digest = "1:28181cff95634e84b01ac5d9d5bffd201cd02404b78a0e69ba29e9bc41703ff0" diff --git a/Gopkg.toml b/Gopkg.toml index f305d2c5e..cb387ec04 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -48,6 +48,12 @@ required = [ name = "github.com/hashicorp/vault" version = "v0.9.3" +# Use the GitHub mirror of goautoneg to save issues with bitbucket being down +[[override]] + name = "bitbucket.org/ww/goautoneg" + revision = "a547fc61f48d567d5b4ec6f8aee5573d8efce11d" + source = "https://github.com/munnerz/goautoneg.git" + ### Overrides for transitive kubernetes dependencies ### These should be updated whenever we bump the kubernetes version we depend on [[override]]