WORKSPACE,third_party/go: reformat

Change-Id: If263013bd9a544696ee2530688f7f7d4ded49a92
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1159
Reviewed-by: patryk <patryk@hackerspace.pl>
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index 058bb02..da4a2f6 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -2,227 +2,11 @@
 
 def go_repositories():
     go_repository(
-        name = "org_golang_x_net",
-        commit = "d3edc9973b7eb1fb302b0ff2c62357091cea9a30",
-        importpath = "golang.org/x/net",
+        name = "co_honnef_go_tools",
+        commit = "ea95bdfd59fc",
+        importpath = "honnef.co/go/tools",
         build_naming_convention = "go_default_library",
     )
-
-    go_repository(
-        name = "io_k8s_kubernetes",
-        importpath = "k8s.io/kubernetes",
-        build_naming_convention = "go_default_library",
-        patch_args = ["-p1"],
-        patches = ["//third_party/go/kubernetes:build.patch"],
-        sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
-        version = "v1.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_repo_infra",
-        commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
-        importpath = "k8s.io/repo-infra",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_bitnami_kubecfg",
-        importpath = "github.com/bitnami/kubecfg",
-        build_naming_convention = "go_default_library",
-        vcs = "git",
-        commit = "5070ed28ed12016b0ca75dcfd257f567f581c095",
-        remote = "https://github.com/q3k/kubecfg",
-        build_extra_args = ["-exclude=vendor"],
-    )
-
-    go_repository(
-        name = "com_github_projectcalico_calicoctl",
-        importpath = "github.com/projectcalico/calicoctl",
-        build_naming_convention = "go_default_library",
-        # This fork implements explicit Bazel rules
-        remote = "https://github.com/q3k/calicoctl",
-        vcs = "git",
-        commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
-        build_file_generation = "off",
-    )
-
-    go_repository(
-        name = "com_github_shirou_gopsutil",
-        commit = "2cbc9195c892b304060269ef280375236d2fcac9",
-        importpath = "github.com/shirou/gopsutil",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cloudflare_cfssl",
-        commit = "768cd563887febaad559b511aaa5964823ccb4ab",
-        importpath = "github.com/cloudflare/cfssl",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_mattn_go_sqlite3",
-        commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
-        importpath = "github.com/mattn/go-sqlite3",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
-        commit = "72a7793efd38728796273861bb27d590cc33d9d4",
-        importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_ziutek_telnet",
-        commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
-        importpath = "github.com/ziutek/telnet",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_netbox_community_go_netbox",
-        commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
-        importpath = "github.com/netbox-community/go-netbox",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cenkalti_backoff",
-        commit = "4b4cebaf850ec58f1bb1fec5bdebdf8501c2bc3f",
-        importpath = "github.com/cenkalti/backoff",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "ml_vbom_util_sortorder",
-        commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
-        importpath = "vbom.ml/util/sortorder",
-        build_naming_convention = "go_default_library",
-        remote = "https://github.com/fvbommel/sortorder",
-        vcs = "git",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_strfmt",
-        importpath = "github.com/go-openapi/strfmt",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.0",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_swag",
-        importpath = "github.com/go-openapi/swag",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.5",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_errors",
-        importpath = "github.com/go-openapi/errors",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.7",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_runtime",
-        importpath = "github.com/go-openapi/runtime",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.21",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_validate",
-        importpath = "github.com/go-openapi/validate",
-        build_naming_convention = "go_default_library",
-        tag = "v0.20.2",
-    )
-
-    go_repository(
-        name = "com_github_mitchellh_mapstructure",
-        importpath = "github.com/mitchellh/mapstructure",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.2",
-    )
-
-    go_repository(
-        name = "org_mongodb_go_mongo_driver",
-        commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
-        importpath = "go.mongodb.org/mongo-driver",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_yaml_v2",
-        importpath = "gopkg.in/yaml.v2",
-        build_naming_convention = "go_default_library",
-        tag = "v2.2.4",
-    )
-
-    go_repository(
-        name = "com_github_asaskevich_govalidator",
-        commit = "f61b66f89f4a",
-        importpath = "github.com/asaskevich/govalidator",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_spec",
-        importpath = "github.com/go-openapi/spec",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.2",
-    )
-
-    go_repository(
-        name = "com_github_mailru_easyjson",
-        commit = "b2ccc519800e",
-        importpath = "github.com/mailru/easyjson",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_analysis",
-        importpath = "github.com/go-openapi/analysis",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.2",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_jsonpointer",
-        importpath = "github.com/go-openapi/jsonpointer",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.3",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_loads",
-        importpath = "github.com/go-openapi/loads",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.2",
-    )
-
-    go_repository(
-        name = "com_github_go_openapi_jsonreference",
-        importpath = "github.com/go-openapi/jsonreference",
-        build_naming_convention = "go_default_library",
-        tag = "v0.19.2",
-    )
-
-    go_repository(
-        name = "com_github_puerkitobio_purell",
-        importpath = "github.com/PuerkitoBio/purell",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.1",
-    )
-
-    go_repository(
-        name = "com_github_puerkitobio_urlesc",
-        commit = "de5bf2ad4578",
-        importpath = "github.com/PuerkitoBio/urlesc",
-        build_naming_convention = "go_default_library",
-    )
-
     go_repository(
         name = "com_github_abbot_go_http_auth",
         commit = "860ed7f246ff5abfdbd5c7ce618fd37b49fd3d86",
@@ -231,362 +15,37 @@
     )
 
     go_repository(
-        name = "com_github_urfave_cli",
-        importpath = "github.com/urfave/cli",
-        build_naming_convention = "go_default_library",
-        tag = "v1.20.0",
-    )
-
-    go_repository(
-        name = "org_golang_x_crypto",
-        commit = "60c769a6c586",
-        importpath = "golang.org/x/crypto",
+        name = "com_github_alecthomas_template",
+        commit = "a0175ee3bccc",
+        importpath = "github.com/alecthomas/template",
         build_naming_convention = "go_default_library",
     )
 
     go_repository(
-        name = "org_golang_x_oauth2",
-        commit = "0f29369cfe45",
-        importpath = "golang.org/x/oauth2",
+        name = "com_github_alecthomas_units",
+        commit = "2efee857e7cf",
+        importpath = "github.com/alecthomas/units",
         build_naming_convention = "go_default_library",
     )
 
     go_repository(
-        name = "com_github_djherbis_atime",
-        commit = "2d569978378562c466df74eda2d82900f435c5f4",
-        importpath = "github.com/djherbis/atime",
+        name = "com_github_armon_consul_api",
+        commit = "eb2c6b5be1b6",
+        importpath = "github.com/armon/consul-api",
         build_naming_convention = "go_default_library",
     )
 
     go_repository(
-        name = "com_google_cloud_go",
-        importpath = "cloud.google.com/go",
+        name = "com_github_arran4_golang_ical",
+        importpath = "github.com/arran4/golang-ical",
         build_naming_convention = "go_default_library",
-        tag = "v0.38.0",
+        sum = "h1:oOgavmDMGCnNtwZwNoXuK3jCcpF3I96Do9/5qPeSCr8=",
+        version = "v0.0.0-20210601225245-48fd351b08e7",
     )
