Use github.com/munnerz/goautoneg mirror to resolve bitbucket issues

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2018-12-04 14:20:24 +00:00
parent fafa0d5b1d
commit bdeb181447
2 changed files with 8 additions and 2 deletions

4
Gopkg.lock generated
View File

@ -2,12 +2,12 @@
[[projects]] [[projects]]
branch = "default"
digest = "1:24df057f15e7a09e75c1241cbe6f6590fd3eac9804f1110b02efade3214f042d" digest = "1:24df057f15e7a09e75c1241cbe6f6590fd3eac9804f1110b02efade3214f042d"
name = "bitbucket.org/ww/goautoneg" name = "bitbucket.org/ww/goautoneg"
packages = ["."] packages = ["."]
pruneopts = "UT" pruneopts = "UT"
revision = "75cd24fc2f2c2a2088577d12123ddee5f54e0675" revision = "a547fc61f48d567d5b4ec6f8aee5573d8efce11d"
source = "https://github.com/munnerz/goautoneg.git"
[[projects]] [[projects]]
digest = "1:28181cff95634e84b01ac5d9d5bffd201cd02404b78a0e69ba29e9bc41703ff0" digest = "1:28181cff95634e84b01ac5d9d5bffd201cd02404b78a0e69ba29e9bc41703ff0"

View File

@ -48,6 +48,12 @@ required = [
name = "github.com/hashicorp/vault" name = "github.com/hashicorp/vault"
version = "v0.9.3" 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 ### Overrides for transitive kubernetes dependencies
### These should be updated whenever we bump the kubernetes version we depend on ### These should be updated whenever we bump the kubernetes version we depend on
[[override]] [[override]]