*: bump to q3k's kubecfg, kubernetes 1.16

Change-Id: I302876d5a45cbfb63d87ad9f6ea9aaeff7bec17d
diff --git a/WORKSPACE b/WORKSPACE
index 2b63406..3d6c2c2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -238,9 +238,9 @@
     name = "io_k8s_kubernetes",
     importpath = "k8s.io/kubernetes",
     # Get from HTTP instead, this repository is _big_
-    urls = ["https://github.com/kubernetes/kubernetes/archive/v1.14.2.tar.gz"],
-    sha256 = "1effa926aedb0ed51eadcef3d5d49fd9799ec4d018200f95f51fcaa2a2d2cbf4",
-    strip_prefix = "kubernetes-1.14.2",
+    urls = ["https://github.com/kubernetes/kubernetes/archive/v1.16.0.tar.gz"],
+    sha256 = "a8b2ee84ce38fa14404d7e56daa87aa2f2fb13e0114fb1150f294c992ab3f36c",
+    strip_prefix = "kubernetes-1.16.0",
 )
 
 go_repository(
@@ -250,9 +250,11 @@
 )
 
 go_repository(
-    name = "com_github_ksonnet_kubecfg",
-    commit = "59bc7dedf70e7496a2837207d8723f98f0e5f8e8",
-    importpath = "github.com/ksonnet/kubecfg",
+    name = "com_github_bitnami_kubecfg",
+    importpath = "github.com/bitnami/kubecfg",
+    vcs = "git",
+    commit = "dddf366990f581132cd046c723d73a2357de2dc8",
+    remote = "https://github.com/q3k/kubecfg",
 )
 
 go_repository(
@@ -309,44 +311,44 @@
 
 go_repository(
     name = "ml_vbom_util",
-    commit = "efcd4e0f97874370259c7d93e12aad57911dea81",
+    commit = "db5cfe13f5cc",
     importpath = "vbom.ml/util",
 )
 
 go_repository(
     name = "com_github_go_openapi_strfmt",
-    commit = "6faa644e1cdafc07f7b38eb06c1af5f92128f289",
     importpath = "github.com/go-openapi/strfmt",
+    tag = "v0.19.0",
 )
 
 go_repository(
     name = "com_github_go_openapi_swag",
-    commit = "de649ffb9e02183a414820c5b1b4582f7b009792",
     importpath = "github.com/go-openapi/swag",
+    tag = "v0.19.5",
 )
 
 go_repository(
     name = "com_github_go_openapi_errors",
-    commit = "9b273e805998abc751853b4e1574d66e5df888b4",
     importpath = "github.com/go-openapi/errors",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_go_openapi_runtime",
-    commit = "58872d9a7ca5f28beff9effa19ac4c17d3e42cd3",
     importpath = "github.com/go-openapi/runtime",
+    tag = "v0.19.0",
 )
 
 go_repository(
     name = "com_github_go_openapi_validate",
-    commit = "6405b9095e4c96aabb45856da08a9323d50d9336",
     importpath = "github.com/go-openapi/validate",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_mitchellh_mapstructure",
-    commit = "3536a929edddb9a5b34bd6861dc4a9647cb459fe",
     importpath = "github.com/mitchellh/mapstructure",
+    tag = "v1.1.2",
 )
 
 go_repository(
@@ -357,61 +359,61 @@
 
 go_repository(
     name = "in_gopkg_yaml_v2",
-    commit = "51d6538a90f86fe93ac480b35f37b2be17fef232",
     importpath = "gopkg.in/yaml.v2",
+    tag = "v2.2.4",
 )
 
 go_repository(
     name = "com_github_asaskevich_govalidator",
-    commit = "f61b66f89f4a311bef65f13e575bcf1a2ffadda6",
+    commit = "f61b66f89f4a",
     importpath = "github.com/asaskevich/govalidator",
 )
 
 go_repository(
     name = "com_github_go_openapi_spec",
-    commit = "bdfd7e07daecc404d77868a88b2364d0aed0ee5a",
     importpath = "github.com/go-openapi/spec",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_mailru_easyjson",
-    commit = "b2ccc519800e761ac8000b95e5d57c80a897ff9e",
+    commit = "b2ccc519800e",
     importpath = "github.com/mailru/easyjson",
 )
 
 go_repository(
     name = "com_github_go_openapi_analysis",
-    commit = "48f4521ad6c3df9d6192efb04287c4a411e1f806",
     importpath = "github.com/go-openapi/analysis",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_go_openapi_jsonpointer",
-    commit = "a105a905c5e6ad147f08504784917f3e178e0ba5",
     importpath = "github.com/go-openapi/jsonpointer",
+    tag = "v0.19.3",
 )
 
 go_repository(
     name = "com_github_go_openapi_loads",
-    commit = "8548893a17237be4a5b2f74773f23002f4179bbe",
     importpath = "github.com/go-openapi/loads",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_go_openapi_jsonreference",
-    commit = "2903bfd4bfbaf188694f1edf731f2725a8fa344f",
     importpath = "github.com/go-openapi/jsonreference",
+    tag = "v0.19.2",
 )
 
 go_repository(
     name = "com_github_puerkitobio_purell",
-    commit = "44968752391892e1b0d0b821ee79e9a85fa13049",
     importpath = "github.com/PuerkitoBio/purell",
+    tag = "v1.1.1",
 )
 
 go_repository(
     name = "com_github_puerkitobio_urlesc",
-    commit = "de5bf2ad457846296e2031421a34e2568e304e35",
+    commit = "de5bf2ad4578",
     importpath = "github.com/PuerkitoBio/urlesc",
 )
 
@@ -423,19 +425,19 @@
 
 go_repository(
     name = "com_github_urfave_cli",
-    commit = "693af58b4d51b8fcc7f9d89576da170765980581",
     importpath = "github.com/urfave/cli",
+    tag = "v1.20.0",
 )
 
 go_repository(
     name = "org_golang_x_crypto",
-    commit = "4def268fd1a49955bfb3dda92fe3db4f924f2285",
+    commit = "60c769a6c586",
     importpath = "golang.org/x/crypto",
 )
 
 go_repository(
     name = "org_golang_x_oauth2",
-    commit = "0f29369cfe4552d0e4bcddc57cc75f4d7e672a33",
+    commit = "0f29369cfe45",
     importpath = "golang.org/x/oauth2",
 )
 
@@ -447,13 +449,13 @@
 
 go_repository(
     name = "com_google_cloud_go",
-    commit = "71971b35976fc2f904ed2772536790a5458d9996",
     importpath = "cloud.google.com/go",
+    tag = "v0.38.0",
 )
 
 go_repository(
     name = "org_golang_x_net",
-    commit = "da137c7871d730100384dbcf36e6f8fa493aef5b",
+    commit = "13f9640d40b9",
     importpath = "golang.org/x/net",
 )
 
@@ -471,94 +473,94 @@
 
 go_repository(
     name = "com_github_dustin_go_humanize",
-    commit = "9f541cc9db5d55bce703bd99987c9d5cb8eea45e",
     importpath = "github.com/dustin/go-humanize",
+    tag = "v1.0.0",
 )
 
 go_repository(
     name = "io_k8s_client_go",
-    commit = "0c47f9da00011ea9a8717671127ac21625c7a6c0",
+    commit = "0a8a1d7b7fae",
     importpath = "k8s.io/client-go",
 )
 
 go_repository(
     name = "io_k8s_apimachinery",
-    commit = "bfcf53abc9f82bad3e534fcb1c36599d3c989ebf",
-    importpath = "k8s.io/apimachinery",
     build_file_proto_mode = "disable",
+    commit = "08e4eafd6d11",
+    importpath = "k8s.io/apimachinery",
 )
 
 go_repository(
     name = "io_k8s_klog",
-    commit = "6a023d6d0e0954feabd46dc2d3a6a2c3c991fe1a",
     importpath = "k8s.io/klog",
+    tag = "v1.0.0",
 )
 
 go_repository(
     name = "io_k8s_utils",
-    commit = "3dccf664f023863740c508fb4284e49742bedfa4",
+    commit = "e782cd3c129f",
     importpath = "k8s.io/utils",
 )
 
 go_repository(
     name = "com_github_googleapis_gnostic",
-    commit = "25d8b0b6698593f520d9d8dc5a88e6b16ca9ecc0",
+    commit = "15cf44e552f9",
     importpath = "github.com/googleapis/gnostic",
 )
 
 go_repository(
     name = "io_k8s_api",
-    commit = "3043179095b6baa0087e8735d796bd6dfa881f8e",
-    importpath = "k8s.io/api",
     build_file_proto_mode = "disable",
+    commit = "bbc9463b57e5",
+    importpath = "k8s.io/api",
 )
 
 go_repository(
     name = "org_golang_x_time",
-    commit = "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef",
+    commit = "9d24e82272b4",
     importpath = "golang.org/x/time",
 )
 
 go_repository(
     name = "com_github_google_gofuzz",
-    commit = "f140a6486e521aad38f5917de355cbf147cc0496",
     importpath = "github.com/google/gofuzz",
+    tag = "v1.0.0",
 )
 
 go_repository(
     name = "io_k8s_sigs_yaml",
-    commit = "4cd0c284b15f1735b8cc247df097d262b8903f9f",
     importpath = "sigs.k8s.io/yaml",
+    tag = "v1.1.0",
 )
 
 go_repository(
     name = "com_github_modern_go_reflect2",
-    commit = "94122c33edd36123c84d5368cfb2b69df93a0ec8",
     importpath = "github.com/modern-go/reflect2",
+    tag = "v1.0.1",
 )
 
 go_repository(
     name = "com_github_davecgh_go_spew",
-    commit = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d",
     importpath = "github.com/davecgh/go-spew",
+    tag = "v1.1.1",
 )
 
 go_repository(
     name = "com_github_json_iterator_go",
-    commit = "27518f6661eba504be5a7a9a9f6d9460d892ade3",
     importpath = "github.com/json-iterator/go",
+    tag = "v1.1.8",
 )
 
 go_repository(
     name = "com_github_modern_go_concurrent",
-    commit = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94",
+    commit = "bacd9c7ef1dd",
     importpath = "github.com/modern-go/concurrent",
 )
 
 go_repository(
     name = "in_gopkg_inf_v0",
-    commit = "d2d2541c53f18d2a059457998ce2876cc8e67cbf",
     importpath = "gopkg.in/inf.v0",
+    tag = "v0.9.1",
 )
 
 go_repository(
@@ -569,8 +571,8 @@
 
 go_repository(
     name = "com_github_prometheus_client_golang",
-    commit = "bb9b00a86ebaaa691ba43af1f9ba9d16156cc545",
     importpath = "github.com/prometheus/client_golang",
+    tag = "v1.0.0",
 )
 
 go_repository(
@@ -587,44 +589,44 @@
 
 go_repository(
     name = "com_github_gorilla_mux",
-    commit = "e67b3c02c7195c052acff13261f0c9fd1ba53011",
     importpath = "github.com/gorilla/mux",
+    tag = "v1.6.2",
 )
 
 go_repository(
     name = "com_github_sirupsen_logrus",
-    commit = "07a84ee7412e7a28663d92930a1d46f81b124ee1",
     importpath = "github.com/sirupsen/logrus",
+    tag = "v1.4.2",
 )
 
 go_repository(
     name = "com_github_prometheus_common",
-    commit = "33bc620f956eb70fbb8355e87df6a97891657ed5",
     importpath = "github.com/prometheus/common",
+    tag = "v0.4.1",
 )
 
 go_repository(
     name = "com_github_beorn7_perks",
-    commit = "4b2b341e8d7715fae06375aa633dbb6e91b3fb46",
     importpath = "github.com/beorn7/perks",
+    tag = "v1.0.0",
 )
 
 go_repository(
     name = "com_github_prometheus_client_model",
-    commit = "fd36f4220a901265f90734c3183c5f0c91daa0b8",
+    commit = "fd36f4220a90",
     importpath = "github.com/prometheus/client_model",
 )
 
 go_repository(
     name = "com_github_prometheus_procfs",
-    commit = "8f55e607908ea781ad9d08521730d73e047d9ac4",
     importpath = "github.com/prometheus/procfs",
+    tag = "v0.0.2",
 )
 
 go_repository(
     name = "com_github_matttproud_golang_protobuf_extensions",
-    commit = "c182affec369e30f25d3eb8cd8a478dee585ae7d",
     importpath = "github.com/matttproud/golang_protobuf_extensions",
+    tag = "v1.0.1",
 )
 
 go_repository(
@@ -718,3 +720,1167 @@
     commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
     importpath = "github.com/q3k/cursedjson",
 )
+
+go_repository(
+    name = "co_honnef_go_tools",
+    commit = "ea95bdfd59fc",
+    importpath = "honnef.co/go/tools",
+)
+
+go_repository(
+    name = "com_github_azure_go_ansiterm",
+    commit = "d6e3b3328b78",
+    importpath = "github.com/Azure/go-ansiterm",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest",
+    importpath = "github.com/Azure/go-autorest",
+    tag = "v11.5.0",
+)
+
+local_repository(
+    name = "com_github_census_instrumentation_opencensus_proto",
+    path = "./third_party/go/opencensus-proto",
+)
+
+go_repository(
+    name = "com_github_client9_misspell",
+    importpath = "github.com/client9/misspell",
+    tag = "v0.3.4",
+)
+
+go_repository(
+    name = "com_github_containerd_continuity",
+    commit = "7f53d412b9eb",
+    importpath = "github.com/containerd/continuity",
+)
+
+go_repository(
+    name = "com_github_coreos_clair",
+    commit = "44ae4bc9590a",
+    importpath = "github.com/coreos/clair",
+)
+
+go_repository(
+    name = "com_github_dgrijalva_jwt_go",
+    importpath = "github.com/dgrijalva/jwt-go",
+    tag = "v3.2.0",
+)
+
+go_repository(
+    name = "com_github_docker_cli",
+    commit = "54c19e67f69c",
+    importpath = "github.com/docker/cli",
+)
+
+go_repository(
+    name = "com_github_docker_distribution",
+    importpath = "github.com/docker/distribution",
+    tag = "v2.7.1",
+)
+
+go_repository(
+    name = "com_github_docker_docker",
+    commit = "be7ac8be2ae0",
+    importpath = "github.com/docker/docker",
+)
+
+go_repository(
+    name = "com_github_docker_docker_ce",
+    commit = "f53bd8bb8e43",
+    importpath = "github.com/docker/docker-ce",
+)
+
+go_repository(
+    name = "com_github_docker_docker_credential_helpers",
+    importpath = "github.com/docker/docker-credential-helpers",
+    tag = "v0.6.1",
+)
+
+go_repository(
+    name = "com_github_docker_go_connections",
+    commit = "97c2040d34df",
+    importpath = "github.com/docker/go-connections",
+)
+
+go_repository(
+    name = "com_github_docker_go_metrics",
+    commit = "399ea8c73916",
+    importpath = "github.com/docker/go-metrics",
+)
+
+go_repository(
+    name = "com_github_docker_go_units",
+    importpath = "github.com/docker/go-units",
+    tag = "v0.3.3",
+)
+
+go_repository(
+    name = "com_github_docker_libtrust",
+    commit = "aabc10ec26b7",
+    importpath = "github.com/docker/libtrust",
+)
+
+go_repository(
+    name = "com_github_elazarl_go_bindata_assetfs",
+    commit = "38087fe4dafb",
+    importpath = "github.com/elazarl/go-bindata-assetfs",
+)
+
+go_repository(
+    name = "com_github_evanphx_json_patch",
+    importpath = "github.com/evanphx/json-patch",
+    tag = "v4.2.0",
+)
+
+go_repository(
+    name = "com_github_fernet_fernet_go",
+    commit = "9eac43b88a5e",
+    importpath = "github.com/fernet/fernet-go",
+)
+
+go_repository(
+    name = "com_github_fsnotify_fsnotify",
+    importpath = "github.com/fsnotify/fsnotify",
+    tag = "v1.4.7",
+)
+
+go_repository(
+    name = "com_github_genuinetools_pkg",
+    commit = "1c141f661797",
+    importpath = "github.com/genuinetools/pkg",
+)
+
+go_repository(
+    name = "com_github_genuinetools_reg",
+    commit = "d959057b30da",
+    importpath = "github.com/genuinetools/reg",
+)
+
+go_repository(
+    name = "com_github_ghodss_yaml",
+    importpath = "github.com/ghodss/yaml",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_gogo_protobuf",
+    commit = "65acae22fc9d",
+    importpath = "github.com/gogo/protobuf",
+)
+
+go_repository(
+    name = "com_github_golang_glog",
+    commit = "23def4e6c14b",
+    importpath = "github.com/golang/glog",
+)
+
+go_repository(
+    name = "com_github_golang_mock",
+    importpath = "github.com/golang/mock",
+    tag = "v1.2.0",
+)
+
+go_repository(
+    name = "com_github_golang_protobuf",
+    importpath = "github.com/golang/protobuf",
+    tag = "v1.3.2",
+)
+
+go_repository(
+    name = "com_github_google_btree",
+    importpath = "github.com/google/btree",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_google_go_cmp",
+    importpath = "github.com/google/go-cmp",
+    tag = "v0.3.0",
+)
+
+go_repository(
+    name = "com_github_google_go_jsonnet",
+    importpath = "github.com/google/go-jsonnet",
+    tag = "v0.12.1",
+)
+
+go_repository(
+    name = "com_github_gophercloud_gophercloud",
+    importpath = "github.com/gophercloud/gophercloud",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_gorilla_context",
+    importpath = "github.com/gorilla/context",
+    tag = "v1.1.1",
+)
+
+go_repository(
+    name = "com_github_gregjones_httpcache",
+    commit = "9cad4c3443a7",
+    importpath = "github.com/gregjones/httpcache",
+)
+
+go_repository(
+    name = "com_github_grpc_ecosystem_grpc_gateway",
+    importpath = "github.com/grpc-ecosystem/grpc-gateway",
+    tag = "v1.9.5",
+)
+
+go_repository(
+    name = "com_github_hpcloud_tail",
+    importpath = "github.com/hpcloud/tail",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_imdario_mergo",
+    importpath = "github.com/imdario/mergo",
+    tag = "v0.3.5",
+)
+
+go_repository(
+    name = "com_github_inconshreveable_mousetrap",
+    importpath = "github.com/inconshreveable/mousetrap",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_kisielk_gotool",
+    importpath = "github.com/kisielk/gotool",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_kr_pretty",
+    importpath = "github.com/kr/pretty",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_kr_pty",
+    importpath = "github.com/kr/pty",
+    tag = "v1.1.5",
+)
+
+go_repository(
+    name = "com_github_kr_text",
+    importpath = "github.com/kr/text",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_mattn_go_isatty",
+    importpath = "github.com/mattn/go-isatty",
+    tag = "v0.0.4",
+)
+
+go_repository(
+    name = "com_github_microsoft_go_winio",
+    importpath = "github.com/Microsoft/go-winio",
+    tag = "v0.4.11",
+)
+
+go_repository(
+    name = "com_github_mitchellh_go_wordwrap",
+    importpath = "github.com/mitchellh/go-wordwrap",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_nvveen_gotty",
+    commit = "cd527374f1e5",
+    importpath = "github.com/Nvveen/Gotty",
+)
+
+go_repository(
+    name = "com_github_onsi_ginkgo",
+    importpath = "github.com/onsi/ginkgo",
+    tag = "v1.10.1",
+)
+
+go_repository(
+    name = "com_github_onsi_gomega",
+    importpath = "github.com/onsi/gomega",
+    tag = "v1.7.0",
+)
+
+go_repository(
+    name = "com_github_opencontainers_go_digest",
+    importpath = "github.com/opencontainers/go-digest",
+    tag = "v1.0.0-rc1",
+)
+
+go_repository(
+    name = "com_github_opencontainers_image_spec",
+    importpath = "github.com/opencontainers/image-spec",
+    tag = "v1.0.1",
+)
+
+go_repository(
+    name = "com_github_opencontainers_runc",
+    importpath = "github.com/opencontainers/runc",
+    tag = "v0.1.1",
+)
+
+go_repository(
+    name = "com_github_openzipkin_zipkin_go",
+    importpath = "github.com/openzipkin/zipkin-go",
+    tag = "v0.1.3",
+)
+
+go_repository(
+    name = "com_github_peterbourgon_diskv",
+    importpath = "github.com/peterbourgon/diskv",
+    tag = "v2.0.1",
+)
+
+go_repository(
+    name = "com_github_peterhellberg_link",
+    importpath = "github.com/peterhellberg/link",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_pkg_errors",
+    importpath = "github.com/pkg/errors",
+    tag = "v0.8.1",
+)
+
+go_repository(
+    name = "com_github_pmezard_go_difflib",
+    importpath = "github.com/pmezard/go-difflib",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_sergi_go_diff",
+    commit = "feef008d51ad",
+    importpath = "github.com/sergi/go-diff",
+)
+
+go_repository(
+    name = "com_github_shurcool_httpfs",
+    commit = "809beceb2371",
+    importpath = "github.com/shurcooL/httpfs",
+)
+
+go_repository(
+    name = "com_github_spf13_cobra",
+    importpath = "github.com/spf13/cobra",
+    tag = "v0.0.5",
+)
+
+go_repository(
+    name = "com_github_spf13_pflag",
+    importpath = "github.com/spf13/pflag",
+    tag = "v1.0.5",
+)
+
+go_repository(
+    name = "com_github_stretchr_objx",
+    importpath = "github.com/stretchr/objx",
+    tag = "v0.2.0",
+)
+
+go_repository(
+    name = "com_github_stretchr_testify",
+    importpath = "github.com/stretchr/testify",
+    tag = "v1.3.0",
+)
+
+go_repository(
+    name = "in_gopkg_airbrake_gobrake_v2",
+    importpath = "gopkg.in/airbrake/gobrake.v2",
+    tag = "v2.0.9",
+)
+
+go_repository(
+    name = "in_gopkg_check_v1",
+    commit = "788fd7840127",
+    importpath = "gopkg.in/check.v1",
+)
+
+go_repository(
+    name = "in_gopkg_fsnotify_v1",
+    importpath = "gopkg.in/fsnotify.v1",
+    tag = "v1.4.7",
+)
+
+go_repository(
+    name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
+    importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
+    tag = "v2.1.2",
+)
+
+go_repository(
+    name = "in_gopkg_tomb_v1",
+    commit = "dd632973f1e7",
+    importpath = "gopkg.in/tomb.v1",
+)
+
+go_repository(
+    name = "io_k8s_apiextensions_apiserver",
+    build_file_proto_mode = "disable",
+    commit = "b615a37f53e7",
+    importpath = "k8s.io/apiextensions-apiserver",
+)
+
+go_repository(
+    name = "io_k8s_kube_openapi",
+    commit = "30be4d16710a",
+    importpath = "k8s.io/kube-openapi",
+)
+
+go_repository(
+    name = "io_opencensus_go",
+    importpath = "go.opencensus.io",
+    tag = "v0.21.0",
+)
+
+go_repository(
+    name = "io_opencensus_go_contrib_exporter_ocagent",
+    importpath = "contrib.go.opencensus.io/exporter/ocagent",
+    tag = "v0.6.0",
+)
+
+go_repository(
+    name = "org_apache_git_thrift_git",
+    commit = "9b75e4fe745a",
+    importpath = "git.apache.org/thrift.git",
+)
+
+go_repository(
+    name = "org_golang_google_api",
+    importpath = "google.golang.org/api",
+    tag = "v0.4.0",
+)
+
+go_repository(
+    name = "org_golang_google_appengine",
+    importpath = "google.golang.org/appengine",
+    tag = "v1.5.0",
+)
+
+go_repository(
+    name = "org_golang_google_genproto",
+    commit = "54afdca5d873",
+    importpath = "google.golang.org/genproto",
+)
+
+go_repository(
+    name = "org_golang_google_grpc",
+    importpath = "google.golang.org/grpc",
+    tag = "v1.23.1",
+)
+
+go_repository(
+    name = "org_golang_x_lint",
+    commit = "d0100b6bd8b3",
+    importpath = "golang.org/x/lint",
+)
+
+go_repository(
+    name = "org_golang_x_sync",
+    commit = "112230192c58",
+    importpath = "golang.org/x/sync",
+)
+
+go_repository(
+    name = "org_golang_x_sys",
+    commit = "c7b8b68b1456",
+    importpath = "golang.org/x/sys",
+)
+
+go_repository(
+    name = "org_golang_x_text",
+    importpath = "golang.org/x/text",
+    tag = "v0.3.2",
+)
+
+go_repository(
+    name = "org_golang_x_tools",
+    commit = "5eefd052ad72",
+    importpath = "golang.org/x/tools",
+)
+
+go_repository(
+    name = "tools_gotest",
+    importpath = "gotest.tools",
+    tag = "v2.2.0",
+)
+
+go_repository(
+    name = "com_github_alecthomas_template",
+    commit = "a0175ee3bccc",
+    importpath = "github.com/alecthomas/template",
+)
+
+go_repository(
+    name = "com_github_alecthomas_units",
+    commit = "2efee857e7cf",
+    importpath = "github.com/alecthomas/units",
+)
+
+go_repository(
+    name = "com_github_armon_consul_api",
+    commit = "eb2c6b5be1b6",
+    importpath = "github.com/armon/consul-api",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_autorest",
+    importpath = "github.com/Azure/go-autorest/autorest",
+    tag = "v0.9.0",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_autorest_adal",
+    importpath = "github.com/Azure/go-autorest/autorest/adal",
+    tag = "v0.5.0",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_autorest_date",
+    importpath = "github.com/Azure/go-autorest/autorest/date",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_autorest_mocks",
+    importpath = "github.com/Azure/go-autorest/autorest/mocks",
+    tag = "v0.2.0",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_logger",
+    importpath = "github.com/Azure/go-autorest/logger",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_azure_go_autorest_tracing",
+    importpath = "github.com/Azure/go-autorest/tracing",
+    tag = "v0.5.0",
+)
+
+go_repository(
+    name = "com_github_bgentry_speakeasy",
+    importpath = "github.com/bgentry/speakeasy",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_blang_semver",
+    importpath = "github.com/blang/semver",
+    tag = "v3.5.0",
+)
+
+go_repository(
+    name = "com_github_burntsushi_toml",
+    importpath = "github.com/BurntSushi/toml",
+    tag = "v0.3.1",
+)
+
+go_repository(
+    name = "com_github_burntsushi_xgb",
+    commit = "27f122750802",
+    importpath = "github.com/BurntSushi/xgb",
+)
+
+go_repository(
+    name = "com_github_chai2010_gettext_go",
+    commit = "c6fed771bfd5",
+    importpath = "github.com/chai2010/gettext-go",
+)
+
+go_repository(
+    name = "com_github_cockroachdb_datadriven",
+    commit = "80d97fb3cbaa",
+    importpath = "github.com/cockroachdb/datadriven",
+)
+
+go_repository(
+    name = "com_github_coreos_etcd",
+    importpath = "github.com/coreos/etcd",
+    tag = "v3.3.10",
+)
+
+go_repository(
+    name = "com_github_coreos_go_etcd",
+    importpath = "github.com/coreos/go-etcd",
+    tag = "v2.0.0",
+)
+
+go_repository(
+    name = "com_github_coreos_go_oidc",
+    importpath = "github.com/coreos/go-oidc",
+    tag = "v2.1.0",
+)
+
+go_repository(
+    name = "com_github_coreos_go_semver",
+    importpath = "github.com/coreos/go-semver",
+    tag = "v0.3.0",
+)
+
+go_repository(
+    name = "com_github_coreos_go_systemd",
+    commit = "95778dfbb74e",
+    importpath = "github.com/coreos/go-systemd",
+)
+
+go_repository(
+    name = "com_github_coreos_pkg",
+    commit = "97fdf19511ea",
+    importpath = "github.com/coreos/pkg",
+)
+
+go_repository(
+    name = "com_github_cpuguy83_go_md2man",
+    importpath = "github.com/cpuguy83/go-md2man",
+    tag = "v1.0.10",
+)
+
+go_repository(
+    name = "com_github_creack_pty",
+    importpath = "github.com/creack/pty",
+    tag = "v1.1.7",
+)
+
+go_repository(
+    name = "com_github_daviddengcn_go_colortext",
+    commit = "511bcaf42ccd",
+    importpath = "github.com/daviddengcn/go-colortext",
+)
+
+go_repository(
+    name = "com_github_docker_spdystream",
+    commit = "449fdfce4d96",
+    importpath = "github.com/docker/spdystream",
+)
+
+go_repository(
+    name = "com_github_elazarl_goproxy",
+    commit = "c4fc26588b6e",
+    importpath = "github.com/elazarl/goproxy",
+)
+
+go_repository(
+    name = "com_github_emicklei_go_restful",
+    importpath = "github.com/emicklei/go-restful",
+    tag = "v2.9.5",
+)
+
+go_repository(
+    name = "com_github_exponent_io_jsonpath",
+    commit = "d6023ce2651d",
+    importpath = "github.com/exponent-io/jsonpath",
+)
+
+go_repository(
+    name = "com_github_fatih_camelcase",
+    importpath = "github.com/fatih/camelcase",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_fatih_color",
+    importpath = "github.com/fatih/color",
+    tag = "v1.7.0",
+)
+
+go_repository(
+    name = "com_github_globalsign_mgo",
+    commit = "eeefdecb41b8",
+    importpath = "github.com/globalsign/mgo",
+)
+
+go_repository(
+    name = "com_github_go_kit_kit",
+    importpath = "github.com/go-kit/kit",
+    tag = "v0.8.0",
+)
+
+go_repository(
+    name = "com_github_go_logfmt_logfmt",
+    importpath = "github.com/go-logfmt/logfmt",
+    tag = "v0.3.0",
+)
+
+go_repository(
+    name = "com_github_go_logr_logr",
+    importpath = "github.com/go-logr/logr",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_go_stack_stack",
+    importpath = "github.com/go-stack/stack",
+    tag = "v1.8.0",
+)
+
+go_repository(
+    name = "com_github_golang_groupcache",
+    commit = "02826c3e7903",
+    importpath = "github.com/golang/groupcache",
+)
+
+go_repository(
+    name = "com_github_golangplus_bytes",
+    commit = "45c989fe5450",
+    importpath = "github.com/golangplus/bytes",
+)
+
+go_repository(
+    name = "com_github_golangplus_fmt",
+    commit = "2a5d6d7d2995",
+    importpath = "github.com/golangplus/fmt",
+)
+
+go_repository(
+    name = "com_github_golangplus_testing",
+    commit = "af21d9c3145e",
+    importpath = "github.com/golangplus/testing",
+)
+
+go_repository(
+    name = "com_github_google_martian",
+    importpath = "github.com/google/martian",
+    tag = "v2.1.0",
+)
+
+go_repository(
+    name = "com_github_google_pprof",
+    commit = "3ea8567a2e57",
+    importpath = "github.com/google/pprof",
+)
+
+go_repository(
+    name = "com_github_google_uuid",
+    importpath = "github.com/google/uuid",
+    tag = "v1.1.1",
+)
+
+go_repository(
+    name = "com_github_googleapis_gax_go_v2",
+    importpath = "github.com/googleapis/gax-go/v2",
+    tag = "v2.0.4",
+)
+
+go_repository(
+    name = "com_github_gorilla_websocket",
+    importpath = "github.com/gorilla/websocket",
+    tag = "v1.4.0",
+)
+
+go_repository(
+    name = "com_github_grpc_ecosystem_go_grpc_middleware",
+    commit = "f849b5445de4",
+    importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
+)
+
+go_repository(
+    name = "com_github_grpc_ecosystem_go_grpc_prometheus",
+    importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
+    tag = "v1.2.0",
+)
+
+go_repository(
+    name = "com_github_hashicorp_golang_lru",
+    importpath = "github.com/hashicorp/golang-lru",
+    tag = "v0.5.1",
+)
+
+go_repository(
+    name = "com_github_hashicorp_hcl",
+    importpath = "github.com/hashicorp/hcl",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_jonboulle_clockwork",
+    importpath = "github.com/jonboulle/clockwork",
+    tag = "v0.1.0",
+)
+
+go_repository(
+    name = "com_github_jstemmer_go_junit_report",
+    commit = "af01ea7f8024",
+    importpath = "github.com/jstemmer/go-junit-report",
+)
+
+go_repository(
+    name = "com_github_julienschmidt_httprouter",
+    importpath = "github.com/julienschmidt/httprouter",
+    tag = "v1.2.0",
+)
+
+go_repository(
+    name = "com_github_kisielk_errcheck",
+    importpath = "github.com/kisielk/errcheck",
+    tag = "v1.2.0",
+)
+
+go_repository(
+    name = "com_github_konsorten_go_windows_terminal_sequences",
+    importpath = "github.com/konsorten/go-windows-terminal-sequences",
+    tag = "v1.0.1",
+)
+
+go_repository(
+    name = "com_github_kr_logfmt",
+    commit = "b84e30acd515",
+    importpath = "github.com/kr/logfmt",
+)
+
+go_repository(
+    name = "com_github_liggitt_tabwriter",
+    commit = "89fcab3d43de",
+    importpath = "github.com/liggitt/tabwriter",
+)
+
+go_repository(
+    name = "com_github_lithammer_dedent",
+    importpath = "github.com/lithammer/dedent",
+    tag = "v1.1.0",
+)
+
+go_repository(
+    name = "com_github_magiconair_properties",
+    importpath = "github.com/magiconair/properties",
+    tag = "v1.8.0",
+)
+
+go_repository(
+    name = "com_github_makenowjust_heredoc",
+    commit = "bb23615498cd",
+    importpath = "github.com/MakeNowJust/heredoc",
+)
+
+go_repository(
+    name = "com_github_mattn_go_colorable",
+    importpath = "github.com/mattn/go-colorable",
+    tag = "v0.0.9",
+)
+
+go_repository(
+    name = "com_github_mattn_go_runewidth",
+    importpath = "github.com/mattn/go-runewidth",
+    tag = "v0.0.2",
+)
+
+go_repository(
+    name = "com_github_mitchellh_go_homedir",
+    importpath = "github.com/mitchellh/go-homedir",
+    tag = "v1.1.0",
+)
+
+go_repository(
+    name = "com_github_morikuni_aec",
+    importpath = "github.com/morikuni/aec",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_munnerz_goautoneg",
+    commit = "a7dc8b61c822",
+    importpath = "github.com/munnerz/goautoneg",
+)
+
+go_repository(
+    name = "com_github_mwitkow_go_conntrack",
+    commit = "cc309e4a2223",
+    importpath = "github.com/mwitkow/go-conntrack",
+)
+
+go_repository(
+    name = "com_github_mxk_go_flowrate",
+    commit = "cca7078d478f",
+    importpath = "github.com/mxk/go-flowrate",
+)
+
+go_repository(
+    name = "com_github_nytimes_gziphandler",
+    commit = "56545f4a5d46",
+    importpath = "github.com/NYTimes/gziphandler",
+)
+
+go_repository(
+    name = "com_github_olekukonko_tablewriter",
+    commit = "a0225b3f23b5",
+    importpath = "github.com/olekukonko/tablewriter",
+)
+
+go_repository(
+    name = "com_github_pelletier_go_toml",
+    importpath = "github.com/pelletier/go-toml",
+    tag = "v1.2.0",
+)
+
+go_repository(
+    name = "com_github_pquerna_cachecontrol",
+    commit = "0dec1b30a021",
+    importpath = "github.com/pquerna/cachecontrol",
+)
+
+go_repository(
+    name = "com_github_remyoudompheng_bigfft",
+    commit = "52369c62f446",
+    importpath = "github.com/remyoudompheng/bigfft",
+)
+
+go_repository(
+    name = "com_github_rogpeppe_fastuuid",
+    commit = "6724a57986af",
+    importpath = "github.com/rogpeppe/fastuuid",
+)
+
+go_repository(
+    name = "com_github_russross_blackfriday",
+    importpath = "github.com/russross/blackfriday",
+    tag = "v1.5.2",
+)
+
+go_repository(
+    name = "com_github_soheilhy_cmux",
+    importpath = "github.com/soheilhy/cmux",
+    tag = "v0.1.4",
+)
+
+go_repository(
+    name = "com_github_spf13_afero",
+    importpath = "github.com/spf13/afero",
+    tag = "v1.2.2",
+)
+
+go_repository(
+    name = "com_github_spf13_cast",
+    importpath = "github.com/spf13/cast",
+    tag = "v1.3.0",
+)
+
+go_repository(
+    name = "com_github_spf13_jwalterweatherman",
+    importpath = "github.com/spf13/jwalterweatherman",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "com_github_spf13_viper",
+    importpath = "github.com/spf13/viper",
+    tag = "v1.3.2",
+)
+
+go_repository(
+    name = "com_github_tmc_grpc_websocket_proxy",
+    commit = "89b8d40f7ca8",
+    importpath = "github.com/tmc/grpc-websocket-proxy",
+)
+
+go_repository(
+    name = "com_github_ugorji_go_codec",
+    commit = "d75b2dcb6bc8",
+    importpath = "github.com/ugorji/go/codec",
+)
+
+go_repository(
+    name = "com_github_xiang90_probing",
+    commit = "43a291ad63a2",
+    importpath = "github.com/xiang90/probing",
+)
+
+go_repository(
+    name = "com_github_xlab_handysort",
+    commit = "fb3537ed64a1",
+    importpath = "github.com/xlab/handysort",
+)
+
+go_repository(
+    name = "com_github_xordataexchange_crypt",
+    commit = "b2862e3d0a77",
+    importpath = "github.com/xordataexchange/crypt",
+)
+
+go_repository(
+    name = "in_gopkg_alecthomas_kingpin_v2",
+    importpath = "gopkg.in/alecthomas/kingpin.v2",
+    tag = "v2.2.6",
+)
+
+go_repository(
+    name = "in_gopkg_cheggaaa_pb_v1",
+    importpath = "gopkg.in/cheggaaa/pb.v1",
+    tag = "v1.0.25",
+)
+
+go_repository(
+    name = "in_gopkg_natefinch_lumberjack_v2",
+    importpath = "gopkg.in/natefinch/lumberjack.v2",
+    tag = "v2.0.0",
+)
+
+go_repository(
+    name = "in_gopkg_resty_v1",
+    importpath = "gopkg.in/resty.v1",
+    tag = "v1.12.0",
+)
+
+go_repository(
+    name = "in_gopkg_square_go_jose_v2",
+    importpath = "gopkg.in/square/go-jose.v2",
+    tag = "v2.2.2",
+)
+
+go_repository(
+    name = "io_etcd_go_bbolt",
+    importpath = "go.etcd.io/bbolt",
+    tag = "v1.3.3",
+)
+
+go_repository(
+    name = "io_etcd_go_etcd",
+    commit = "3cf2f69b5738",
+    importpath = "go.etcd.io/etcd",
+)
+
+go_repository(
+    name = "io_k8s_apiserver",
+    commit = "f2537b84c964",
+    importpath = "k8s.io/apiserver",
+)
+
+go_repository(
+    name = "io_k8s_cli_runtime",
+    commit = "ec04ad4dbd24",
+    importpath = "k8s.io/cli-runtime",
+)
+
+go_repository(
+    name = "io_k8s_code_generator",
+    commit = "2a85f169f05f",
+    importpath = "k8s.io/code-generator",
+)
+
+go_repository(
+    name = "io_k8s_component_base",
+    commit = "ea09a2678486",
+    importpath = "k8s.io/component-base",
+)
+
+go_repository(
+    name = "io_k8s_gengo",
+    commit = "26a664648505",
+    importpath = "k8s.io/gengo",
+)
+
+go_repository(
+    name = "io_k8s_kubectl",
+    commit = "fbc5d36fee2d",
+    importpath = "k8s.io/kubectl",
+)
+
+go_repository(
+    name = "io_k8s_metrics",
+    commit = "dea8d0e6b550",
+    importpath = "k8s.io/metrics",
+)
+
+go_repository(
+    name = "io_k8s_sigs_kustomize",
+    importpath = "sigs.k8s.io/kustomize",
+    tag = "v2.0.3",
+)
+
+go_repository(
+    name = "io_k8s_sigs_structured_merge_diff",
+    commit = "b1b620dd3f06",
+    importpath = "sigs.k8s.io/structured-merge-diff",
+)
+
+go_repository(
+    name = "org_golang_x_exp",
+    commit = "4b39c73a6495",
+    importpath = "golang.org/x/exp",
+)
+
+go_repository(
+    name = "org_golang_x_image",
+    commit = "0694c2d4d067",
+    importpath = "golang.org/x/image",
+)
+
+go_repository(
+    name = "org_golang_x_mobile",
+    commit = "d3739f865fa6",
+    importpath = "golang.org/x/mobile",
+)
+
+go_repository(
+    name = "org_golang_x_xerrors",
+    commit = "a985d3407aa7",
+    importpath = "golang.org/x/xerrors",
+)
+
+go_repository(
+    name = "org_gonum_v1_gonum",
+    commit = "3d26580ed485",
+    importpath = "gonum.org/v1/gonum",
+)
+
+go_repository(
+    name = "org_gonum_v1_netlib",
+    commit = "76723241ea4e",
+    importpath = "gonum.org/v1/netlib",
+)
+
+go_repository(
+    name = "org_modernc_cc",
+    importpath = "modernc.org/cc",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "org_modernc_golex",
+    importpath = "modernc.org/golex",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "org_modernc_mathutil",
+    importpath = "modernc.org/mathutil",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "org_modernc_strutil",
+    importpath = "modernc.org/strutil",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "org_modernc_xc",
+    importpath = "modernc.org/xc",
+    tag = "v1.0.0",
+)
+
+go_repository(
+    name = "org_uber_go_atomic",
+    importpath = "go.uber.org/atomic",
+    tag = "v1.3.2",
+)
+
+go_repository(
+    name = "org_uber_go_multierr",
+    importpath = "go.uber.org/multierr",
+    tag = "v1.1.0",
+)
+
+go_repository(
+    name = "org_uber_go_zap",
+    importpath = "go.uber.org/zap",
+    tag = "v1.10.0",
+)