-
     go_repository(
-        name = "com_github_stackexchange_wmi",
-        commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
-        importpath = "github.com/stackexchange/wmi",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_ole_go_ole",
-        commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
-        importpath = "github.com/go-ole/go-ole",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_dustin_go_humanize",
-        importpath = "github.com/dustin/go-humanize",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "io_k8s_client_go",
-        build_extra_args = [
-            "-known_import=github.com/Azure/go-autorest",
-            "-known_import=github.com/googleapis/gnostic",
-        ],
-        importpath = "k8s.io/client-go",
-        build_naming_convention = "go_default_library",
-        sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_apimachinery",
-        build_file_proto_mode = "disable",
-        importpath = "k8s.io/apimachinery",
-        build_naming_convention = "go_default_library",
-        patch_args = ["-p1"],
-        patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
-        sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_klog",
-        importpath = "k8s.io/klog",
-        build_naming_convention = "go_default_library",
-        sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
-        version = "v1.0.0",
-    )
-
-    go_repository(
-        name = "io_k8s_utils",
-        commit = "e782cd3c129f",
-        importpath = "k8s.io/utils",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_googleapis_gnostic",
-        build_file_generation = "on",
-        build_file_proto_mode = "disable",
-        importpath = "github.com/googleapis/gnostic",
-        build_naming_convention = "go_default_library",
-        sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=",
-        version = "v0.5.3",
-    )
-
-    go_repository(
-        name = "io_k8s_api",
-        build_file_proto_mode = "disable",
-        importpath = "k8s.io/api",
-        build_naming_convention = "go_default_library",
-        sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "org_golang_x_time",
-        commit = "9d24e82272b4",
-        importpath = "golang.org/x/time",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_google_gofuzz",
-        importpath = "github.com/google/gofuzz",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "io_k8s_sigs_yaml",
-        importpath = "sigs.k8s.io/yaml",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.0",
-    )
-
-    go_repository(
-        name = "com_github_modern_go_reflect2",
-        importpath = "github.com/modern-go/reflect2",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.1",
-    )
-
-    go_repository(
-        name = "com_github_davecgh_go_spew",
-        importpath = "github.com/davecgh/go-spew",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.1",
-    )
-
-    go_repository(
-        name = "com_github_json_iterator_go",
-        importpath = "github.com/json-iterator/go",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.8",
-    )
-
-    go_repository(
-        name = "com_github_modern_go_concurrent",
-        commit = "bacd9c7ef1dd",
-        importpath = "github.com/modern-go/concurrent",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_inf_v0",
-        importpath = "gopkg.in/inf.v0",
-        build_naming_convention = "go_default_library",
-        tag = "v0.9.1",
-    )
-
-    go_repository(
-        name = "com_github_cloudflare_cfrpki",
-        commit = "adece784464315db69299ba75e9287c60cd95c69",
-        importpath = "github.com/cloudflare/cfrpki",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_prometheus_client_golang",
-        importpath = "github.com/prometheus/client_golang",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_rs_cors",
-        commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
-        importpath = "github.com/rs/cors",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cloudflare_gortr",
-        commit = "95270606e8853d9b93f5be46d656d08ec0a4ef09",
-        importpath = "github.com/cloudflare/gortr",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_gorilla_mux",
-        importpath = "github.com/gorilla/mux",
-        build_naming_convention = "go_default_library",
-        tag = "v1.6.2",
-    )
-
-    go_repository(
-        name = "com_github_sirupsen_logrus",
-        importpath = "github.com/sirupsen/logrus",
-        build_naming_convention = "go_default_library",
-        tag = "v1.4.2",
-    )
-
-    go_repository(
-        name = "com_github_prometheus_common",
-        importpath = "github.com/prometheus/common",
-        build_naming_convention = "go_default_library",
-        tag = "v0.4.1",
-    )
-
-    go_repository(
-        name = "com_github_beorn7_perks",
-        importpath = "github.com/beorn7/perks",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_prometheus_client_model",
-        commit = "fd36f4220a90",
-        importpath = "github.com/prometheus/client_model",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_prometheus_procfs",
-        importpath = "github.com/prometheus/procfs",
-        build_naming_convention = "go_default_library",
-        tag = "v0.0.2",
-    )
-
-    go_repository(
-        name = "com_github_matttproud_golang_protobuf_extensions",
-        importpath = "github.com/matttproud/golang_protobuf_extensions",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.1",
-    )
-
-    go_repository(
-        name = "com_github_jmoiron_sqlx",
-        commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
-        importpath = "github.com/jmoiron/sqlx",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_lib_pq",
-        commit = "3427c32cb71afc948325f299f040e53c1dd78979",
-        importpath = "github.com/lib/pq",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_gchaincl_sqlhooks",
-        commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
-        importpath = "github.com/gchaincl/sqlhooks",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_golang_migrate_migrate_v4",
-        commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
-        importpath = "github.com/golang-migrate/migrate/v4",
-        build_naming_convention = "go_default_library",
-        remote = "https://github.com/golang-migrate/migrate",
-        vcs = "git",
-    )
-
-    go_repository(
-        name = "com_github_hashicorp_go_multierror",
-        commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
-        importpath = "github.com/hashicorp/go-multierror",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_hashicorp_errwrap",
-        commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
-        importpath = "github.com/hashicorp/errwrap",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cockroachdb_cockroach_go",
-        commit = "e0a95dfd547cc9c3ebaaba1a12c2afe4bf621ac5",
-        importpath = "github.com/cockroachdb/cockroach-go",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_jackc_pgx",
-        commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
-        importpath = "github.com/jackc/pgx",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_golang_collections_go_datastructures",
-        commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
-        importpath = "github.com/golang-collections/go-datastructures",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_test_deep",
-        commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
-        importpath = "github.com/go-test/deep",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_sethvargo_go_password",
-        commit = "68ac5879751a7105834296859f8c1bf70b064675",
-        importpath = "github.com/sethvargo/go-password",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_ldap_v3",
-        commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
-        importpath = "gopkg.in/ldap.v3",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_asn1_ber_v1",
-        commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
-        importpath = "gopkg.in/asn1-ber.v1",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_q3k_cursedjsonrpc",
-        commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
-        importpath = "github.com/q3k/cursedjsonrpc",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_q3k_cursedjson",
-        commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
-        importpath = "github.com/q3k/cursedjson",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "co_honnef_go_tools",
-        commit = "ea95bdfd59fc",
-        importpath = "honnef.co/go/tools",
+        name = "com_github_asaskevich_govalidator",
+        commit = "f61b66f89f4a",
+        importpath = "github.com/asaskevich/govalidator",
         build_naming_convention = "go_default_library",
     )
 
@@ -603,15 +62,123 @@
         build_naming_convention = "go_default_library",
         tag = "v11.5.0",
     )
+    go_repository(
+        name = "com_github_beorn7_perks",
+        importpath = "github.com/beorn7/perks",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
 
     go_repository(
+        name = "com_github_bgentry_speakeasy",
+        importpath = "github.com/bgentry/speakeasy",
+        build_naming_convention = "go_default_library",
+        tag = "v0.1.0",
+    )
+    go_repository(
+        name = "com_github_bitnami_kubecfg",
+        importpath = "github.com/bitnami/kubecfg",
+        build_naming_convention = "go_default_library",
+        vcs = "git",
+        commit = "5070ed28ed12016b0ca75dcfd257f567f581c095",
+        remote = "https://github.com/q3k/kubecfg",
+        build_extra_args = ["-exclude=vendor"],
+    )
+
+    go_repository(
+        name = "com_github_blang_semver",
+        importpath = "github.com/blang/semver",
+        build_naming_convention = "go_default_library",
+        tag = "v3.5.0",
+    )
+
+    go_repository(
+        name = "com_github_boltdb_bolt",
+        importpath = "github.com/boltdb/bolt",
+        build_naming_convention = "go_default_library",
+        sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
+        version = "v1.3.1",
+    )
+    go_repository(
+        name = "com_github_burntsushi_toml",
+        importpath = "github.com/BurntSushi/toml",
+        build_naming_convention = "go_default_library",
+        tag = "v0.3.1",
+    )
+
+    go_repository(
+        name = "com_github_burntsushi_xgb",
+        commit = "27f122750802",
+        importpath = "github.com/BurntSushi/xgb",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_cenkalti_backoff",
+        commit = "4b4cebaf850ec58f1bb1fec5bdebdf8501c2bc3f",
+        importpath = "github.com/cenkalti/backoff",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_census_instrumentation_opencensus_proto",
+        importpath = "github.com/census-instrumentation/opencensus-proto",
+        build_naming_convention = "go_default_library",
+        sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=",
+        version = "v0.3.0",
+        build_extra_args = ["-exclude=src"],
+    )
+    go_repository(
+        name = "com_github_cespare_xxhash",
+        commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f",
+        importpath = "github.com/cespare/xxhash",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_chai2010_gettext_go",
+        commit = "c6fed771bfd5",
+        importpath = "github.com/chai2010/gettext-go",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_client9_misspell",
         importpath = "github.com/client9/misspell",
         build_naming_convention = "go_default_library",
         tag = "v0.3.4",
     )
+    go_repository(
+        name = "com_github_cloudflare_cfrpki",
+        commit = "adece784464315db69299ba75e9287c60cd95c69",
+        importpath = "github.com/cloudflare/cfrpki",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_cloudflare_cfssl",
+        commit = "768cd563887febaad559b511aaa5964823ccb4ab",
+        importpath = "github.com/cloudflare/cfssl",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
+        name = "com_github_cloudflare_gortr",
+        commit = "95270606e8853d9b93f5be46d656d08ec0a4ef09",
+        importpath = "github.com/cloudflare/gortr",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_cockroachdb_cockroach_go",
+        commit = "e0a95dfd547cc9c3ebaaba1a12c2afe4bf621ac5",
+        importpath = "github.com/cockroachdb/cockroach-go",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_cockroachdb_datadriven",
+        commit = "80d97fb3cbaa",
+        importpath = "github.com/cockroachdb/datadriven",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_containerd_continuity",
         commit = "7f53d412b9eb",
         importpath = "github.com/containerd/continuity",
@@ -626,11 +193,92 @@
     )
 
     go_repository(
+        name = "com_github_coreos_etcd",
+        importpath = "github.com/coreos/etcd",
+        build_naming_convention = "go_default_library",
+        tag = "v3.3.10",
+    )
+
+    go_repository(
+        name = "com_github_coreos_go_etcd",
+        importpath = "github.com/coreos/go-etcd",
+        build_naming_convention = "go_default_library",
+        tag = "v2.0.0",
+    )
+
+    go_repository(
+        name = "com_github_coreos_go_oidc",
+        importpath = "github.com/coreos/go-oidc",
+        build_naming_convention = "go_default_library",
+        tag = "v2.1.0",
+    )
+
+    go_repository(
+        name = "com_github_coreos_go_semver",
+        importpath = "github.com/coreos/go-semver",
+        build_naming_convention = "go_default_library",
+        tag = "v0.3.0",
+    )
+
+    go_repository(
+        name = "com_github_coreos_go_systemd",
+        commit = "95778dfbb74e",
+        importpath = "github.com/coreos/go-systemd",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_coreos_pkg",
+        commit = "97fdf19511ea",
+        importpath = "github.com/coreos/pkg",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_cpuguy83_go_md2man",
+        importpath = "github.com/cpuguy83/go-md2man",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.10",
+    )
+
+    go_repository(
+        name = "com_github_creack_pty",
+        importpath = "github.com/creack/pty",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.7",
+    )
+    go_repository(
+        name = "com_github_davecgh_go_spew",
+        importpath = "github.com/davecgh/go-spew",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.1",
+    )
+
+    go_repository(
+        name = "com_github_daviddengcn_go_colortext",
+        commit = "511bcaf42ccd",
+        importpath = "github.com/daviddengcn/go-colortext",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_dgraph_io_ristretto",
+        commit = "83508260cb49a2c3261c2774c991870fd18b5a1b",
+        importpath = "github.com/dgraph-io/ristretto",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_dgrijalva_jwt_go",
         importpath = "github.com/dgrijalva/jwt-go",
         build_naming_convention = "go_default_library",
         tag = "v3.2.0",
     )
+    go_repository(
+        name = "com_github_djherbis_atime",
+        commit = "2d569978378562c466df74eda2d82900f435c5f4",
+        importpath = "github.com/djherbis/atime",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
         name = "com_github_docker_cli",
@@ -699,6 +347,19 @@
     )
 
     go_repository(
+        name = "com_github_docker_spdystream",
+        commit = "449fdfce4d96",
+        importpath = "github.com/docker/spdystream",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_dustin_go_humanize",
+        importpath = "github.com/dustin/go-humanize",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+
+    go_repository(
         name = "com_github_elazarl_go_bindata_assetfs",
         commit = "38087fe4dafb",
         importpath = "github.com/elazarl/go-bindata-assetfs",
@@ -706,6 +367,26 @@
     )
 
     go_repository(
+        name = "com_github_elazarl_goproxy",
+        commit = "c4fc26588b6e",
+        importpath = "github.com/elazarl/goproxy",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_emicklei_go_restful",
+        importpath = "github.com/emicklei/go-restful",
+        build_naming_convention = "go_default_library",
+        tag = "v2.9.5",
+    )
+
+    go_repository(
+        name = "com_github_emirpasic_gods",
+        commit = "80e934ed68b9084f386ae25f74f839aaecfb54d8",
+        importpath = "github.com/emirpasic/gods",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_evanphx_json_patch",
         importpath = "github.com/evanphx/json-patch",
         build_naming_convention = "go_default_library",
@@ -713,6 +394,26 @@
     )
 
     go_repository(
+        name = "com_github_exponent_io_jsonpath",
+        commit = "d6023ce2651d",
+        importpath = "github.com/exponent-io/jsonpath",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_fatih_camelcase",
+        importpath = "github.com/fatih/camelcase",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+
+    go_repository(
+        name = "com_github_fatih_color",
+        importpath = "github.com/fatih/color",
+        build_naming_convention = "go_default_library",
+        tag = "v1.7.0",
+    )
+    go_repository(
         name = "com_github_fernet_fernet_go",
         commit = "9eac43b88a5e",
         importpath = "github.com/fernet/fernet-go",
@@ -727,6 +428,19 @@
     )
 
     go_repository(
+        name = "com_github_gabriel_vasile_mimetype",
+        commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
+        importpath = "github.com/gabriel-vasile/mimetype",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_gchaincl_sqlhooks",
+        commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
+        importpath = "github.com/gchaincl/sqlhooks",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "com_github_genuinetools_pkg",
         commit = "1c141f661797",
         importpath = "github.com/genuinetools/pkg",
@@ -749,6 +463,158 @@
     )
 
     go_repository(
+        name = "com_github_globalsign_mgo",
+        commit = "eeefdecb41b8",
+        importpath = "github.com/globalsign/mgo",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_go_git_gcfg",
+        commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
+        importpath = "github.com/go-git/gcfg",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_go_git_go_billy_v5",
+        commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
+        importpath = "github.com/go-git/go-billy/v5",
+        build_naming_convention = "go_default_library",
+        remote = "https://github.com/go-git/go-billy",
+        vcs = "git",
+    )
+
+    go_repository(
+        name = "com_github_go_git_go_git_v5",
+        commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
+        importpath = "github.com/go-git/go-git/v5",
+        build_naming_convention = "go_default_library",
+        remote = "https://github.com/go-git/go-git",
+        vcs = "git",
+        build_extra_args = [
+            "-known_import=github.com/go-git/go-billy/v5",
+        ],
+    )
+    go_repository(
+        name = "com_github_go_kit_kit",
+        importpath = "github.com/go-kit/kit",
+        build_naming_convention = "go_default_library",
+        tag = "v0.8.0",
+    )
+
+    go_repository(
+        name = "com_github_go_logfmt_logfmt",
+        importpath = "github.com/go-logfmt/logfmt",
+        build_naming_convention = "go_default_library",
+        tag = "v0.3.0",
+    )
+
+    go_repository(
+        name = "com_github_go_logr_logr",
+        importpath = "github.com/go-logr/logr",
+        build_naming_convention = "go_default_library",
+        sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
+        version = "v0.2.0",
+    )
+    go_repository(
+        name = "com_github_go_ole_go_ole",
+        commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
+        importpath = "github.com/go-ole/go-ole",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_go_openapi_analysis",
+        importpath = "github.com/go-openapi/analysis",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.2",
+    )
+    go_repository(
+        name = "com_github_go_openapi_errors",
+        importpath = "github.com/go-openapi/errors",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.7",
+    )
+
+    go_repository(
+        name = "com_github_go_openapi_jsonpointer",
+        importpath = "github.com/go-openapi/jsonpointer",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.3",
+    )
+
+    go_repository(
+        name = "com_github_go_openapi_jsonreference",
+        importpath = "github.com/go-openapi/jsonreference",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.2",
+    )
+    go_repository(
+        name = "com_github_go_openapi_loads",
+        importpath = "github.com/go-openapi/loads",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.2",
+    )
+    go_repository(
+        name = "com_github_go_openapi_runtime",
+        importpath = "github.com/go-openapi/runtime",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.21",
+    )
+
+    go_repository(
+        name = "com_github_go_openapi_spec",
+        importpath = "github.com/go-openapi/spec",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.2",
+    )
+    go_repository(
+        name = "com_github_go_openapi_strfmt",
+        importpath = "github.com/go-openapi/strfmt",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.0",
+    )
+
+    go_repository(
+        name = "com_github_go_openapi_swag",
+        importpath = "github.com/go-openapi/swag",
+        build_naming_convention = "go_default_library",
+        tag = "v0.19.5",
+    )
+
+    go_repository(
+        name = "com_github_go_openapi_validate",
+        importpath = "github.com/go-openapi/validate",
+        build_naming_convention = "go_default_library",
+        tag = "v0.20.2",
+    )
+
+    go_repository(
+        name = "com_github_go_stack_stack",
+        importpath = "github.com/go-stack/stack",
+        build_naming_convention = "go_default_library",
+        tag = "v1.8.0",
+    )
+
+    go_repository(
+        name = "com_github_go_telegram_bot_api_telegram_bot_api",
+        commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
+        importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_go_test_deep",
+        commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
+        importpath = "github.com/go-test/deep",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_golang_collections_go_datastructures",
+        commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
+        importpath = "github.com/golang-collections/go-datastructures",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "com_github_golang_glog",
         commit = "23def4e6c14b",
         importpath = "github.com/golang/glog",
@@ -756,6 +622,21 @@
     )
 
     go_repository(
+        name = "com_github_golang_groupcache",
+        commit = "02826c3e7903",
+        importpath = "github.com/golang/groupcache",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_golang_migrate_migrate_v4",
+        commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
+        importpath = "github.com/golang-migrate/migrate/v4",
+        build_naming_convention = "go_default_library",
+        remote = "https://github.com/golang-migrate/migrate",
+        vcs = "git",
+    )
+
+    go_repository(
         name = "com_github_golang_mock",
         importpath = "github.com/golang/mock",
         build_naming_convention = "go_default_library",
@@ -763,6 +644,26 @@
     )
 
     go_repository(
+        name = "com_github_golangplus_bytes",
+        commit = "45c989fe5450",
+        importpath = "github.com/golangplus/bytes",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_golangplus_fmt",
+        commit = "2a5d6d7d2995",
+        importpath = "github.com/golangplus/fmt",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_golangplus_testing",
+        commit = "af21d9c3145e",
+        importpath = "github.com/golangplus/testing",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_google_btree",
         importpath = "github.com/google/btree",
         build_naming_convention = "go_default_library",
@@ -782,6 +683,49 @@
         build_naming_convention = "go_default_library",
         tag = "v0.12.1",
     )
+    go_repository(
+        name = "com_github_google_gofuzz",
+        importpath = "github.com/google/gofuzz",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+
+    go_repository(
+        name = "com_github_google_martian",
+        importpath = "github.com/google/martian",
+        build_naming_convention = "go_default_library",
+        tag = "v2.1.0",
+    )
+
+    go_repository(
+        name = "com_github_google_pprof",
+        commit = "3ea8567a2e57",
+        importpath = "github.com/google/pprof",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_google_uuid",
+        importpath = "github.com/google/uuid",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.1",
+    )
+
+    go_repository(
+        name = "com_github_googleapis_gax_go_v2",
+        importpath = "github.com/googleapis/gax-go/v2",
+        build_naming_convention = "go_default_library",
+        tag = "v2.0.4",
+    )
+    go_repository(
+        name = "com_github_googleapis_gnostic",
+        build_file_generation = "on",
+        build_file_proto_mode = "disable",
+        importpath = "github.com/googleapis/gnostic",
+        build_naming_convention = "go_default_library",
+        sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=",
+        version = "v0.5.3",
+    )
 
     go_repository(
         name = "com_github_gophercloud_gophercloud",
@@ -796,8 +740,34 @@
         build_naming_convention = "go_default_library",
         tag = "v1.1.1",
     )
+    go_repository(
+        name = "com_github_gorilla_mux",
+        importpath = "github.com/gorilla/mux",
+        build_naming_convention = "go_default_library",
+        tag = "v1.6.2",
+    )
 
     go_repository(
+        name = "com_github_gorilla_securecookie",
+        importpath = "github.com/gorilla/securecookie",
+        build_naming_convention = "go_default_library",
+        sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
+        version = "v1.1.1",
+    )
+    go_repository(
+        name = "com_github_gorilla_sessions",
+        importpath = "github.com/gorilla/sessions",
+        build_naming_convention = "go_default_library",
+        sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
+        version = "v1.2.1",
+    )
+    go_repository(
+        name = "com_github_gorilla_websocket",
+        importpath = "github.com/gorilla/websocket",
+        build_naming_convention = "go_default_library",
+        tag = "v1.4.0",
+    )
+    go_repository(
         name = "com_github_gregjones_httpcache",
         commit = "9cad4c3443a7",
         importpath = "github.com/gregjones/httpcache",
@@ -805,14 +775,52 @@
     )
 
     go_repository(
+        name = "com_github_grpc_ecosystem_go_grpc_middleware",
+        commit = "f849b5445de4",
+        importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_grpc_ecosystem_go_grpc_prometheus",
+        importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
+        build_naming_convention = "go_default_library",
+        tag = "v1.2.0",
+    )
+    go_repository(
         name = "com_github_grpc_ecosystem_grpc_gateway",
         importpath = "github.com/grpc-ecosystem/grpc-gateway",
         build_naming_convention = "go_default_library",
         sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
         version = "v1.16.0",
     )
+    go_repository(
+        name = "com_github_hashicorp_errwrap",
+        commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
+        importpath = "github.com/hashicorp/errwrap",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_hashicorp_go_multierror",
+        commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
+        importpath = "github.com/hashicorp/go-multierror",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
+        name = "com_github_hashicorp_golang_lru",
+        importpath = "github.com/hashicorp/golang-lru",
+        build_naming_convention = "go_default_library",
+        tag = "v0.5.1",
+    )
+
+    go_repository(
+        name = "com_github_hashicorp_hcl",
+        importpath = "github.com/hashicorp/hcl",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+    go_repository(
         name = "com_github_hpcloud_tail",
         importpath = "github.com/hpcloud/tail",
         build_naming_convention = "go_default_library",
@@ -832,8 +840,80 @@
         build_naming_convention = "go_default_library",
         tag = "v1.0.0",
     )
+    go_repository(
+        name = "com_github_jackc_pgx",
+        commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
+        importpath = "github.com/jackc/pgx",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
+        name = "com_github_jbenet_go_context",
+        commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
+        importpath = "github.com/jbenet/go-context",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_jessevdk_go_flags",
+        importpath = "github.com/jessevdk/go-flags",
+        build_naming_convention = "go_default_library",
+        sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
+        version = "v1.4.0",
+    )
+    go_repository(
+        name = "com_github_jmoiron_sqlx",
+        commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
+        importpath = "github.com/jmoiron/sqlx",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_jonboulle_clockwork",
+        importpath = "github.com/jonboulle/clockwork",
+        build_naming_convention = "go_default_library",
+        tag = "v0.1.0",
+    )
+    go_repository(
+        name = "com_github_json_iterator_go",
+        importpath = "github.com/json-iterator/go",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.8",
+    )
+
+    go_repository(
+        name = "com_github_jstemmer_go_junit_report",
+        commit = "af01ea7f8024",
+        importpath = "github.com/jstemmer/go-junit-report",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_julienschmidt_httprouter",
+        importpath = "github.com/julienschmidt/httprouter",
+        build_naming_convention = "go_default_library",
+        tag = "v1.2.0",
+    )
+
+    go_repository(
+        name = "com_github_kevinburke_go_bindata",
+        commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
+        importpath = "github.com/kevinburke/go-bindata",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_kevinburke_ssh_config",
+        commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
+        importpath = "github.com/kevinburke/ssh_config",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_kisielk_errcheck",
+        importpath = "github.com/kisielk/errcheck",
+        build_naming_convention = "go_default_library",
+        tag = "v1.2.0",
+    )
+    go_repository(
         name = "com_github_kisielk_gotool",
         importpath = "github.com/kisielk/gotool",
         build_naming_convention = "go_default_library",
@@ -841,6 +921,26 @@
     )
 
     go_repository(
+        name = "com_github_klauspost_cpuid_v2",
+        importpath = "github.com/klauspost/cpuid/v2",
+        build_naming_convention = "go_default_library",
+        sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
+        version = "v2.0.5",
+    )
+    go_repository(
+        name = "com_github_konsorten_go_windows_terminal_sequences",
+        importpath = "github.com/konsorten/go-windows-terminal-sequences",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.1",
+    )
+
+    go_repository(
+        name = "com_github_kr_logfmt",
+        commit = "b84e30acd515",
+        importpath = "github.com/kr/logfmt",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_kr_pretty",
         importpath = "github.com/kr/pretty",
         build_naming_convention = "go_default_library",
@@ -860,8 +960,54 @@
         build_naming_convention = "go_default_library",
         tag = "v0.1.0",
     )
+    go_repository(
+        name = "com_github_lib_pq",
+        commit = "3427c32cb71afc948325f299f040e53c1dd78979",
+        importpath = "github.com/lib/pq",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
+        name = "com_github_liggitt_tabwriter",
+        commit = "89fcab3d43de",
+        importpath = "github.com/liggitt/tabwriter",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_lithammer_dedent",
+        importpath = "github.com/lithammer/dedent",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.0",
+    )
+
+    go_repository(
+        name = "com_github_magiconair_properties",
+        importpath = "github.com/magiconair/properties",
+        build_naming_convention = "go_default_library",
+        tag = "v1.8.0",
+    )
+    go_repository(
+        name = "com_github_mailru_easyjson",
+        commit = "b2ccc519800e",
+        importpath = "github.com/mailru/easyjson",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_makenowjust_heredoc",
+        commit = "bb23615498cd",
+        importpath = "github.com/MakeNowJust/heredoc",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_mattn_go_colorable",
+        importpath = "github.com/mattn/go-colorable",
+        build_naming_convention = "go_default_library",
+        tag = "v0.0.9",
+    )
+    go_repository(
         name = "com_github_mattn_go_isatty",
         importpath = "github.com/mattn/go-isatty",
         build_naming_convention = "go_default_library",
@@ -869,6 +1015,26 @@
     )
 
     go_repository(
+        name = "com_github_mattn_go_runewidth",
+        importpath = "github.com/mattn/go-runewidth",
+        build_naming_convention = "go_default_library",
+        tag = "v0.0.2",
+    )
+    go_repository(
+        name = "com_github_mattn_go_sqlite3",
+        commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
+        importpath = "github.com/mattn/go-sqlite3",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_matttproud_golang_protobuf_extensions",
+        importpath = "github.com/matttproud/golang_protobuf_extensions",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.1",
+    )
+
+    go_repository(
         name = "com_github_microsoft_go_winio",
         importpath = "github.com/Microsoft/go-winio",
         build_naming_convention = "go_default_library",
@@ -876,11 +1042,99 @@
     )
 
     go_repository(
+        name = "com_github_minio_md5_simd",
+        importpath = "github.com/minio/md5-simd",
+        build_naming_convention = "go_default_library",
+        sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
+        version = "v1.1.2",
+    )
+    go_repository(
+        name = "com_github_minio_minio_go_v7",
+        importpath = "github.com/minio/minio-go/v7",
+        build_naming_convention = "go_default_library",
+        sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
+        version = "v7.0.10",
+    )
+
+    go_repository(
+        name = "com_github_minio_sha256_simd",
+        importpath = "github.com/minio/sha256-simd",
+        build_naming_convention = "go_default_library",
+        sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
+        version = "v1.0.0",
+    )
+    go_repository(
+        name = "com_github_mitchellh_go_homedir",
+        importpath = "github.com/mitchellh/go-homedir",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.0",
+    )
+    go_repository(
         name = "com_github_mitchellh_go_wordwrap",
         importpath = "github.com/mitchellh/go-wordwrap",
         build_naming_convention = "go_default_library",
         tag = "v1.0.0",
     )
+    go_repository(
+        name = "com_github_mitchellh_mapstructure",
+        importpath = "github.com/mitchellh/mapstructure",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.2",
+    )
+
+    go_repository(
+        name = "com_github_moby_term",
+        importpath = "github.com/moby/term",
+        build_naming_convention = "go_default_library",
+        sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
+        version = "v0.0.0-20201101162038-25d840ce174a",
+    )
+    go_repository(
+        name = "com_github_modern_go_concurrent",
+        commit = "bacd9c7ef1dd",
+        importpath = "github.com/modern-go/concurrent",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_modern_go_reflect2",
+        importpath = "github.com/modern-go/reflect2",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.1",
+    )
+
+    go_repository(
+        name = "com_github_morikuni_aec",
+        importpath = "github.com/morikuni/aec",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+
+    go_repository(
+        name = "com_github_munnerz_goautoneg",
+        commit = "a7dc8b61c822",
+        importpath = "github.com/munnerz/goautoneg",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_mwitkow_go_conntrack",
+        commit = "cc309e4a2223",
+        importpath = "github.com/mwitkow/go-conntrack",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_mxk_go_flowrate",
+        commit = "cca7078d478f",
+        importpath = "github.com/mxk/go-flowrate",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_netbox_community_go_netbox",
+        commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
+        importpath = "github.com/netbox-community/go-netbox",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
         name = "com_github_nvveen_gotty",
@@ -890,6 +1144,19 @@
     )
 
     go_repository(
+        name = "com_github_nytimes_gziphandler",
+        commit = "56545f4a5d46",
+        importpath = "github.com/NYTimes/gziphandler",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_olekukonko_tablewriter",
+        commit = "a0225b3f23b5",
+        importpath = "github.com/olekukonko/tablewriter",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "com_github_onsi_ginkgo",
         importpath = "github.com/onsi/ginkgo",
         build_naming_convention = "go_default_library",
@@ -932,6 +1199,12 @@
     )
 
     go_repository(
+        name = "com_github_pelletier_go_toml",
+        importpath = "github.com/pelletier/go-toml",
+        build_naming_convention = "go_default_library",
+        tag = "v1.2.0",
+    )
+    go_repository(
         name = "com_github_peterbourgon_diskv",
         importpath = "github.com/peterbourgon/diskv",
         build_naming_convention = "go_default_library",
@@ -945,6 +1218,16 @@
         tag = "v1.0.0",
     )
 
+    # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
+    # thereby prohibiting usage of a gomod version directly in the version attribute of this
+    # rule.
+    go_repository(
+        name = "com_github_piranha_gostatic",
+        importpath = "github.com/piranha/gostatic",
+        build_naming_convention = "go_default_library",
+        sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
+        version = "v0.0.0-20200923134324-eb52cbb4fb83",
+    )
     go_repository(
         name = "com_github_pkg_errors",
         importpath = "github.com/pkg/errors",
@@ -960,11 +1243,133 @@
     )
 
     go_repository(
+        name = "com_github_pquerna_cachecontrol",
+        commit = "0dec1b30a021",
+        importpath = "github.com/pquerna/cachecontrol",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_projectcalico_calicoctl",
+        importpath = "github.com/projectcalico/calicoctl",
+        build_naming_convention = "go_default_library",
+        # This fork implements explicit Bazel rules
+        remote = "https://github.com/q3k/calicoctl",
+        vcs = "git",
+        commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
+        build_file_generation = "off",
+    )
+
+    go_repository(
+        name = "com_github_prometheus_client_golang",
+        importpath = "github.com/prometheus/client_golang",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+
+    go_repository(
+        name = "com_github_prometheus_client_model",
+        commit = "fd36f4220a90",
+        importpath = "github.com/prometheus/client_model",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_prometheus_common",
+        importpath = "github.com/prometheus/common",
+        build_naming_convention = "go_default_library",
+        tag = "v0.4.1",
+    )
+
+    go_repository(
+        name = "com_github_prometheus_procfs",
+        importpath = "github.com/prometheus/procfs",
+        build_naming_convention = "go_default_library",
+        tag = "v0.0.2",
+    )
+    go_repository(
+        name = "com_github_puerkitobio_purell",
+        importpath = "github.com/PuerkitoBio/purell",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.1",
+    )
+
+    go_repository(
+        name = "com_github_puerkitobio_urlesc",
+        commit = "de5bf2ad4578",
+        importpath = "github.com/PuerkitoBio/urlesc",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_q3k_cursedjson",
+        commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
+        importpath = "github.com/q3k/cursedjson",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_q3k_cursedjsonrpc",
+        commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
+        importpath = "github.com/q3k/cursedjsonrpc",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_remyoudompheng_bigfft",
+        commit = "52369c62f446",
+        importpath = "github.com/remyoudompheng/bigfft",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_rogpeppe_fastuuid",
+        commit = "6724a57986af",
+        importpath = "github.com/rogpeppe/fastuuid",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_rs_cors",
+        commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
+        importpath = "github.com/rs/cors",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_rs_xid",
+        importpath = "github.com/rs/xid",
+        build_naming_convention = "go_default_library",
+        sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
+        version = "v1.2.1",
+    )
+    go_repository(
+        name = "com_github_russross_blackfriday",
+        importpath = "github.com/russross/blackfriday",
+        build_naming_convention = "go_default_library",
+        tag = "v1.5.2",
+    )
+    go_repository(
+        name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
+        commit = "72a7793efd38728796273861bb27d590cc33d9d4",
+        importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "com_github_sergi_go_diff",
         commit = "feef008d51ad",
         importpath = "github.com/sergi/go-diff",
         build_naming_convention = "go_default_library",
     )
+    go_repository(
+        name = "com_github_sethvargo_go_password",
+        commit = "68ac5879751a7105834296859f8c1bf70b064675",
+        importpath = "github.com/sethvargo/go-password",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_shirou_gopsutil",
+        commit = "2cbc9195c892b304060269ef280375236d2fcac9",
+        importpath = "github.com/shirou/gopsutil",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
         name = "com_github_shurcool_httpfs",
@@ -974,6 +1379,39 @@
     )
 
     go_repository(
+        name = "com_github_shurcool_sanitized_anchor_name",
+        commit = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615",
+        importpath = "github.com/shurcooL/sanitized_anchor_name",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_sirupsen_logrus",
+        importpath = "github.com/sirupsen/logrus",
+        build_naming_convention = "go_default_library",
+        tag = "v1.4.2",
+    )
+
+    go_repository(
+        name = "com_github_soheilhy_cmux",
+        importpath = "github.com/soheilhy/cmux",
+        build_naming_convention = "go_default_library",
+        tag = "v0.1.4",
+    )
+
+    go_repository(
+        name = "com_github_spf13_afero",
+        importpath = "github.com/spf13/afero",
+        build_naming_convention = "go_default_library",
+        tag = "v1.2.2",
+    )
+
+    go_repository(
+        name = "com_github_spf13_cast",
+        importpath = "github.com/spf13/cast",
+        build_naming_convention = "go_default_library",
+        tag = "v1.3.0",
+    )
+    go_repository(
         name = "com_github_spf13_cobra",
         importpath = "github.com/spf13/cobra",
         build_naming_convention = "go_default_library",
@@ -982,6 +1420,12 @@
     )
 
     go_repository(
+        name = "com_github_spf13_jwalterweatherman",
+        importpath = "github.com/spf13/jwalterweatherman",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.0",
+    )
+    go_repository(
         name = "com_github_spf13_pflag",
         importpath = "github.com/spf13/pflag",
         build_naming_convention = "go_default_library",
@@ -989,6 +1433,19 @@
     )
 
     go_repository(
+        name = "com_github_spf13_viper",
+        importpath = "github.com/spf13/viper",
+        build_naming_convention = "go_default_library",
+        tag = "v1.3.2",
+    )
+    go_repository(
+        name = "com_github_stackexchange_wmi",
+        commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
+        importpath = "github.com/stackexchange/wmi",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "com_github_stretchr_objx",
         importpath = "github.com/stretchr/objx",
         build_naming_convention = "go_default_library",
@@ -1003,6 +1460,89 @@
     )
 
     go_repository(
+        name = "com_github_technoweenie_multipartstreamer",
+        commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
+        importpath = "github.com/technoweenie/multipartstreamer",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_tmc_grpc_websocket_proxy",
+        commit = "89b8d40f7ca8",
+        importpath = "github.com/tmc/grpc-websocket-proxy",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_ugorji_go_codec",
+        commit = "d75b2dcb6bc8",
+        importpath = "github.com/ugorji/go/codec",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_ulule_limiter_v3",
+        commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
+        importpath = "github.com/ulule/limiter/v3",
+        build_naming_convention = "go_default_library",
+        remote = "https://github.com/ulule/limiter",
+        vcs = "git",
+    )
+    go_repository(
+        name = "com_github_urfave_cli",
+        importpath = "github.com/urfave/cli",
+        build_naming_convention = "go_default_library",
+        tag = "v1.20.0",
+    )
+
+    go_repository(
+        name = "com_github_xanzy_ssh_agent",
+        commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
+        importpath = "github.com/xanzy/ssh-agent",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "com_github_xiang90_probing",
+        commit = "43a291ad63a2",
+        importpath = "github.com/xiang90/probing",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_xlab_handysort",
+        commit = "fb3537ed64a1",
+        importpath = "github.com/xlab/handysort",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_xordataexchange_crypt",
+        commit = "b2862e3d0a77",
+        importpath = "github.com/xordataexchange/crypt",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_github_yuin_goldmark",
+        importpath = "github.com/yuin/goldmark",
+        build_naming_convention = "go_default_library",
+        sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
+        version = "v1.2.1",
+    )
+    go_repository(
+        name = "com_github_ziutek_telnet",
+        commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
+        importpath = "github.com/ziutek/telnet",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "com_google_cloud_go",
+        importpath = "cloud.google.com/go",
+        build_naming_convention = "go_default_library",
+        tag = "v0.38.0",
+    )
+
+    go_repository(
         name = "in_gopkg_airbrake_gobrake_v2",
         importpath = "gopkg.in/airbrake/gobrake.v2",
         build_naming_convention = "go_default_library",
@@ -1010,6 +1550,19 @@
     )
 
     go_repository(
+        name = "in_gopkg_alecthomas_kingpin_v2",
+        importpath = "gopkg.in/alecthomas/kingpin.v2",
+        build_naming_convention = "go_default_library",
+        tag = "v2.2.6",
+    )
+    go_repository(
+        name = "in_gopkg_asn1_ber_v1",
+        commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
+        importpath = "gopkg.in/asn1-ber.v1",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "in_gopkg_check_v1",
         commit = "788fd7840127",
         importpath = "gopkg.in/check.v1",
@@ -1017,6 +1570,12 @@
     )
 
     go_repository(
+        name = "in_gopkg_cheggaaa_pb_v1",
+        importpath = "gopkg.in/cheggaaa/pb.v1",
+        build_naming_convention = "go_default_library",
+        tag = "v1.0.25",
+    )
+    go_repository(
         name = "in_gopkg_fsnotify_v1",
         importpath = "gopkg.in/fsnotify.v1",
         build_naming_convention = "go_default_library",
@@ -1029,8 +1588,60 @@
         build_naming_convention = "go_default_library",
         tag = "v2.1.2",
     )
+    go_repository(
+        name = "in_gopkg_inf_v0",
+        importpath = "gopkg.in/inf.v0",
+        build_naming_convention = "go_default_library",
+        tag = "v0.9.1",
+    )
 
     go_repository(
+        name = "in_gopkg_ini_v1",
+        importpath = "gopkg.in/ini.v1",
+        build_naming_convention = "go_default_library",
+        sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
+        version = "v1.62.0",
+    )
+    go_repository(
+        name = "in_gopkg_irc_v3",
+        commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
+        importpath = "gopkg.in/irc.v3",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "in_gopkg_ldap_v3",
+        commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
+        importpath = "gopkg.in/ldap.v3",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "in_gopkg_natefinch_lumberjack_v2",
+        importpath = "gopkg.in/natefinch/lumberjack.v2",
+        build_naming_convention = "go_default_library",
+        tag = "v2.0.0",
+    )
+
+    go_repository(
+        name = "in_gopkg_resty_v1",
+        importpath = "gopkg.in/resty.v1",
+        build_naming_convention = "go_default_library",
+        tag = "v1.12.0",
+    )
+
+    go_repository(
+        name = "in_gopkg_russross_blackfriday_v2",
+        commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
+        importpath = "gopkg.in/russross/blackfriday.v2",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "in_gopkg_square_go_jose_v2",
+        importpath = "gopkg.in/square/go-jose.v2",
+        build_naming_convention = "go_default_library",
+        tag = "v2.2.2",
+    )
+    go_repository(
         name = "in_gopkg_tomb_v1",
         commit = "dd632973f1e7",
         importpath = "gopkg.in/tomb.v1",
@@ -1038,6 +1649,48 @@
     )
 
     go_repository(
+        name = "in_gopkg_warnings_v0",
+        commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
+        importpath = "gopkg.in/warnings.v0",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "in_gopkg_yaml_v2",
+        importpath = "gopkg.in/yaml.v2",
+        build_naming_convention = "go_default_library",
+        tag = "v2.2.4",
+    )
+
+    go_repository(
+        name = "in_gopkg_yaml_v3",
+        importpath = "gopkg.in/yaml.v3",
+        build_naming_convention = "go_default_library",
+        sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
+        version = "v3.0.0-20200615113413-eeeca48fe776",
+    )
+    go_repository(
+        name = "io_etcd_go_bbolt",
+        importpath = "go.etcd.io/bbolt",
+        build_naming_convention = "go_default_library",
+        tag = "v1.3.3",
+    )
+
+    go_repository(
+        name = "io_etcd_go_etcd",
+        commit = "3cf2f69b5738",
+        importpath = "go.etcd.io/etcd",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "io_k8s_api",
+        build_file_proto_mode = "disable",
+        importpath = "k8s.io/api",
+        build_naming_convention = "go_default_library",
+        sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
+        version = "v0.19.3",
+    )
+
+    go_repository(
         name = "io_k8s_apiextensions_apiserver",
         build_file_proto_mode = "disable",
         importpath = "k8s.io/apiextensions-apiserver",
@@ -1045,8 +1698,82 @@
         sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
         version = "v0.19.3",
     )
+    go_repository(
+        name = "io_k8s_apimachinery",
+        build_file_proto_mode = "disable",
+        importpath = "k8s.io/apimachinery",
+        build_naming_convention = "go_default_library",
+        patch_args = ["-p1"],
+        patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
+        sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
+        version = "v0.19.3",
+    )
 
     go_repository(
+        name = "io_k8s_apiserver",
+        importpath = "k8s.io/apiserver",
+        build_naming_convention = "go_default_library",
+        sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
+        version = "v0.19.3",
+    )
+
+    go_repository(
+        name = "io_k8s_cli_runtime",
+        importpath = "k8s.io/cli-runtime",
+        build_naming_convention = "go_default_library",
+        sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
+        version = "v0.19.3",
+    )
+    go_repository(
+        name = "io_k8s_client_go",
+        build_extra_args = [
+            "-known_import=github.com/Azure/go-autorest",
+            "-known_import=github.com/googleapis/gnostic",
+        ],
+        importpath = "k8s.io/client-go",
+        build_naming_convention = "go_default_library",
+        sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
+        version = "v0.19.3",
+    )
+
+    go_repository(
+        name = "io_k8s_code_generator",
+        importpath = "k8s.io/code-generator",
+        build_naming_convention = "go_default_library",
+        sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
+        version = "v0.19.3",
+    )
+
+    go_repository(
+        name = "io_k8s_component_base",
+        importpath = "k8s.io/component-base",
+        build_naming_convention = "go_default_library",
+        sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
+        version = "v0.19.3",
+    )
+
+    go_repository(
+        name = "io_k8s_gengo",
+        commit = "26a664648505",
+        importpath = "k8s.io/gengo",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "io_k8s_klog",
+        importpath = "k8s.io/klog",
+        build_naming_convention = "go_default_library",
+        sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
+        version = "v1.0.0",
+    )
+
+    go_repository(
+        name = "io_k8s_klog_v2",
+        importpath = "k8s.io/klog/v2",
+        build_naming_convention = "go_default_library",
+        sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
+        version = "v2.4.0",
+    )
+    go_repository(
         name = "io_k8s_kube_openapi",
         build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
         importpath = "k8s.io/kube-openapi",
@@ -1056,6 +1783,72 @@
     )
 
     go_repository(
+        name = "io_k8s_kubectl",
+        importpath = "k8s.io/kubectl",
+        build_naming_convention = "go_default_library",
+        sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
+        version = "v0.19.3",
+    )
+    go_repository(
+        name = "io_k8s_kubernetes",
+        importpath = "k8s.io/kubernetes",
+        build_naming_convention = "go_default_library",
+        patch_args = ["-p1"],
+        patches = ["//third_party/go/kubernetes:build.patch"],
+        sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
+        version = "v1.19.3",
+    )
+
+    go_repository(
+        name = "io_k8s_metrics",
+        build_file_proto_mode = "disable",
+        importpath = "k8s.io/metrics",
+        build_naming_convention = "go_default_library",
+        sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
+        version = "v0.19.3",
+    )
+    go_repository(
+        name = "io_k8s_repo_infra",
+        commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
+        importpath = "k8s.io/repo-infra",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "io_k8s_sigs_kustomize",
+        importpath = "sigs.k8s.io/kustomize",
+        build_naming_convention = "go_default_library",
+        tag = "v2.0.3",
+    )
+
+    go_repository(
+        name = "io_k8s_sigs_structured_merge_diff",
+        commit = "b1b620dd3f06",
+        importpath = "sigs.k8s.io/structured-merge-diff",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "io_k8s_sigs_structured_merge_diff_v4",
+        importpath = "sigs.k8s.io/structured-merge-diff/v4",
+        build_naming_convention = "go_default_library",
+        sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
+        version = "v4.0.1",
+    )
+    go_repository(
+        name = "io_k8s_sigs_yaml",
+        importpath = "sigs.k8s.io/yaml",
+        build_naming_convention = "go_default_library",
+        tag = "v1.1.0",
+    )
+    go_repository(
+        name = "io_k8s_utils",
+        commit = "e782cd3c129f",
+        importpath = "k8s.io/utils",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "io_opencensus_go",
         importpath = "go.opencensus.io",
         build_naming_convention = "go_default_library",
@@ -1069,6 +1862,14 @@
         sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
         version = "v0.7.0",
     )
+    go_repository(
+        name = "ml_vbom_util_sortorder",
+        commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
+        importpath = "vbom.ml/util/sortorder",
+        build_naming_convention = "go_default_library",
+        remote = "https://github.com/fvbommel/sortorder",
+        vcs = "git",
+    )
 
     go_repository(
         name = "org_apache_git_thrift_git",
@@ -1097,8 +1898,28 @@
         build_naming_convention = "go_default_library",
         tag = "v1.29.1",
     )
+    go_repository(
+        name = "org_golang_x_crypto",
+        build_naming_convention = "go_default_library",
+        importpath = "golang.org/x/crypto",
+        sum = "h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg=",
+        version = "v0.0.0-20210921155107-089bfa567519",
+    )
 
     go_repository(
+        name = "org_golang_x_exp",
+        commit = "4b39c73a6495",
+        importpath = "golang.org/x/exp",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "org_golang_x_image",
+        commit = "0694c2d4d067",
+        importpath = "golang.org/x/image",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
         name = "org_golang_x_lint",
         commit = "d0100b6bd8b3",
         importpath = "golang.org/x/lint",
@@ -1106,6 +1927,26 @@
     )
 
     go_repository(
+        name = "org_golang_x_mobile",
+        commit = "d3739f865fa6",
+        importpath = "golang.org/x/mobile",
+        build_naming_convention = "go_default_library",
+    )
+    go_repository(
+        name = "org_golang_x_net",
+        commit = "d3edc9973b7eb1fb302b0ff2c62357091cea9a30",
+        importpath = "golang.org/x/net",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
+        name = "org_golang_x_oauth2",
+        commit = "0f29369cfe45",
+        importpath = "golang.org/x/oauth2",
+        build_naming_convention = "go_default_library",
+    )
+
+    go_repository(
         name = "org_golang_x_sync",
         commit = "112230192c58",
         importpath = "golang.org/x/sync",
@@ -1125,684 +1966,10 @@
         build_naming_convention = "go_default_library",
         tag = "v0.3.2",
     )
-
     go_repository(
-        name = "tools_gotest",
-        importpath = "gotest.tools",
-        build_naming_convention = "go_default_library",
-        tag = "v2.2.0",
-    )
-
-    go_repository(
-        name = "com_github_alecthomas_template",
-        commit = "a0175ee3bccc",
-        importpath = "github.com/alecthomas/template",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_alecthomas_units",
-        commit = "2efee857e7cf",
-        importpath = "github.com/alecthomas/units",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_armon_consul_api",
-        commit = "eb2c6b5be1b6",
-        importpath = "github.com/armon/consul-api",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_bgentry_speakeasy",
-        importpath = "github.com/bgentry/speakeasy",
-        build_naming_convention = "go_default_library",
-        tag = "v0.1.0",
-    )
-
-    go_repository(
-        name = "com_github_blang_semver",
-        importpath = "github.com/blang/semver",
-        build_naming_convention = "go_default_library",
-        tag = "v3.5.0",
-    )
-
-    go_repository(
-        name = "com_github_burntsushi_toml",
-        importpath = "github.com/BurntSushi/toml",
-        build_naming_convention = "go_default_library",
-        tag = "v0.3.1",
-    )
-
-    go_repository(
-        name = "com_github_burntsushi_xgb",
-        commit = "27f122750802",
-        importpath = "github.com/BurntSushi/xgb",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_chai2010_gettext_go",
-        commit = "c6fed771bfd5",
-        importpath = "github.com/chai2010/gettext-go",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cockroachdb_datadriven",
-        commit = "80d97fb3cbaa",
-        importpath = "github.com/cockroachdb/datadriven",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_coreos_etcd",
-        importpath = "github.com/coreos/etcd",
-        build_naming_convention = "go_default_library",
-        tag = "v3.3.10",
-    )
-
-    go_repository(
-        name = "com_github_coreos_go_etcd",
-        importpath = "github.com/coreos/go-etcd",
-        build_naming_convention = "go_default_library",
-        tag = "v2.0.0",
-    )
-
-    go_repository(
-        name = "com_github_coreos_go_oidc",
-        importpath = "github.com/coreos/go-oidc",
-        build_naming_convention = "go_default_library",
-        tag = "v2.1.0",
-    )
-
-    go_repository(
-        name = "com_github_coreos_go_semver",
-        importpath = "github.com/coreos/go-semver",
-        build_naming_convention = "go_default_library",
-        tag = "v0.3.0",
-    )
-
-    go_repository(
-        name = "com_github_coreos_go_systemd",
-        commit = "95778dfbb74e",
-        importpath = "github.com/coreos/go-systemd",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_coreos_pkg",
-        commit = "97fdf19511ea",
-        importpath = "github.com/coreos/pkg",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_cpuguy83_go_md2man",
-        importpath = "github.com/cpuguy83/go-md2man",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.10",
-    )
-
-    go_repository(
-        name = "com_github_creack_pty",
-        importpath = "github.com/creack/pty",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.7",
-    )
-
-    go_repository(
-        name = "com_github_daviddengcn_go_colortext",
-        commit = "511bcaf42ccd",
-        importpath = "github.com/daviddengcn/go-colortext",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_docker_spdystream",
-        commit = "449fdfce4d96",
-        importpath = "github.com/docker/spdystream",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_elazarl_goproxy",
-        commit = "c4fc26588b6e",
-        importpath = "github.com/elazarl/goproxy",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_emicklei_go_restful",
-        importpath = "github.com/emicklei/go-restful",
-        build_naming_convention = "go_default_library",
-        tag = "v2.9.5",
-    )
-
-    go_repository(
-        name = "com_github_exponent_io_jsonpath",
-        commit = "d6023ce2651d",
-        importpath = "github.com/exponent-io/jsonpath",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_fatih_camelcase",
-        importpath = "github.com/fatih/camelcase",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_fatih_color",
-        importpath = "github.com/fatih/color",
-        build_naming_convention = "go_default_library",
-        tag = "v1.7.0",
-    )
-
-    go_repository(
-        name = "com_github_globalsign_mgo",
-        commit = "eeefdecb41b8",
-        importpath = "github.com/globalsign/mgo",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_kit_kit",
-        importpath = "github.com/go-kit/kit",
-        build_naming_convention = "go_default_library",
-        tag = "v0.8.0",
-    )
-
-    go_repository(
-        name = "com_github_go_logfmt_logfmt",
-        importpath = "github.com/go-logfmt/logfmt",
-        build_naming_convention = "go_default_library",
-        tag = "v0.3.0",
-    )
-
-    go_repository(
-        name = "com_github_go_logr_logr",
-        importpath = "github.com/go-logr/logr",
-        build_naming_convention = "go_default_library",
-        sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
-        version = "v0.2.0",
-    )
-
-    go_repository(
-        name = "com_github_go_stack_stack",
-        importpath = "github.com/go-stack/stack",
-        build_naming_convention = "go_default_library",
-        tag = "v1.8.0",
-    )
-
-    go_repository(
-        name = "com_github_golang_groupcache",
-        commit = "02826c3e7903",
-        importpath = "github.com/golang/groupcache",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_golangplus_bytes",
-        commit = "45c989fe5450",
-        importpath = "github.com/golangplus/bytes",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_golangplus_fmt",
-        commit = "2a5d6d7d2995",
-        importpath = "github.com/golangplus/fmt",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_golangplus_testing",
-        commit = "af21d9c3145e",
-        importpath = "github.com/golangplus/testing",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_google_martian",
-        importpath = "github.com/google/martian",
-        build_naming_convention = "go_default_library",
-        tag = "v2.1.0",
-    )
-
-    go_repository(
-        name = "com_github_google_pprof",
-        commit = "3ea8567a2e57",
-        importpath = "github.com/google/pprof",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_google_uuid",
-        importpath = "github.com/google/uuid",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.1",
-    )
-
-    go_repository(
-        name = "com_github_googleapis_gax_go_v2",
-        importpath = "github.com/googleapis/gax-go/v2",
-        build_naming_convention = "go_default_library",
-        tag = "v2.0.4",
-    )
-
-    go_repository(
-        name = "com_github_gorilla_websocket",
-        importpath = "github.com/gorilla/websocket",
-        build_naming_convention = "go_default_library",
-        tag = "v1.4.0",
-    )
-
-    go_repository(
-        name = "com_github_grpc_ecosystem_go_grpc_middleware",
-        commit = "f849b5445de4",
-        importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_grpc_ecosystem_go_grpc_prometheus",
-        importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
-        build_naming_convention = "go_default_library",
-        tag = "v1.2.0",
-    )
-
-    go_repository(
-        name = "com_github_hashicorp_golang_lru",
-        importpath = "github.com/hashicorp/golang-lru",
-        build_naming_convention = "go_default_library",
-        tag = "v0.5.1",
-    )
-
-    go_repository(
-        name = "com_github_hashicorp_hcl",
-        importpath = "github.com/hashicorp/hcl",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_jonboulle_clockwork",
-        importpath = "github.com/jonboulle/clockwork",
-        build_naming_convention = "go_default_library",
-        tag = "v0.1.0",
-    )
-
-    go_repository(
-        name = "com_github_jstemmer_go_junit_report",
-        commit = "af01ea7f8024",
-        importpath = "github.com/jstemmer/go-junit-report",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_julienschmidt_httprouter",
-        importpath = "github.com/julienschmidt/httprouter",
-        build_naming_convention = "go_default_library",
-        tag = "v1.2.0",
-    )
-
-    go_repository(
-        name = "com_github_kisielk_errcheck",
-        importpath = "github.com/kisielk/errcheck",
-        build_naming_convention = "go_default_library",
-        tag = "v1.2.0",
-    )
-
-    go_repository(
-        name = "com_github_konsorten_go_windows_terminal_sequences",
-        importpath = "github.com/konsorten/go-windows-terminal-sequences",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.1",
-    )
-
-    go_repository(
-        name = "com_github_kr_logfmt",
-        commit = "b84e30acd515",
-        importpath = "github.com/kr/logfmt",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_liggitt_tabwriter",
-        commit = "89fcab3d43de",
-        importpath = "github.com/liggitt/tabwriter",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_lithammer_dedent",
-        importpath = "github.com/lithammer/dedent",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.0",
-    )
-
-    go_repository(
-        name = "com_github_magiconair_properties",
-        importpath = "github.com/magiconair/properties",
-        build_naming_convention = "go_default_library",
-        tag = "v1.8.0",
-    )
-
-    go_repository(
-        name = "com_github_makenowjust_heredoc",
-        commit = "bb23615498cd",
-        importpath = "github.com/MakeNowJust/heredoc",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_mattn_go_colorable",
-        importpath = "github.com/mattn/go-colorable",
-        build_naming_convention = "go_default_library",
-        tag = "v0.0.9",
-    )
-
-    go_repository(
-        name = "com_github_mattn_go_runewidth",
-        importpath = "github.com/mattn/go-runewidth",
-        build_naming_convention = "go_default_library",
-        tag = "v0.0.2",
-    )
-
-    go_repository(
-        name = "com_github_mitchellh_go_homedir",
-        importpath = "github.com/mitchellh/go-homedir",
-        build_naming_convention = "go_default_library",
-        tag = "v1.1.0",
-    )
-
-    go_repository(
-        name = "com_github_morikuni_aec",
-        importpath = "github.com/morikuni/aec",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_munnerz_goautoneg",
-        commit = "a7dc8b61c822",
-        importpath = "github.com/munnerz/goautoneg",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_mwitkow_go_conntrack",
-        commit = "cc309e4a2223",
-        importpath = "github.com/mwitkow/go-conntrack",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_mxk_go_flowrate",
-        commit = "cca7078d478f",
-        importpath = "github.com/mxk/go-flowrate",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_nytimes_gziphandler",
-        commit = "56545f4a5d46",
-        importpath = "github.com/NYTimes/gziphandler",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_olekukonko_tablewriter",
-        commit = "a0225b3f23b5",
-        importpath = "github.com/olekukonko/tablewriter",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_pelletier_go_toml",
-        importpath = "github.com/pelletier/go-toml",
-        build_naming_convention = "go_default_library",
-        tag = "v1.2.0",
-    )
-
-    go_repository(
-        name = "com_github_pquerna_cachecontrol",
-        commit = "0dec1b30a021",
-        importpath = "github.com/pquerna/cachecontrol",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_remyoudompheng_bigfft",
-        commit = "52369c62f446",
-        importpath = "github.com/remyoudompheng/bigfft",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_rogpeppe_fastuuid",
-        commit = "6724a57986af",
-        importpath = "github.com/rogpeppe/fastuuid",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_russross_blackfriday",
-        importpath = "github.com/russross/blackfriday",
-        build_naming_convention = "go_default_library",
-        tag = "v1.5.2",
-    )
-
-    go_repository(
-        name = "com_github_soheilhy_cmux",
-        importpath = "github.com/soheilhy/cmux",
-        build_naming_convention = "go_default_library",
-        tag = "v0.1.4",
-    )
-
-    go_repository(
-        name = "com_github_spf13_afero",
-        importpath = "github.com/spf13/afero",
-        build_naming_convention = "go_default_library",
-        tag = "v1.2.2",
-    )
-
-    go_repository(
-        name = "com_github_spf13_cast",
-        importpath = "github.com/spf13/cast",
-        build_naming_convention = "go_default_library",
-        tag = "v1.3.0",
-    )
-
-    go_repository(
-        name = "com_github_spf13_jwalterweatherman",
-        importpath = "github.com/spf13/jwalterweatherman",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.0",
-    )
-
-    go_repository(
-        name = "com_github_spf13_viper",
-        importpath = "github.com/spf13/viper",
-        build_naming_convention = "go_default_library",
-        tag = "v1.3.2",
-    )
-
-    go_repository(
-        name = "com_github_tmc_grpc_websocket_proxy",
-        commit = "89b8d40f7ca8",
-        importpath = "github.com/tmc/grpc-websocket-proxy",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_ugorji_go_codec",
-        commit = "d75b2dcb6bc8",
-        importpath = "github.com/ugorji/go/codec",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_xiang90_probing",
-        commit = "43a291ad63a2",
-        importpath = "github.com/xiang90/probing",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_xlab_handysort",
-        commit = "fb3537ed64a1",
-        importpath = "github.com/xlab/handysort",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_xordataexchange_crypt",
-        commit = "b2862e3d0a77",
-        importpath = "github.com/xordataexchange/crypt",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_alecthomas_kingpin_v2",
-        importpath = "gopkg.in/alecthomas/kingpin.v2",
-        build_naming_convention = "go_default_library",
-        tag = "v2.2.6",
-    )
-
-    go_repository(
-        name = "in_gopkg_cheggaaa_pb_v1",
-        importpath = "gopkg.in/cheggaaa/pb.v1",
-        build_naming_convention = "go_default_library",
-        tag = "v1.0.25",
-    )
-
-    go_repository(
-        name = "in_gopkg_natefinch_lumberjack_v2",
-        importpath = "gopkg.in/natefinch/lumberjack.v2",
-        build_naming_convention = "go_default_library",
-        tag = "v2.0.0",
-    )
-
-    go_repository(
-        name = "in_gopkg_resty_v1",
-        importpath = "gopkg.in/resty.v1",
-        build_naming_convention = "go_default_library",
-        tag = "v1.12.0",
-    )
-
-    go_repository(
-        name = "in_gopkg_square_go_jose_v2",
-        importpath = "gopkg.in/square/go-jose.v2",
-        build_naming_convention = "go_default_library",
-        tag = "v2.2.2",
-    )
-
-    go_repository(
-        name = "io_etcd_go_bbolt",
-        importpath = "go.etcd.io/bbolt",
-        build_naming_convention = "go_default_library",
-        tag = "v1.3.3",
-    )
-
-    go_repository(
-        name = "io_etcd_go_etcd",
-        commit = "3cf2f69b5738",
-        importpath = "go.etcd.io/etcd",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "io_k8s_apiserver",
-        importpath = "k8s.io/apiserver",
-        build_naming_convention = "go_default_library",
-        sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_cli_runtime",
-        importpath = "k8s.io/cli-runtime",
-        build_naming_convention = "go_default_library",
-        sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_code_generator",
-        importpath = "k8s.io/code-generator",
-        build_naming_convention = "go_default_library",
-        sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_component_base",
-        importpath = "k8s.io/component-base",
-        build_naming_convention = "go_default_library",
-        sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_gengo",
-        commit = "26a664648505",
-        importpath = "k8s.io/gengo",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "io_k8s_kubectl",
-        importpath = "k8s.io/kubectl",
-        build_naming_convention = "go_default_library",
-        sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_metrics",
-        build_file_proto_mode = "disable",
-        importpath = "k8s.io/metrics",
-        build_naming_convention = "go_default_library",
-        sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
-        version = "v0.19.3",
-    )
-
-    go_repository(
-        name = "io_k8s_sigs_kustomize",
-        importpath = "sigs.k8s.io/kustomize",
-        build_naming_convention = "go_default_library",
-        tag = "v2.0.3",
-    )
-
-    go_repository(
-        name = "io_k8s_sigs_structured_merge_diff",
-        commit = "b1b620dd3f06",
-        importpath = "sigs.k8s.io/structured-merge-diff",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "org_golang_x_exp",
-        commit = "4b39c73a6495",
-        importpath = "golang.org/x/exp",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "org_golang_x_image",
-        commit = "0694c2d4d067",
-        importpath = "golang.org/x/image",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "org_golang_x_mobile",
-        commit = "d3739f865fa6",
-        importpath = "golang.org/x/mobile",
+        name = "org_golang_x_time",
+        commit = "9d24e82272b4",
+        importpath = "golang.org/x/time",
         build_naming_convention = "go_default_library",
     )
 
@@ -1861,6 +2028,12 @@
         build_naming_convention = "go_default_library",
         tag = "v1.0.0",
     )
+    go_repository(
+        name = "org_mongodb_go_mongo_driver",
+        commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
+        importpath = "go.mongodb.org/mongo-driver",
+        build_naming_convention = "go_default_library",
+    )
 
     go_repository(
         name = "org_uber_go_atomic",
@@ -1882,272 +2055,9 @@
         build_naming_convention = "go_default_library",
         tag = "v1.10.0",
     )
-
     go_repository(
-        name = "com_github_dgraph_io_ristretto",
-        commit = "83508260cb49a2c3261c2774c991870fd18b5a1b",
-        importpath = "github.com/dgraph-io/ristretto",
+        name = "tools_gotest",
+        importpath = "gotest.tools",
         build_naming_convention = "go_default_library",
+        tag = "v2.2.0",
     )
-
-    go_repository(
-        name = "com_github_cespare_xxhash",
-        commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f",
-        importpath = "github.com/cespare/xxhash",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_ulule_limiter_v3",
-        commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
-        importpath = "github.com/ulule/limiter/v3",
-        build_naming_convention = "go_default_library",
-        remote = "https://github.com/ulule/limiter",
-        vcs = "git",
-    )
-
-    go_repository(
-        name = "com_github_go_telegram_bot_api_telegram_bot_api",
-        commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
-        importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_technoweenie_multipartstreamer",
-        commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
-        importpath = "github.com/technoweenie/multipartstreamer",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_irc_v3",
-        commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
-        importpath = "gopkg.in/irc.v3",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_russross_blackfriday_v2",
-        commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
-        importpath = "gopkg.in/russross/blackfriday.v2",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_shurcool_sanitized_anchor_name",
-        commit = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615",
-        importpath = "github.com/shurcooL/sanitized_anchor_name",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_go_git_go_billy_v5",
-        commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
-        importpath = "github.com/go-git/go-billy/v5",
-        build_naming_convention = "go_default_library",
-        remote = "https://github.com/go-git/go-billy",
-        vcs = "git",
-    )
-
-    go_repository(
-        name = "com_github_go_git_go_git_v5",
-        commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
-        importpath = "github.com/go-git/go-git/v5",
-        build_naming_convention = "go_default_library",
-        remote = "https://github.com/go-git/go-git",
-        vcs = "git",
-        build_extra_args = [
-            "-known_import=github.com/go-git/go-billy/v5",
-        ],
-    )
-
-    go_repository(
-        name = "com_github_go_git_gcfg",
-        commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
-        importpath = "github.com/go-git/gcfg",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "in_gopkg_warnings_v0",
-        commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
-        importpath = "gopkg.in/warnings.v0",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_emirpasic_gods",
-        commit = "80e934ed68b9084f386ae25f74f839aaecfb54d8",
-        importpath = "github.com/emirpasic/gods",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_jbenet_go_context",
-        commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
-        importpath = "github.com/jbenet/go-context",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_kevinburke_ssh_config",
-        commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
-        importpath = "github.com/kevinburke/ssh_config",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_xanzy_ssh_agent",
-        commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
-        importpath = "github.com/xanzy/ssh-agent",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_gabriel_vasile_mimetype",
-        commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
-        importpath = "github.com/gabriel-vasile/mimetype",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_kevinburke_go_bindata",
-        commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
-        importpath = "github.com/kevinburke/go-bindata",
-        build_naming_convention = "go_default_library",
-    )
-
-    go_repository(
-        name = "com_github_yuin_goldmark",
-        importpath = "github.com/yuin/goldmark",
-        build_naming_convention = "go_default_library",
-        sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
-        version = "v1.2.1",
-    )
-
-    go_repository(
-        name = "com_github_jessevdk_go_flags",
-        importpath = "github.com/jessevdk/go-flags",
-        build_naming_convention = "go_default_library",
-        sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
-        version = "v1.4.0",
-    )
-
-    # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
-    # thereby prohibiting usage of a gomod version directly in the version attribute of this
-    # rule.
-    go_repository(
-        name = "com_github_piranha_gostatic",
-        importpath = "github.com/piranha/gostatic",
-        build_naming_convention = "go_default_library",
-        sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
-        version = "v0.0.0-20200923134324-eb52cbb4fb83",
-    )
-    go_repository(
-        name = "io_k8s_klog_v2",
-        importpath = "k8s.io/klog/v2",
-        build_naming_convention = "go_default_library",
-        sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
-        version = "v2.4.0",
-    )
-    go_repository(
-        name = "io_k8s_sigs_structured_merge_diff_v4",
-        importpath = "sigs.k8s.io/structured-merge-diff/v4",
-        build_naming_convention = "go_default_library",
-        sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
-        version = "v4.0.1",
-    )
-    go_repository(
-        name = "in_gopkg_yaml_v3",
-        importpath = "gopkg.in/yaml.v3",
-        build_naming_convention = "go_default_library",
-        sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
-        version = "v3.0.0-20200615113413-eeeca48fe776",
-    )
-    go_repository(
-        name = "com_github_moby_term",
-        importpath = "github.com/moby/term",
-        build_naming_convention = "go_default_library",
-        sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
-        version = "v0.0.0-20201101162038-25d840ce174a",
-    )
-    go_repository(
-        name = "com_github_census_instrumentation_opencensus_proto",
-        importpath = "github.com/census-instrumentation/opencensus-proto",
-        build_naming_convention = "go_default_library",
-        sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=",
-        version = "v0.3.0",
-        build_extra_args = ["-exclude=src"],
-    )
-    go_repository(
-        name = "com_github_minio_minio_go_v7",
-        importpath = "github.com/minio/minio-go/v7",
-        build_naming_convention = "go_default_library",
-        sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
-        version = "v7.0.10",
-    )
-    go_repository(
-        name = "in_gopkg_ini_v1",
-        importpath = "gopkg.in/ini.v1",
-        build_naming_convention = "go_default_library",
-        sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
-        version = "v1.62.0",
-    )
-    go_repository(
-        name = "com_github_minio_md5_simd",
-        importpath = "github.com/minio/md5-simd",
-        build_naming_convention = "go_default_library",
-        sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
-        version = "v1.1.2",
-    )
-    go_repository(
-        name = "com_github_minio_sha256_simd",
-        importpath = "github.com/minio/sha256-simd",
-        build_naming_convention = "go_default_library",
-        sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
-        version = "v1.0.0",
-    )
-    go_repository(
-        name = "com_github_klauspost_cpuid_v2",
-        importpath = "github.com/klauspost/cpuid/v2",
-        build_naming_convention = "go_default_library",
-        sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
-        version = "v2.0.5",
-    )
-    go_repository(
-        name = "com_github_rs_xid",
-        importpath = "github.com/rs/xid",
-        build_naming_convention = "go_default_library",
-        sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
-        version = "v1.2.1",
-    )
-    go_repository(
-        name = "com_github_gorilla_sessions",
-        importpath = "github.com/gorilla/sessions",
-        build_naming_convention = "go_default_library",
-        sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
-        version = "v1.2.1",
-    )
-    go_repository(
-        name = "com_github_boltdb_bolt",
-        importpath = "github.com/boltdb/bolt",
-        build_naming_convention = "go_default_library",
-        sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
-        version = "v1.3.1",
-    )
-    go_repository(
-        name = "com_github_gorilla_securecookie",
-        importpath = "github.com/gorilla/securecookie",
-        build_naming_convention = "go_default_library",
-        sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
-        version = "v1.1.1",
-    )
-    go_repository(
-        name = "com_github_arran4_golang_ical",
-        importpath = "github.com/arran4/golang-ical",
-        build_naming_convention = "go_default_library",
-        sum = "h1:oOgavmDMGCnNtwZwNoXuK3jCcpF3I96Do9/5qPeSCr8=",
-        version = "v0.0.0-20210601225245-48fd351b08e7",
-    )
-