repos.bzl (2,423 lines of code) (raw):

# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. load("@bazel_gazelle//:deps.bzl", "go_repository") def go_repositories(): go_repository( name = "co_honnef_go_tools", build_file_proto_mode = "disable", importpath = "honnef.co/go/tools", sum = "h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8=", version = "v0.0.1-2020.1.4", ) go_repository( name = "com_github_360entsecgroup_skylar_excelize", build_file_proto_mode = "disable", importpath = "github.com/360EntSecGroup-Skylar/excelize", sum = "h1:l55mJb6rkkaUzOpSsgEeKYtS6/0gHwBYyfo5Jcjv/Ks=", version = "v1.4.1", ) go_repository( name = "com_github_agext_levenshtein", build_file_proto_mode = "disable", importpath = "github.com/agext/levenshtein", sum = "h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE=", version = "v1.2.2", ) go_repository( name = "com_github_agnivade_levenshtein", build_file_proto_mode = "disable", importpath = "github.com/agnivade/levenshtein", sum = "h1:3oJU7J3FGFmyhn8KHjmVaZCN5hxTr7GxgRue+sxIXdQ=", version = "v1.0.1", ) go_repository( name = "com_github_ajstarks_svgo", build_file_proto_mode = "disable", importpath = "github.com/ajstarks/svgo", sum = "h1:wVe6/Ea46ZMeNkQjjBW6xcqyQA/j5e0D6GytH95g0gQ=", version = "v0.0.0-20180226025133-644b8db467af", ) go_repository( name = "com_github_alecthomas_template", build_file_proto_mode = "disable", importpath = "github.com/alecthomas/template", sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", version = "v0.0.0-20190718012654-fb15b899a751", ) go_repository( name = "com_github_alecthomas_units", build_file_proto_mode = "disable", importpath = "github.com/alecthomas/units", sum = "h1:Hs82Z41s6SdL1CELW+XaDYmOH4hkBN4/N9og/AsOv7E=", version = "v0.0.0-20190717042225-c3de453c63f4", ) go_repository( name = "com_github_andreyvit_diff", build_file_proto_mode = "disable", importpath = "github.com/andreyvit/diff", sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=", version = "v0.0.0-20170406064948-c7f18ee00883", ) go_repository( name = "com_github_andybalholm_cascadia", build_file_proto_mode = "disable", importpath = "github.com/andybalholm/cascadia", sum = "h1:hOCXnnZ5A+3eVDX8pvgl4kofXv2ELss0bKcqRySc45o=", version = "v1.0.0", ) go_repository( name = "com_github_antihax_optional", build_file_proto_mode = "disable", importpath = "github.com/antihax/optional", sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", version = "v1.0.0", ) go_repository( name = "com_github_apparentlymart_go_dump", build_file_proto_mode = "disable", importpath = "github.com/apparentlymart/go-dump", sum = "h1:ZSTrOEhiM5J5RFxEaFvMZVEAM1KvT1YzbEOwB2EAGjA=", version = "v0.0.0-20180507223929-23540a00eaa3", ) go_repository( name = "com_github_apparentlymart_go_textseg", build_file_proto_mode = "disable", importpath = "github.com/apparentlymart/go-textseg", sum = "h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0=", version = "v1.0.0", ) go_repository( name = "com_github_apparentlymart_go_textseg_v13", build_file_proto_mode = "disable", importpath = "github.com/apparentlymart/go-textseg/v13", sum = "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=", version = "v13.0.0", ) go_repository( name = "com_github_armon_circbuf", build_file_proto_mode = "disable", importpath = "github.com/armon/circbuf", sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", version = "v0.0.0-20150827004946-bbbad097214e", ) go_repository( name = "com_github_armon_consul_api", build_file_proto_mode = "disable", importpath = "github.com/armon/consul-api", sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", version = "v0.0.0-20180202201655-eb2c6b5be1b6", ) go_repository( name = "com_github_armon_go_metrics", build_file_proto_mode = "disable", importpath = "github.com/armon/go-metrics", sum = "h1:FR+drcQStOe+32sYyJYyZ7FIdgoGGBnwLl+flodp8Uo=", version = "v0.3.10", ) go_repository( name = "com_github_armon_go_radix", build_file_proto_mode = "disable", importpath = "github.com/armon/go-radix", sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", version = "v1.0.0", ) go_repository( name = "com_github_asaskevich_govalidator", build_file_proto_mode = "disable", importpath = "github.com/asaskevich/govalidator", sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=", version = "v0.0.0-20190424111038-f61b66f89f4a", ) go_repository( name = "com_github_azure_go_ansiterm", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-ansiterm", sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=", version = "v0.0.0-20170929234023-d6e3b3328b78", ) go_repository( name = "com_github_azure_go_autorest_autorest", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/autorest", sum = "h1:MRvx8gncNaXJqOoLmhNjUAKh33JJF8LyxPhomEtOsjs=", version = "v0.9.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_adal", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/autorest/adal", sum = "h1:q2gDruN08/guU9vAjuPWff0+QIrpH6ediguzdAzXAUU=", version = "v0.5.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_date", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/autorest/date", sum = "h1:YGrhWfrgtFs84+h0o46rJrlmsZtyZRg470CqAXTZaGM=", version = "v0.1.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_mocks", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/autorest/mocks", sum = "h1:Ww5g4zThfD/6cLb4z6xxgeyDa7QDkizMkJKe0ysZXp0=", version = "v0.2.0", ) go_repository( name = "com_github_azure_go_autorest_logger", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/logger", sum = "h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY=", version = "v0.1.0", ) go_repository( name = "com_github_azure_go_autorest_tracing", build_file_proto_mode = "disable", importpath = "github.com/Azure/go-autorest/tracing", sum = "h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k=", version = "v0.5.0", ) go_repository( name = "com_github_beorn7_perks", build_file_proto_mode = "disable", importpath = "github.com/beorn7/perks", sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", version = "v1.0.1", ) go_repository( name = "com_github_bgentry_speakeasy", build_file_proto_mode = "disable", importpath = "github.com/bgentry/speakeasy", sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", version = "v0.1.0", ) go_repository( name = "com_github_blang_semver", build_file_proto_mode = "disable", importpath = "github.com/blang/semver", sum = "h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=", version = "v3.5.0+incompatible", ) go_repository( name = "com_github_burntsushi_toml", build_file_proto_mode = "disable", importpath = "github.com/BurntSushi/toml", sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=", version = "v0.3.1", ) go_repository( name = "com_github_burntsushi_xgb", build_file_proto_mode = "disable", importpath = "github.com/BurntSushi/xgb", sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", version = "v0.0.0-20160522181843-27f122750802", ) go_repository( name = "com_github_census_instrumentation_opencensus_proto", build_file_proto_mode = "disable", importpath = "github.com/census-instrumentation/opencensus-proto", sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=", version = "v0.3.0", ) go_repository( name = "com_github_cespare_xxhash", build_file_proto_mode = "disable", importpath = "github.com/cespare/xxhash", sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", version = "v1.1.0", ) go_repository( name = "com_github_cespare_xxhash_v2", build_file_proto_mode = "disable", importpath = "github.com/cespare/xxhash/v2", sum = "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=", version = "v2.1.2", ) go_repository( name = "com_github_chai2010_gettext_go", build_file_proto_mode = "disable", importpath = "github.com/chai2010/gettext-go", sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=", version = "v0.0.0-20160711120539-c6fed771bfd5", ) go_repository( name = "com_github_chzyer_logex", build_file_proto_mode = "disable", importpath = "github.com/chzyer/logex", sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=", version = "v1.1.10", ) go_repository( name = "com_github_chzyer_readline", build_file_proto_mode = "disable", importpath = "github.com/chzyer/readline", sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=", version = "v0.0.0-20180603132655-2972be24d48e", ) go_repository( name = "com_github_chzyer_test", build_file_proto_mode = "disable", importpath = "github.com/chzyer/test", sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", version = "v0.0.0-20180213035817-a1ea475d72b1", ) go_repository( name = "com_github_circonus_labs_circonus_gometrics", build_file_proto_mode = "disable", importpath = "github.com/circonus-labs/circonus-gometrics", sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=", version = "v2.3.1+incompatible", ) go_repository( name = "com_github_circonus_labs_circonusllhist", build_file_proto_mode = "disable", importpath = "github.com/circonus-labs/circonusllhist", sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=", version = "v0.1.3", ) go_repository( name = "com_github_client9_misspell", build_file_proto_mode = "disable", importpath = "github.com/client9/misspell", sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", version = "v0.3.4", ) go_repository( name = "com_github_cncf_udpa_go", build_file_proto_mode = "disable", importpath = "github.com/cncf/udpa/go", sum = "h1:hzAQntlaYRkVSFEfj9OTWlVV1H155FMD8BTKktLv0QI=", version = "v0.0.0-20210930031921-04548b0d99d4", ) go_repository( name = "com_github_cncf_xds_go", build_file_proto_mode = "disable", importpath = "github.com/cncf/xds/go", sum = "h1:KwaoQzs/WeUxxJqiJsZ4euOly1Az/IgZXXSxlD/UBNk=", version = "v0.0.0-20211130200136-a8f946100490", ) go_repository( name = "com_github_cockroachdb_datadriven", build_file_proto_mode = "disable", importpath = "github.com/cockroachdb/datadriven", sum = "h1:OaNxuTZr7kxeODyLWsRMC+OD03aFUH+mW6r2d+MWa5Y=", version = "v0.0.0-20190809214429-80d97fb3cbaa", ) go_repository( name = "com_github_coreos_bbolt", build_file_proto_mode = "disable", importpath = "github.com/coreos/bbolt", sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", version = "v1.3.2", ) go_repository( name = "com_github_coreos_etcd", build_file_proto_mode = "disable", importpath = "github.com/coreos/etcd", sum = "h1:+9RjdC18gMxNQVvSiXvObLu29mOFmkgdsB4cRTlV+EE=", version = "v3.3.15+incompatible", ) go_repository( name = "com_github_coreos_go_etcd", build_file_proto_mode = "disable", importpath = "github.com/coreos/go-etcd", sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_coreos_go_oidc", build_file_proto_mode = "disable", importpath = "github.com/coreos/go-oidc", sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_coreos_go_semver", build_file_proto_mode = "disable", importpath = "github.com/coreos/go-semver", sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=", version = "v0.3.0", ) go_repository( name = "com_github_coreos_go_systemd", build_file_proto_mode = "disable", importpath = "github.com/coreos/go-systemd", sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=", version = "v0.0.0-20190321100706-95778dfbb74e", ) go_repository( name = "com_github_coreos_go_systemd_v22", build_file_proto_mode = "disable", importpath = "github.com/coreos/go-systemd/v22", sum = "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=", version = "v22.3.2", ) go_repository( name = "com_github_coreos_pkg", build_file_proto_mode = "disable", importpath = "github.com/coreos/pkg", sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", version = "v0.0.0-20180928190104-399ea9e2e55f", ) go_repository( name = "com_github_cpuguy83_go_md2man", build_file_proto_mode = "disable", importpath = "github.com/cpuguy83/go-md2man", sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", version = "v1.0.10", ) go_repository( name = "com_github_cpuguy83_go_md2man_v2", build_file_proto_mode = "disable", importpath = "github.com/cpuguy83/go-md2man/v2", sum = "h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKYj/3DxU=", version = "v2.0.1", ) go_repository( name = "com_github_creack_pty", build_file_proto_mode = "disable", importpath = "github.com/creack/pty", sum = "h1:6pwm8kMQKCmgUg0ZHTm5+/YvRK0s3THD/28+T6/kk4A=", version = "v1.1.7", ) go_repository( name = "com_github_datadog_datadog_go", build_file_proto_mode = "disable", importpath = "github.com/DataDog/datadog-go", sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=", version = "v3.2.0+incompatible", ) go_repository( name = "com_github_davecgh_go_spew", build_file_proto_mode = "disable", importpath = "github.com/davecgh/go-spew", sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", version = "v1.1.1", ) go_repository( name = "com_github_daviddengcn_go_colortext", build_file_proto_mode = "disable", importpath = "github.com/daviddengcn/go-colortext", sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=", version = "v0.0.0-20160507010035-511bcaf42ccd", ) go_repository( name = "com_github_dgrijalva_jwt_go", build_file_proto_mode = "disable", importpath = "github.com/dgrijalva/jwt-go", sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", version = "v3.2.0+incompatible", ) go_repository( name = "com_github_dgryski_go_sip13", build_file_proto_mode = "disable", importpath = "github.com/dgryski/go-sip13", sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", version = "v0.0.0-20181026042036-e10d5fee7954", ) go_repository( name = "com_github_docker_distribution", build_file_proto_mode = "disable", importpath = "github.com/docker/distribution", sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=", version = "v2.7.1+incompatible", ) go_repository( name = "com_github_docker_docker", build_file_proto_mode = "disable", importpath = "github.com/docker/docker", sum = "h1:w3NnFcKR5241cfmQU5ZZAsf0xcpId6mWOupTvJlUX2U=", version = "v0.7.3-0.20190327010347-be7ac8be2ae0", ) go_repository( name = "com_github_docker_go_units", build_file_proto_mode = "disable", importpath = "github.com/docker/go-units", sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=", version = "v0.4.0", ) go_repository( name = "com_github_docker_spdystream", build_file_proto_mode = "disable", importpath = "github.com/docker/spdystream", sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=", version = "v0.0.0-20160310174837-449fdfce4d96", ) go_repository( name = "com_github_docopt_docopt_go", build_file_proto_mode = "disable", importpath = "github.com/docopt/docopt-go", sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=", version = "v0.0.0-20180111231733-ee0de3bc6815", ) go_repository( name = "com_github_dustin_go_humanize", build_file_proto_mode = "disable", importpath = "github.com/dustin/go-humanize", sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=", version = "v1.0.0", ) go_repository( name = "com_github_dustmop_soup", build_file_proto_mode = "disable", importpath = "github.com/dustmop/soup", sum = "h1:44fmjqDtdCiUNlSjJVp+w1AOs6na3Y6Ai0aIeseFjkI=", version = "v1.1.2-0.20190516214245-38228baa104e", ) go_repository( name = "com_github_elazarl_goproxy", build_file_proto_mode = "disable", importpath = "github.com/elazarl/goproxy", sum = "h1:p1yVGRW3nmb85p1Sh1ZJSDm4A4iKLS5QNbvUHMgGu/M=", version = "v0.0.0-20170405201442-c4fc26588b6e", ) go_repository( name = "com_github_emicklei_go_restful", build_file_proto_mode = "disable", importpath = "github.com/emicklei/go-restful", sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=", version = "v2.9.5+incompatible", ) go_repository( name = "com_github_envoyproxy_go_control_plane", build_file_proto_mode = "disable", importpath = "github.com/envoyproxy/go-control-plane", sum = "h1:cgDRLG7bs59Zd+apAWuzLQL95obVYAymNJek76W3mgw=", version = "v0.10.1", ) go_repository( name = "com_github_envoyproxy_protoc_gen_validate", build_file_proto_mode = "disable", importpath = "github.com/envoyproxy/protoc-gen-validate", sum = "h1:JiO+kJTpmYGjEodY7O1Zk8oZcNz1+f30UtwtXoFUPzE=", version = "v0.6.2", ) go_repository( name = "com_github_evanphx_json_patch", build_file_proto_mode = "disable", importpath = "github.com/evanphx/json-patch", sum = "h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M=", version = "v4.5.0+incompatible", ) go_repository( name = "com_github_exponent_io_jsonpath", build_file_proto_mode = "disable", importpath = "github.com/exponent-io/jsonpath", sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=", version = "v0.0.0-20151013193312-d6023ce2651d", ) go_repository( name = "com_github_fatih_camelcase", build_file_proto_mode = "disable", importpath = "github.com/fatih/camelcase", sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=", version = "v1.0.0", ) go_repository( name = "com_github_fatih_color", build_file_proto_mode = "disable", importpath = "github.com/fatih/color", sum = "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=", version = "v1.13.0", ) go_repository( name = "com_github_fogleman_gg", build_file_proto_mode = "disable", importpath = "github.com/fogleman/gg", sum = "h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=", version = "v1.2.1-0.20190220221249-0403632d5b90", ) go_repository( name = "com_github_fsnotify_fsnotify", build_file_proto_mode = "disable", importpath = "github.com/fsnotify/fsnotify", sum = "h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=", version = "v1.5.1", ) go_repository( name = "com_github_ghodss_yaml", build_file_proto_mode = "disable", importpath = "github.com/ghodss/yaml", sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", version = "v1.0.0", ) go_repository( name = "com_github_globalsign_mgo", build_file_proto_mode = "disable", importpath = "github.com/globalsign/mgo", sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=", version = "v0.0.0-20181015135952-eeefdecb41b8", ) go_repository( name = "com_github_go_errors_errors", build_file_proto_mode = "disable", importpath = "github.com/go-errors/errors", sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=", version = "v1.0.1", ) go_repository( name = "com_github_go_gl_glfw", build_file_proto_mode = "disable", importpath = "github.com/go-gl/glfw", sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=", version = "v0.0.0-20190409004039-e6da0acd62b1", ) go_repository( name = "com_github_go_gl_glfw_v3_3_glfw", build_file_proto_mode = "disable", importpath = "github.com/go-gl/glfw/v3.3/glfw", sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", version = "v0.0.0-20200222043503-6f7a984d4dc4", ) go_repository( name = "com_github_go_kit_kit", build_file_proto_mode = "disable", importpath = "github.com/go-kit/kit", sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=", version = "v0.9.0", ) go_repository( name = "com_github_go_logfmt_logfmt", build_file_proto_mode = "disable", importpath = "github.com/go-logfmt/logfmt", sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=", version = "v0.4.0", ) go_repository( name = "com_github_go_logr_logr", build_file_proto_mode = "disable", importpath = "github.com/go-logr/logr", sum = "h1:M1Tv3VzNlEHg6uyACnRdtrploV2P7wZqH8BoQMtz0cg=", version = "v0.1.0", ) go_repository( name = "com_github_go_logr_zapr", build_file_proto_mode = "disable", importpath = "github.com/go-logr/zapr", sum = "h1:h+WVe9j6HAA01niTJPA/kKH0i7e0rLZBCwauQFcRE54=", version = "v0.1.0", ) go_repository( name = "com_github_go_openapi_analysis", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/analysis", sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_errors", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/errors", sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=", version = "v0.19.2", ) go_repository( name = "com_github_go_openapi_jsonpointer", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/jsonpointer", sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_jsonreference", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/jsonreference", sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_loads", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/loads", sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=", version = "v0.19.4", ) go_repository( name = "com_github_go_openapi_runtime", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/runtime", sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=", version = "v0.19.4", ) go_repository( name = "com_github_go_openapi_spec", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/spec", sum = "h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_strfmt", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/strfmt", sum = "h1:0utjKrw+BAh8s57XE9Xz8DUBsVvPmRUB6styvl9wWIM=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_swag", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/swag", sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_validate", build_file_proto_mode = "disable", importpath = "github.com/go-openapi/validate", sum = "h1:YFzsdWIDfVuLvIOF+ZmKjVg1MbPJ1QgY9PihMwei1ys=", version = "v0.19.8", ) go_repository( name = "com_github_go_stack_stack", build_file_proto_mode = "disable", importpath = "github.com/go-stack/stack", sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=", version = "v1.8.0", ) go_repository( name = "com_github_go_test_deep", build_file_proto_mode = "disable", importpath = "github.com/go-test/deep", sum = "h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=", version = "v1.0.3", ) go_repository( name = "com_github_godbus_dbus_v5", build_file_proto_mode = "disable", importpath = "github.com/godbus/dbus/v5", sum = "h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=", version = "v5.0.4", ) go_repository( name = "com_github_gogo_protobuf", build_file_proto_mode = "disable", importpath = "github.com/gogo/protobuf", sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", version = "v1.3.2", ) go_repository( name = "com_github_golang_freetype", build_file_proto_mode = "disable", importpath = "github.com/golang/freetype", sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=", version = "v0.0.0-20170609003504-e2365dfdc4a0", ) go_repository( name = "com_github_golang_glog", build_file_proto_mode = "disable", importpath = "github.com/golang/glog", sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=", version = "v0.0.0-20160126235308-23def4e6c14b", ) go_repository( name = "com_github_golang_groupcache", build_file_proto_mode = "disable", importpath = "github.com/golang/groupcache", sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", version = "v0.0.0-20210331224755-41bb18bfe9da", ) go_repository( name = "com_github_golang_mock", build_file_proto_mode = "disable", importpath = "github.com/golang/mock", sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", version = "v1.6.0", ) go_repository( name = "com_github_golang_protobuf", build_file_proto_mode = "disable", importpath = "github.com/golang/protobuf", sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", version = "v1.5.2", ) go_repository( name = "com_github_golang_snappy", build_file_proto_mode = "disable", importpath = "github.com/golang/snappy", sum = "h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA=", version = "v0.0.3", ) go_repository( name = "com_github_golangplus_bytes", build_file_proto_mode = "disable", importpath = "github.com/golangplus/bytes", sum = "h1:7xqw01UYS+KCI25bMrPxwNYkSns2Db1ziQPpVq99FpE=", version = "v0.0.0-20160111154220-45c989fe5450", ) go_repository( name = "com_github_golangplus_fmt", build_file_proto_mode = "disable", importpath = "github.com/golangplus/fmt", sum = "h1:f5gsjBiF9tRRVomCvrkGMMWI8W1f2OBFar2c5oakAP0=", version = "v0.0.0-20150411045040-2a5d6d7d2995", ) go_repository( name = "com_github_golangplus_testing", build_file_proto_mode = "disable", importpath = "github.com/golangplus/testing", sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=", version = "v0.0.0-20180327235837-af21d9c3145e", ) go_repository( name = "com_github_google_btree", build_file_proto_mode = "disable", importpath = "github.com/google/btree", sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=", version = "v1.0.0", ) go_repository( name = "com_github_google_go_cmp", build_file_proto_mode = "disable", importpath = "github.com/google/go-cmp", sum = "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=", version = "v0.5.6", ) go_repository( name = "com_github_google_gofuzz", build_file_proto_mode = "disable", importpath = "github.com/google/gofuzz", sum = "h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=", version = "v1.0.0", ) go_repository( name = "com_github_google_martian", build_file_proto_mode = "disable", importpath = "github.com/google/martian", sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_google_martian_v3", build_file_proto_mode = "disable", importpath = "github.com/google/martian/v3", sum = "h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ=", version = "v3.2.1", ) go_repository( name = "com_github_google_pprof", build_file_proto_mode = "disable", importpath = "github.com/google/pprof", sum = "h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=", version = "v0.0.0-20210720184732-4bb14d4b1be1", ) go_repository( name = "com_github_google_renameio", build_file_proto_mode = "disable", importpath = "github.com/google/renameio", sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", version = "v0.1.0", ) go_repository( name = "com_github_google_uuid", build_file_proto_mode = "disable", importpath = "github.com/google/uuid", sum = "h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=", version = "v1.1.2", ) go_repository( name = "com_github_googleapis_gax_go_v2", build_file_proto_mode = "disable", importpath = "github.com/googleapis/gax-go/v2", sum = "h1:dp3bWCh+PPO1zjRRiCSczJav13sBvG4UhNyVTa1KqdU=", version = "v2.1.1", ) go_repository( name = "com_github_googleapis_gnostic", build_file_proto_mode = "disable", importpath = "github.com/googleapis/gnostic", sum = "h1:WeAefnSUHlBb0iJKwxFDZdbfGwkd7xRNuV+IpXMJhYk=", version = "v0.3.1", ) go_repository( name = "com_github_googlecontainertools_kpt", build_file_proto_mode = "disable", importpath = "github.com/GoogleContainerTools/kpt", sum = "h1:vDGEbFsI+8OaXTB4k/2jBuAP6wu1NvZt8tjr9wm116w=", version = "v0.33.0", ) go_repository( name = "com_github_gophercloud_gophercloud", build_file_proto_mode = "disable", importpath = "github.com/gophercloud/gophercloud", sum = "h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=", version = "v0.1.0", ) go_repository( name = "com_github_gorilla_websocket", build_file_proto_mode = "disable", importpath = "github.com/gorilla/websocket", sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=", version = "v1.4.0", ) go_repository( name = "com_github_gregjones_httpcache", build_file_proto_mode = "disable", importpath = "github.com/gregjones/httpcache", sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=", version = "v0.0.0-20180305231024-9cad4c3443a7", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_middleware", build_file_proto_mode = "disable", importpath = "github.com/grpc-ecosystem/go-grpc-middleware", sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=", version = "v1.0.1-0.20190118093823-f849b5445de4", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_prometheus", build_file_proto_mode = "disable", importpath = "github.com/grpc-ecosystem/go-grpc-prometheus", sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", version = "v1.2.0", ) go_repository( name = "com_github_grpc_ecosystem_grpc_gateway", build_file_proto_mode = "disable", importpath = "github.com/grpc-ecosystem/grpc-gateway", sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", version = "v1.16.0", ) go_repository( name = "com_github_hashicorp_consul_api", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/consul/api", sum = "h1:Hw/G8TtRvOElqxVIhBzXciiSTbapq8hZ2XKZsXk5ZCE=", version = "v1.11.0", ) go_repository( name = "com_github_hashicorp_consul_sdk", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/consul/sdk", sum = "h1:OJtKBtEjboEZvG6AOUdh4Z1Zbyu0WcxQ0qatRrZHTVU=", version = "v0.8.0", ) go_repository( name = "com_github_hashicorp_errwrap", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/errwrap", sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_cleanhttp", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-cleanhttp", sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", version = "v0.5.2", ) go_repository( name = "com_github_hashicorp_go_hclog", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-hclog", sum = "h1:bkKf0BeBXcSYa7f5Fyi9gMuQ8gNsxeiNpZjR6VxNZeo=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_immutable_radix", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-immutable-radix", sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=", version = "v1.3.1", ) go_repository( name = "com_github_hashicorp_go_msgpack", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-msgpack", sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", version = "v0.5.3", ) go_repository( name = "com_github_hashicorp_go_multierror", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-multierror", sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=", version = "v1.1.0", ) go_repository( name = "com_github_hashicorp_go_retryablehttp", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-retryablehttp", sum = "h1:QlWt0KvWT0lq8MFppF9tsJGF+ynG7ztc2KIPhzRGk7s=", version = "v0.5.3", ) go_repository( name = "com_github_hashicorp_go_rootcerts", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-rootcerts", sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_go_sockaddr", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-sockaddr", sum = "h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_syslog", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-syslog", sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_uuid", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/go-uuid", sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=", version = "v1.0.1", ) go_repository( name = "com_github_hashicorp_golang_lru", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/golang-lru", sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", version = "v0.5.4", ) go_repository( name = "com_github_hashicorp_hcl", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/hcl", sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_hcl_v2", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/hcl/v2", sum = "h1:BwuxEMD/tsYgbhIW7UuI3crjovf3MzuFWiVgiv57iHg=", version = "v2.16.1", ) go_repository( name = "com_github_hashicorp_logutils", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/logutils", sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_mdns", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/mdns", sum = "h1:sY0CMhFmjIPDMlTB+HfymFHCaYLhgifZ0QhjaYKD/UQ=", version = "v1.0.4", ) go_repository( name = "com_github_hashicorp_memberlist", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/memberlist", sum = "h1:8+567mCcFDnS5ADl7lrpxPMWiFCElyUEeW0gtj34fMA=", version = "v0.3.0", ) go_repository( name = "com_github_hashicorp_serf", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/serf", sum = "h1:uuEX1kLR6aoda1TBttmJQKDLZE1Ob7KN0NPdE7EtCDc=", version = "v0.9.6", ) go_repository( name = "com_github_hashicorp_terraform_config_inspect", build_file_proto_mode = "disable", importpath = "github.com/hashicorp/terraform-config-inspect", sum = "h1:Q5X4tdq+BK6DbQWqu16uUfBsRcJKuK0h4h7q3PojiWM=", version = "v0.0.0-20230223165911-2d94e3d51111", ) go_repository( name = "com_github_hpcloud_tail", build_file_proto_mode = "disable", importpath = "github.com/hpcloud/tail", sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", version = "v1.0.0", ) go_repository( name = "com_github_iancoleman_strcase", build_file_proto_mode = "disable", importpath = "github.com/iancoleman/strcase", sum = "h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=", version = "v0.2.0", ) go_repository( name = "com_github_ianlancetaylor_demangle", build_file_proto_mode = "disable", importpath = "github.com/ianlancetaylor/demangle", sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=", version = "v0.0.0-20200824232613-28f6c0f3b639", ) go_repository( name = "com_github_imdario_mergo", build_file_proto_mode = "disable", importpath = "github.com/imdario/mergo", sum = "h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28=", version = "v0.3.6", ) go_repository( name = "com_github_inconshreveable_mousetrap", build_file_proto_mode = "disable", importpath = "github.com/inconshreveable/mousetrap", sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", version = "v1.0.0", ) go_repository( name = "com_github_jonboulle_clockwork", build_file_proto_mode = "disable", importpath = "github.com/jonboulle/clockwork", sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=", version = "v0.1.0", ) go_repository( name = "com_github_json_iterator_go", build_file_proto_mode = "disable", importpath = "github.com/json-iterator/go", sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", version = "v1.1.12", ) go_repository( name = "com_github_jstemmer_go_junit_report", build_file_proto_mode = "disable", importpath = "github.com/jstemmer/go-junit-report", sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", version = "v0.9.1", ) go_repository( name = "com_github_julienschmidt_httprouter", build_file_proto_mode = "disable", importpath = "github.com/julienschmidt/httprouter", sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=", version = "v1.2.0", ) go_repository( name = "com_github_jung_kurt_gofpdf", build_file_proto_mode = "disable", importpath = "github.com/jung-kurt/gofpdf", sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=", version = "v1.0.3-0.20190309125859-24315acbbda5", ) go_repository( name = "com_github_kisielk_errcheck", build_file_proto_mode = "disable", importpath = "github.com/kisielk/errcheck", sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", version = "v1.5.0", ) go_repository( name = "com_github_kisielk_gotool", build_file_proto_mode = "disable", importpath = "github.com/kisielk/gotool", sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", version = "v1.0.0", ) go_repository( name = "com_github_konsorten_go_windows_terminal_sequences", build_file_proto_mode = "disable", importpath = "github.com/konsorten/go-windows-terminal-sequences", sum = "h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=", version = "v1.0.1", ) go_repository( name = "com_github_kr_fs", build_file_proto_mode = "disable", importpath = "github.com/kr/fs", sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=", version = "v0.1.0", ) go_repository( name = "com_github_kr_logfmt", build_file_proto_mode = "disable", importpath = "github.com/kr/logfmt", sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=", version = "v0.0.0-20140226030751-b84e30acd515", ) go_repository( name = "com_github_kr_pretty", build_file_proto_mode = "disable", importpath = "github.com/kr/pretty", sum = "h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=", version = "v0.2.0", ) go_repository( name = "com_github_kr_pty", build_file_proto_mode = "disable", importpath = "github.com/kr/pty", sum = "h1:hyz3dwM5QLc1Rfoz4FuWJQG5BN7tc6K1MndAUnGpQr4=", version = "v1.1.5", ) go_repository( name = "com_github_kr_text", build_file_proto_mode = "disable", importpath = "github.com/kr/text", sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=", version = "v0.1.0", ) go_repository( name = "com_github_kylelemons_godebug", build_file_proto_mode = "disable", importpath = "github.com/kylelemons/godebug", sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", version = "v1.1.0", ) go_repository( name = "com_github_liggitt_tabwriter", build_file_proto_mode = "disable", importpath = "github.com/liggitt/tabwriter", sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=", version = "v0.0.0-20181228230101-89fcab3d43de", ) go_repository( name = "com_github_lithammer_dedent", build_file_proto_mode = "disable", importpath = "github.com/lithammer/dedent", sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=", version = "v1.1.0", ) go_repository( name = "com_github_lyft_protoc_gen_star", build_file_proto_mode = "disable", importpath = "github.com/lyft/protoc-gen-star", sum = "h1:zSGLzsUew8RT+ZKPHc3jnf8XLaVyHzTcAFBzHtCNR20=", version = "v0.5.3", ) go_repository( name = "com_github_magiconair_properties", build_file_proto_mode = "disable", importpath = "github.com/magiconair/properties", sum = "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=", version = "v1.8.5", ) go_repository( name = "com_github_mailru_easyjson", build_file_proto_mode = "disable", importpath = "github.com/mailru/easyjson", sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=", version = "v0.7.0", ) go_repository( name = "com_github_makenowjust_heredoc", build_file_proto_mode = "disable", importpath = "github.com/MakeNowJust/heredoc", sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=", version = "v0.0.0-20170808103936-bb23615498cd", ) go_repository( name = "com_github_mattn_go_colorable", build_file_proto_mode = "disable", importpath = "github.com/mattn/go-colorable", sum = "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=", version = "v0.1.12", ) go_repository( name = "com_github_mattn_go_isatty", build_file_proto_mode = "disable", importpath = "github.com/mattn/go-isatty", sum = "h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=", version = "v0.0.14", ) go_repository( name = "com_github_mattn_go_runewidth", build_file_proto_mode = "disable", importpath = "github.com/mattn/go-runewidth", sum = "h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=", version = "v0.0.7", ) go_repository( name = "com_github_matttproud_golang_protobuf_extensions", build_file_proto_mode = "disable", importpath = "github.com/matttproud/golang_protobuf_extensions", sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=", version = "v1.0.1", ) go_repository( name = "com_github_miekg_dns", build_file_proto_mode = "disable", importpath = "github.com/miekg/dns", sum = "h1:WMszZWJG0XmzbK9FEmzH2TVcqYzFesusSIB41b8KHxY=", version = "v1.1.41", ) go_repository( name = "com_github_mitchellh_cli", build_file_proto_mode = "disable", importpath = "github.com/mitchellh/cli", sum = "h1:tEElEatulEHDeedTxwckzyYMA5c86fbmNIUL1hBIiTg=", version = "v1.1.0", ) go_repository( name = "com_github_mitchellh_go_homedir", build_file_proto_mode = "disable", importpath = "github.com/mitchellh/go-homedir", sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", version = "v1.1.0", ) go_repository( name = "com_github_mitchellh_go_testing_interface", build_file_proto_mode = "disable", importpath = "github.com/mitchellh/go-testing-interface", sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_go_wordwrap", build_file_proto_mode = "disable", importpath = "github.com/mitchellh/go-wordwrap", sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_mapstructure", build_file_proto_mode = "disable", importpath = "github.com/mitchellh/mapstructure", sum = "h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=", version = "v1.4.3", ) go_repository( name = "com_github_modern_go_concurrent", build_file_proto_mode = "disable", importpath = "github.com/modern-go/concurrent", sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", version = "v0.0.0-20180306012644-bacd9c7ef1dd", ) go_repository( name = "com_github_modern_go_reflect2", build_file_proto_mode = "disable", importpath = "github.com/modern-go/reflect2", sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", version = "v1.0.2", ) go_repository( name = "com_github_mohae_deepcopy", build_file_proto_mode = "disable", importpath = "github.com/mohae/deepcopy", sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=", version = "v0.0.0-20170929034955-c48cc78d4826", ) go_repository( name = "com_github_munnerz_goautoneg", build_file_proto_mode = "disable", importpath = "github.com/munnerz/goautoneg", sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=", version = "v0.0.0-20191010083416-a7dc8b61c822", ) go_repository( name = "com_github_mwitkow_go_conntrack", build_file_proto_mode = "disable", importpath = "github.com/mwitkow/go-conntrack", sum = "h1:F9x/1yl3T2AeKLr2AMdilSD8+f9bvMnNN8VS5iDtovc=", version = "v0.0.0-20161129095857-cc309e4a2223", ) go_repository( name = "com_github_mxk_go_flowrate", build_file_proto_mode = "disable", importpath = "github.com/mxk/go-flowrate", sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=", version = "v0.0.0-20140419014527-cca7078d478f", ) go_repository( name = "com_github_nytimes_gziphandler", build_file_proto_mode = "disable", importpath = "github.com/NYTimes/gziphandler", sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=", version = "v0.0.0-20170623195520-56545f4a5d46", ) go_repository( name = "com_github_oklog_ulid", build_file_proto_mode = "disable", importpath = "github.com/oklog/ulid", sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", version = "v1.3.1", ) go_repository( name = "com_github_olekukonko_tablewriter", build_file_proto_mode = "disable", importpath = "github.com/olekukonko/tablewriter", sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=", version = "v0.0.4", ) go_repository( name = "com_github_oneofone_xxhash", build_file_proto_mode = "disable", importpath = "github.com/OneOfOne/xxhash", sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", version = "v1.2.2", ) go_repository( name = "com_github_onsi_ginkgo", build_file_proto_mode = "disable", importpath = "github.com/onsi/ginkgo", sum = "h1:q/mM8GF/n0shIN8SaAZ0V+jnLPzen6WIVZdiwrRlMlo=", version = "v1.10.1", ) go_repository( name = "com_github_onsi_gomega", build_file_proto_mode = "disable", importpath = "github.com/onsi/gomega", sum = "h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=", version = "v1.7.0", ) go_repository( name = "com_github_opencontainers_go_digest", build_file_proto_mode = "disable", importpath = "github.com/opencontainers/go-digest", sum = "h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=", version = "v1.0.0-rc1", ) go_repository( name = "com_github_pascaldekloe_goe", build_file_proto_mode = "disable", importpath = "github.com/pascaldekloe/goe", sum = "h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=", version = "v0.1.0", ) go_repository( name = "com_github_paulmach_orb", build_file_proto_mode = "disable", importpath = "github.com/paulmach/orb", sum = "h1:Wa1nzU269Zv7V9paVEY1COWW8FCqv4PC/KJRbJSimpM=", version = "v0.1.3", ) go_repository( name = "com_github_pborman_uuid", build_file_proto_mode = "disable", importpath = "github.com/pborman/uuid", sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=", version = "v1.2.0", ) go_repository( name = "com_github_pelletier_go_toml", build_file_proto_mode = "disable", importpath = "github.com/pelletier/go-toml", sum = "h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=", version = "v1.9.4", ) go_repository( name = "com_github_peterbourgon_diskv", build_file_proto_mode = "disable", importpath = "github.com/peterbourgon/diskv", sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=", version = "v2.0.1+incompatible", ) go_repository( name = "com_github_pkg_errors", build_file_proto_mode = "disable", importpath = "github.com/pkg/errors", sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", version = "v0.9.1", ) go_repository( name = "com_github_pkg_sftp", build_file_proto_mode = "disable", importpath = "github.com/pkg/sftp", sum = "h1:VasscCm72135zRysgrJDKsntdmPN+OuU3+nnHYA9wyc=", version = "v1.10.1", ) go_repository( name = "com_github_pmezard_go_difflib", build_file_proto_mode = "disable", importpath = "github.com/pmezard/go-difflib", sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", version = "v1.0.0", ) go_repository( name = "com_github_posener_complete", build_file_proto_mode = "disable", importpath = "github.com/posener/complete", sum = "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=", version = "v1.2.3", ) go_repository( name = "com_github_posener_complete_v2", build_file_proto_mode = "disable", importpath = "github.com/posener/complete/v2", sum = "h1:0wvkuDfHb5vSZlNBYgpEH4XQHpF46MjLPHav8XC77Nc=", version = "v2.0.1-alpha.12", ) go_repository( name = "com_github_posener_script", build_file_proto_mode = "disable", importpath = "github.com/posener/script", sum = "h1:nSuXW5ZdmFnQIueLB2s0qvs4oNsUloM1Zydzh75v42w=", version = "v1.0.4", ) go_repository( name = "com_github_pquerna_cachecontrol", build_file_proto_mode = "disable", importpath = "github.com/pquerna/cachecontrol", sum = "h1:0XM1XL/OFFJjXsYXlG30spTkV/E9+gmd5GD1w2HE8xM=", version = "v0.0.0-20171018203845-0dec1b30a021", ) go_repository( name = "com_github_prometheus_client_golang", build_file_proto_mode = "disable", importpath = "github.com/prometheus/client_golang", sum = "h1:YVIb/fVcOTMSqtqZWSKnHpSLBxu8DKgxq8z6RuBZwqI=", version = "v1.4.0", ) go_repository( name = "com_github_prometheus_client_model", build_file_proto_mode = "disable", importpath = "github.com/prometheus/client_model", sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=", version = "v0.2.0", ) go_repository( name = "com_github_prometheus_common", build_file_proto_mode = "disable", importpath = "github.com/prometheus/common", sum = "h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U=", version = "v0.9.1", ) go_repository( name = "com_github_prometheus_procfs", build_file_proto_mode = "disable", importpath = "github.com/prometheus/procfs", sum = "h1:+fpWZdT24pJBiqJdAwYBjPSk+5YmQzYNPYzQsdzLkt8=", version = "v0.0.8", ) go_repository( name = "com_github_prometheus_tsdb", build_file_proto_mode = "disable", importpath = "github.com/prometheus/tsdb", sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", version = "v0.7.1", ) go_repository( name = "com_github_puerkitobio_goquery", build_file_proto_mode = "disable", importpath = "github.com/PuerkitoBio/goquery", sum = "h1:uGvmFXOA73IKluu/F84Xd1tt/z07GYm8X49XKHP7EJk=", version = "v1.5.0", ) go_repository( name = "com_github_puerkitobio_purell", build_file_proto_mode = "disable", importpath = "github.com/PuerkitoBio/purell", sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=", version = "v1.1.1", ) go_repository( name = "com_github_puerkitobio_urlesc", build_file_proto_mode = "disable", importpath = "github.com/PuerkitoBio/urlesc", sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=", version = "v0.0.0-20170810143723-de5bf2ad4578", ) go_repository( name = "com_github_qri_io_starlib", build_file_proto_mode = "disable", importpath = "github.com/qri-io/starlib", sum = "h1:K6eOUihrFLdZjZnA4XlRp864fmWXv9YTIk7VPLhRacA=", version = "v0.4.2-0.20200213133954-ff2e8cd5ef8d", ) go_repository( name = "com_github_remyoudompheng_bigfft", build_file_proto_mode = "disable", importpath = "github.com/remyoudompheng/bigfft", sum = "h1:/NRJ5vAYoqz+7sG51ubIDHXeWO8DlTSrToPu6q11ziA=", version = "v0.0.0-20170806203942-52369c62f446", ) go_repository( name = "com_github_rogpeppe_fastuuid", build_file_proto_mode = "disable", importpath = "github.com/rogpeppe/fastuuid", sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", version = "v1.2.0", ) go_repository( name = "com_github_rogpeppe_go_internal", build_file_proto_mode = "disable", importpath = "github.com/rogpeppe/go-internal", sum = "h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=", version = "v1.3.0", ) go_repository( name = "com_github_russross_blackfriday", build_file_proto_mode = "disable", importpath = "github.com/russross/blackfriday", sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=", version = "v1.5.2", ) go_repository( name = "com_github_russross_blackfriday_v2", build_file_proto_mode = "disable", importpath = "github.com/russross/blackfriday/v2", sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=", version = "v2.1.0", ) go_repository( name = "com_github_ryanuber_columnize", build_file_proto_mode = "disable", importpath = "github.com/ryanuber/columnize", sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=", version = "v0.0.0-20160712163229-9b3edd62028f", ) go_repository( name = "com_github_sagikazarmark_crypt", build_file_proto_mode = "disable", importpath = "github.com/sagikazarmark/crypt", sum = "h1:TV5DVog+pihN4Rr0rN1IClv4ePpkzdg9sPrw7WDofZ8=", version = "v0.3.0", ) go_repository( name = "com_github_sean_seed", build_file_proto_mode = "disable", importpath = "github.com/sean-/seed", sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", version = "v0.0.0-20170313163322-e2103e2c3529", ) go_repository( name = "com_github_sergi_go_diff", build_file_proto_mode = "disable", importpath = "github.com/sergi/go-diff", sum = "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=", version = "v1.1.0", ) go_repository( name = "com_github_shurcool_sanitized_anchor_name", build_file_proto_mode = "disable", importpath = "github.com/shurcooL/sanitized_anchor_name", sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", version = "v1.0.0", ) go_repository( name = "com_github_sirupsen_logrus", build_file_proto_mode = "disable", importpath = "github.com/sirupsen/logrus", sum = "h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4=", version = "v1.4.2", ) go_repository( name = "com_github_soheilhy_cmux", build_file_proto_mode = "disable", importpath = "github.com/soheilhy/cmux", sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", version = "v0.1.4", ) go_repository( name = "com_github_spaolacci_murmur3", build_file_proto_mode = "disable", importpath = "github.com/spaolacci/murmur3", sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", version = "v0.0.0-20180118202830-f09979ecbc72", ) go_repository( name = "com_github_spf13_afero", build_file_proto_mode = "disable", importpath = "github.com/spf13/afero", sum = "h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=", version = "v1.6.0", ) go_repository( name = "com_github_spf13_cast", build_file_proto_mode = "disable", importpath = "github.com/spf13/cast", sum = "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=", version = "v1.4.1", ) go_repository( name = "com_github_spf13_cobra", build_file_proto_mode = "disable", importpath = "github.com/spf13/cobra", sum = "h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0=", version = "v1.3.0", ) go_repository( name = "com_github_spf13_jwalterweatherman", build_file_proto_mode = "disable", importpath = "github.com/spf13/jwalterweatherman", sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", version = "v1.1.0", ) go_repository( name = "com_github_spf13_pflag", build_file_proto_mode = "disable", importpath = "github.com/spf13/pflag", sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", version = "v1.0.5", ) go_repository( name = "com_github_spf13_viper", build_file_proto_mode = "disable", importpath = "github.com/spf13/viper", sum = "h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk=", version = "v1.10.0", ) go_repository( name = "com_github_stretchr_objx", build_file_proto_mode = "disable", importpath = "github.com/stretchr/objx", sum = "h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=", version = "v0.2.0", ) go_repository( name = "com_github_stretchr_testify", build_file_proto_mode = "disable", importpath = "github.com/stretchr/testify", sum = "h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=", version = "v1.7.1", ) go_repository( name = "com_github_subosito_gotenv", build_file_proto_mode = "disable", importpath = "github.com/subosito/gotenv", sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=", version = "v1.2.0", ) go_repository( name = "com_github_tidwall_gjson", build_file_proto_mode = "disable", importpath = "github.com/tidwall/gjson", sum = "h1:6BBkirS0rAHjumnjHF6qgy5d2YAJ1TLIaFE2lzfOLqo=", version = "v1.14.2", ) go_repository( name = "com_github_tidwall_match", build_file_proto_mode = "disable", importpath = "github.com/tidwall/match", sum = "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=", version = "v1.1.1", ) go_repository( name = "com_github_tidwall_pretty", build_file_proto_mode = "disable", importpath = "github.com/tidwall/pretty", sum = "h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=", version = "v1.2.0", ) go_repository( name = "com_github_tidwall_sjson", build_file_proto_mode = "disable", importpath = "github.com/tidwall/sjson", sum = "h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=", version = "v1.2.5", ) go_repository( name = "com_github_tmc_grpc_websocket_proxy", build_file_proto_mode = "disable", importpath = "github.com/tmc/grpc-websocket-proxy", sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", version = "v0.0.0-20190109142713-0ad062ec5ee5", ) go_repository( name = "com_github_tv42_httpunix", build_file_proto_mode = "disable", importpath = "github.com/tv42/httpunix", sum = "h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=", version = "v0.0.0-20150427012821-b75d8614f926", ) go_repository( name = "com_github_ugorji_go", build_file_proto_mode = "disable", importpath = "github.com/ugorji/go", sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=", version = "v1.1.4", ) go_repository( name = "com_github_ugorji_go_codec", build_file_proto_mode = "disable", importpath = "github.com/ugorji/go/codec", sum = "h1:3SVOIvH7Ae1KRYyQWRjXWJEA9sS/c/pjvH++55Gr648=", version = "v0.0.0-20181204163529-d75b2dcb6bc8", ) go_repository( name = "com_github_urfave_cli", build_file_proto_mode = "disable", importpath = "github.com/urfave/cli", sum = "h1:fDqGv3UG/4jbVl/QkFwEdddtEDjh/5Ov6X+0B/3bPaw=", version = "v1.20.0", ) go_repository( name = "com_github_vektah_gqlparser", build_file_proto_mode = "disable", importpath = "github.com/vektah/gqlparser", sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=", version = "v1.1.2", ) go_repository( name = "com_github_xiang90_probing", build_file_proto_mode = "disable", importpath = "github.com/xiang90/probing", sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=", version = "v0.0.0-20190116061207-43a291ad63a2", ) go_repository( name = "com_github_xlab_handysort", build_file_proto_mode = "disable", importpath = "github.com/xlab/handysort", sum = "h1:j2hhcujLRHAg872RWAV5yaUrEjHEObwDv3aImCaNLek=", version = "v0.0.0-20150421192137-fb3537ed64a1", ) go_repository( name = "com_github_xlab_treeprint", build_file_proto_mode = "disable", importpath = "github.com/xlab/treeprint", sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=", version = "v0.0.0-20181112141820-a009c3971eca", ) go_repository( name = "com_github_xordataexchange_crypt", build_file_proto_mode = "disable", importpath = "github.com/xordataexchange/crypt", sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=", version = "v0.0.3-0.20170626215501-b2862e3d0a77", ) go_repository( name = "com_github_yuin_goldmark", build_file_proto_mode = "disable", importpath = "github.com/yuin/goldmark", sum = "h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs=", version = "v1.3.5", ) go_repository( name = "com_github_zclconf_go_cty", build_file_proto_mode = "disable", importpath = "github.com/zclconf/go-cty", sum = "h1:PcupnljUm9EIvbgSHQnHhUr3fO6oFmkOrvs2BAFNXXY=", version = "v1.12.1", ) go_repository( name = "com_github_zclconf_go_cty_debug", build_file_proto_mode = "disable", importpath = "github.com/zclconf/go-cty-debug", sum = "h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=", version = "v0.0.0-20191215020915-b22d67c1ba0b", ) go_repository( name = "com_google_cloud_go", build_file_proto_mode = "disable", importpath = "cloud.google.com/go", sum = "h1:y/cM2iqGgGi5D5DQZl6D9STN/3dR/Vx5Mp8s752oJTY=", version = "v0.99.0", ) go_repository( name = "com_google_cloud_go_bigquery", build_file_proto_mode = "disable", importpath = "cloud.google.com/go/bigquery", sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=", version = "v1.8.0", ) go_repository( name = "com_google_cloud_go_datastore", build_file_proto_mode = "disable", importpath = "cloud.google.com/go/datastore", sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=", version = "v1.1.0", ) go_repository( name = "com_google_cloud_go_firestore", build_file_proto_mode = "disable", importpath = "cloud.google.com/go/firestore", sum = "h1:8rBq3zRjnHx8UtBvaOWqBB1xq9jH6/wltfQLlTMh2Fw=", version = "v1.6.1", ) go_repository( name = "com_google_cloud_go_pubsub", build_file_proto_mode = "disable", importpath = "cloud.google.com/go/pubsub", sum = "h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU=", version = "v1.3.1", ) go_repository( name = "com_google_cloud_go_storage", build_file_proto_mode = "disable", importpath = "cloud.google.com/go/storage", sum = "h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA=", version = "v1.10.0", ) go_repository( name = "com_shuralyov_dmitri_gpu_mtl", build_file_proto_mode = "disable", importpath = "dmitri.shuralyov.com/gpu/mtl", sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", version = "v0.0.0-20190408044501-666a987793e9", ) go_repository( name = "in_gopkg_alecthomas_kingpin_v2", build_file_proto_mode = "disable", importpath = "gopkg.in/alecthomas/kingpin.v2", sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", version = "v2.2.6", ) go_repository( name = "in_gopkg_check_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/check.v1", sum = "h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=", version = "v1.0.0-20190902080502-41f04d3bba15", ) go_repository( name = "in_gopkg_cheggaaa_pb_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/cheggaaa/pb.v1", sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=", version = "v1.0.25", ) go_repository( name = "in_gopkg_errgo_v2", build_file_proto_mode = "disable", importpath = "gopkg.in/errgo.v2", sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", version = "v2.1.0", ) go_repository( name = "in_gopkg_fsnotify_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/fsnotify.v1", sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", version = "v1.4.7", ) go_repository( name = "in_gopkg_inf_v0", build_file_proto_mode = "disable", importpath = "gopkg.in/inf.v0", sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", version = "v0.9.1", ) go_repository( name = "in_gopkg_ini_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/ini.v1", sum = "h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=", version = "v1.66.2", ) go_repository( name = "in_gopkg_natefinch_lumberjack_v2", build_file_proto_mode = "disable", importpath = "gopkg.in/natefinch/lumberjack.v2", sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=", version = "v2.0.0", ) go_repository( name = "in_gopkg_resty_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/resty.v1", sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", version = "v1.12.0", ) go_repository( name = "in_gopkg_square_go_jose_v2", build_file_proto_mode = "disable", importpath = "gopkg.in/square/go-jose.v2", sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=", version = "v2.2.2", ) go_repository( name = "in_gopkg_tomb_v1", build_file_proto_mode = "disable", importpath = "gopkg.in/tomb.v1", sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", version = "v1.0.0-20141024135613-dd632973f1e7", ) go_repository( name = "in_gopkg_yaml_v2", build_file_proto_mode = "disable", importpath = "gopkg.in/yaml.v2", sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", version = "v2.4.0", ) go_repository( name = "in_gopkg_yaml_v3", build_file_proto_mode = "disable", importpath = "gopkg.in/yaml.v3", sum = "h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA=", version = "v3.0.0", ) go_repository( name = "io_etcd_go_bbolt", build_file_proto_mode = "disable", importpath = "go.etcd.io/bbolt", sum = "h1:MUGmc65QhB3pIlaQ5bB4LwqSj6GIonVJXpZiaKNyaKk=", version = "v1.3.3", ) go_repository( name = "io_etcd_go_etcd", build_file_proto_mode = "disable", importpath = "go.etcd.io/etcd", sum = "h1:VcrIfasaLFkyjk6KNlXQSzO+B0fZcnECiDrKJsfxka0=", version = "v0.0.0-20191023171146-3cf2f69b5738", ) go_repository( name = "io_etcd_go_etcd_api_v3", build_file_proto_mode = "disable", importpath = "go.etcd.io/etcd/api/v3", sum = "h1:v28cktvBq+7vGyJXF8G+rWJmj+1XUmMtqcLnH8hDocM=", version = "v3.5.1", ) go_repository( name = "io_etcd_go_etcd_client_pkg_v3", build_file_proto_mode = "disable", importpath = "go.etcd.io/etcd/client/pkg/v3", sum = "h1:XIQcHCFSG53bJETYeRJtIxdLv2EWRGxcfzR8lSnTH4E=", version = "v3.5.1", ) go_repository( name = "io_etcd_go_etcd_client_v2", build_file_proto_mode = "disable", importpath = "go.etcd.io/etcd/client/v2", sum = "h1:vtxYCKWA9x31w0WJj7DdqsHFNjhkigdAnziDtkZb/l4=", version = "v2.305.1", ) go_repository( name = "io_k8s_api", build_file_proto_mode = "disable", importpath = "k8s.io/api", sum = "h1:XAm3PZp3wnEdzekNkcmj/9Y1zdmQYJ1I4GKSBBZ8aG0=", version = "v0.17.3", ) go_repository( name = "io_k8s_apiextensions_apiserver", build_file_proto_mode = "disable", importpath = "k8s.io/apiextensions-apiserver", sum = "h1:cP579D2hSZNuO/rZj9XFRzwJNYb41DbNANJb6Kolpss=", version = "v0.17.2", ) go_repository( name = "io_k8s_apimachinery", build_file_proto_mode = "disable", importpath = "k8s.io/apimachinery", sum = "h1:f+uZV6rm4/tHE7xXgLyToprg6xWairaClGVkm2t8omg=", version = "v0.17.3", ) go_repository( name = "io_k8s_apiserver", build_file_proto_mode = "disable", importpath = "k8s.io/apiserver", sum = "h1:NssVvPALll6SSeNgo1Wk1h2myU1UHNwmhxV0Oxbcl8Y=", version = "v0.17.2", ) go_repository( name = "io_k8s_cli_runtime", build_file_proto_mode = "disable", importpath = "k8s.io/cli-runtime", sum = "h1:0ZlDdJgJBKsu77trRUynNiWsRuAvAVPBNaQfnt/1qtc=", version = "v0.17.3", ) go_repository( name = "io_k8s_client_go", build_file_proto_mode = "disable", importpath = "k8s.io/client-go", sum = "h1:deUna1Ksx05XeESH6XGCyONNFfiQmDdqeqUvicvP6nU=", version = "v0.17.3", ) go_repository( name = "io_k8s_code_generator", build_file_proto_mode = "disable", importpath = "k8s.io/code-generator", sum = "h1:pTwl3rLB1fUyxmvEzmVPMM0tBSdUehd7z+bDzpj4lPE=", version = "v0.17.2", ) go_repository( name = "io_k8s_component_base", build_file_proto_mode = "disable", importpath = "k8s.io/component-base", sum = "h1:0XHf+cerTvL9I5Xwn9v+0jmqzGAZI7zNydv4tL6Cw6A=", version = "v0.17.2", ) go_repository( name = "io_k8s_gengo", build_file_proto_mode = "disable", importpath = "k8s.io/gengo", sum = "h1:ZY6yclUKVbZ+SdWnkfY+Je5vrMpKOxmGeKRbsXVmqYM=", version = "v0.0.0-20190822140433-26a664648505", ) go_repository( name = "io_k8s_klog", build_file_proto_mode = "disable", importpath = "k8s.io/klog", sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=", version = "v1.0.0", ) go_repository( name = "io_k8s_kube_openapi", build_file_proto_mode = "disable", importpath = "k8s.io/kube-openapi", sum = "h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU=", version = "v0.0.0-20191107075043-30be4d16710a", ) go_repository( name = "io_k8s_kubectl", build_file_proto_mode = "disable", importpath = "k8s.io/kubectl", sum = "h1:nZX5+wEqTu/EBIYjrZlFOA63z4+Zcy96lDkCZPU9a9c=", version = "v0.0.0-20191219154910-1528d4eea6dd", ) go_repository( name = "io_k8s_metrics", build_file_proto_mode = "disable", importpath = "k8s.io/metrics", sum = "h1:abzWzy31DupLvMkUMZUC1Yhfb+wMlkcvhHXo7OAks7M=", version = "v0.0.0-20191214191643-6b1944c9f765", ) go_repository( name = "io_k8s_sigs_cli_utils", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/cli-utils", sum = "h1:K4usJmMlI98mL+z+TdAnKfzng64/m8bRXZKPwy3ZCWw=", version = "v0.18.1", ) go_repository( name = "io_k8s_sigs_controller_runtime", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/controller-runtime", sum = "h1:wATM6/m+3w8lj8FXNaO6Fs/rq/vqoOjO1Q116Z9NPsg=", version = "v0.4.0", ) go_repository( name = "io_k8s_sigs_kustomize", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/kustomize", sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=", version = "v2.0.3+incompatible", ) go_repository( name = "io_k8s_sigs_kustomize_cmd_config", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/kustomize/cmd/config", sum = "h1:03tjs3SjvsumZjabctLicNUQwYlAeUqmRk1H4JBK+wI=", version = "v0.6.0", ) go_repository( name = "io_k8s_sigs_kustomize_kyaml", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/kustomize/kyaml", sum = "h1:Z/9TxsiG21sbcd6JD4IeM6BVZ2+04001KKzbxCf+qeY=", version = "v0.6.0", ) go_repository( name = "io_k8s_sigs_structured_merge_diff", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/structured-merge-diff", sum = "h1:zD2IemQ4LmOcAumeiyDWXKUI2SO0NYDe3H6QGvPOVgU=", version = "v1.0.1-0.20191108220359-b1b620dd3f06", ) go_repository( name = "io_k8s_sigs_testing_frameworks", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/testing_frameworks", sum = "h1:vK0+tvjF0BZ/RYFeZ1E6BYBwHJJXhjuZ3TdsEKH+UQM=", version = "v0.1.2", ) go_repository( name = "io_k8s_sigs_yaml", build_file_proto_mode = "disable", importpath = "sigs.k8s.io/yaml", sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", version = "v1.2.0", ) go_repository( name = "io_k8s_utils", build_file_proto_mode = "disable", importpath = "k8s.io/utils", sum = "h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo=", version = "v0.0.0-20191114184206-e782cd3c129f", ) go_repository( name = "io_opencensus_go", build_file_proto_mode = "disable", importpath = "go.opencensus.io", sum = "h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=", version = "v0.23.0", ) go_repository( name = "io_opentelemetry_go_proto_otlp", build_file_proto_mode = "disable", importpath = "go.opentelemetry.io/proto/otlp", sum = "h1:rwOQPCuKAKmwGKq2aVNnYIibI6wnV7EvzgfTCzcdGg8=", version = "v0.7.0", ) go_repository( name = "io_rsc_binaryregexp", build_file_proto_mode = "disable", importpath = "rsc.io/binaryregexp", sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", version = "v0.2.0", ) go_repository( name = "io_rsc_pdf", build_file_proto_mode = "disable", importpath = "rsc.io/pdf", sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=", version = "v0.1.1", ) go_repository( name = "io_rsc_quote_v3", build_file_proto_mode = "disable", importpath = "rsc.io/quote/v3", sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", version = "v3.1.0", ) go_repository( name = "io_rsc_sampler", build_file_proto_mode = "disable", importpath = "rsc.io/sampler", sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", version = "v1.3.0", ) go_repository( name = "ml_vbom_util", build_file_proto_mode = "disable", importpath = "vbom.ml/util", sum = "h1:MksmcCZQWAQJCTA5T0jgI/0sJ51AVm4Z41MrmfczEoc=", version = "v0.0.0-20160121211510-db5cfe13f5cc", ) go_repository( name = "net_starlark_go", build_file_proto_mode = "disable", importpath = "go.starlark.net", sum = "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=", version = "v0.0.0-20200306205701-8dd3e2ee1dd5", ) go_repository( name = "org_golang_google_api", build_file_proto_mode = "disable", importpath = "google.golang.org/api", sum = "h1:PhGymJMXfGBzc4lBRmrx9+1w4w2wEzURHNGF/sD/xGc=", version = "v0.62.0", ) go_repository( name = "org_golang_google_appengine", build_file_proto_mode = "disable", importpath = "google.golang.org/appengine", sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", version = "v1.6.7", ) go_repository( name = "org_golang_google_genproto", build_file_proto_mode = "disable", importpath = "google.golang.org/genproto", sum = "h1:I0YcKz0I7OAhddo7ya8kMnvprhcWM045PmkBdMO9zN0=", version = "v0.0.0-20211208223120-3a66f561d7aa", ) go_repository( name = "org_golang_google_grpc", build_file_proto_mode = "disable", importpath = "google.golang.org/grpc", sum = "h1:XT2/MFpuPFsEX2fWh3YQtHkZ+WYZFQRfaUgLZYj/p6A=", version = "v1.42.0", ) go_repository( name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc", build_file_proto_mode = "disable", importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc", sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=", version = "v1.1.0", ) go_repository( name = "org_golang_google_protobuf", build_file_proto_mode = "disable", importpath = "google.golang.org/protobuf", sum = "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=", version = "v1.27.1", ) go_repository( name = "org_golang_x_crypto", build_file_proto_mode = "disable", importpath = "golang.org/x/crypto", sum = "h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=", version = "v0.31.0", ) go_repository( name = "org_golang_x_exp", build_file_proto_mode = "disable", importpath = "golang.org/x/exp", sum = "h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y=", version = "v0.0.0-20200224162631-6cc2880d07d6", ) go_repository( name = "org_golang_x_image", build_file_proto_mode = "disable", importpath = "golang.org/x/image", sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=", version = "v0.0.0-20190802002840-cff245a6509b", ) go_repository( name = "org_golang_x_lint", build_file_proto_mode = "disable", importpath = "golang.org/x/lint", sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=", version = "v0.0.0-20210508222113-6edffad5e616", ) go_repository( name = "org_golang_x_mobile", build_file_proto_mode = "disable", importpath = "golang.org/x/mobile", sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", version = "v0.0.0-20190719004257-d2bd2a29d028", ) go_repository( name = "org_golang_x_mod", build_file_proto_mode = "disable", importpath = "golang.org/x/mod", sum = "h1:UG21uOlmZabA4fW5i7ZX6bjw1xELEGg/ZLgZq9auk/Q=", version = "v0.5.0", ) go_repository( name = "org_golang_x_net", build_file_proto_mode = "disable", importpath = "golang.org/x/net", sum = "h1:LO7XpTYMwTqxjLcGWPijK3vRXg1aWdlNOVOHRq45d7c=", version = "v0.0.0-20210813160813-60bc85c4be6d", ) go_repository( name = "org_golang_x_oauth2", build_file_proto_mode = "disable", importpath = "golang.org/x/oauth2", sum = "h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg=", version = "v0.0.0-20211104180415-d3ed0bb246c8", ) go_repository( name = "org_golang_x_sync", build_file_proto_mode = "disable", importpath = "golang.org/x/sync", sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=", version = "v0.0.0-20210220032951-036812b2e83c", ) go_repository( name = "org_golang_x_sys", build_file_proto_mode = "disable", importpath = "golang.org/x/sys", sum = "h1:FjkYO/PPp4Wi0EAUOVLxePm7qVW4r4ctbWpURyuOD0E=", version = "v0.0.0-20211205182925-97ca703d548d", ) go_repository( name = "org_golang_x_term", build_file_proto_mode = "disable", importpath = "golang.org/x/term", sum = "h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=", version = "v0.0.0-20201126162022-7de9c90e9dd1", ) go_repository( name = "org_golang_x_text", build_file_proto_mode = "disable", importpath = "golang.org/x/text", sum = "h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=", version = "v0.3.8", ) go_repository( name = "org_golang_x_time", build_file_proto_mode = "disable", importpath = "golang.org/x/time", sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=", version = "v0.0.0-20191024005414-555d28b269f0", ) go_repository( name = "org_golang_x_tools", build_file_proto_mode = "disable", importpath = "golang.org/x/tools", sum = "h1:ouewzE6p+/VEB31YYnTbEJdi8pFqKp4P4n85vwo3DHA=", version = "v0.1.5", ) go_repository( name = "org_golang_x_xerrors", build_file_proto_mode = "disable", importpath = "golang.org/x/xerrors", sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=", version = "v0.0.0-20200804184101-5ec99f83aff1", ) go_repository( name = "org_gonum_v1_gonum", build_file_proto_mode = "disable", importpath = "gonum.org/v1/gonum", sum = "h1:Hdks0L0hgznZLG9nzXb8vZ0rRvqNvAcgAp84y7Mwkgw=", version = "v0.7.0", ) go_repository( name = "org_gonum_v1_netlib", build_file_proto_mode = "disable", importpath = "gonum.org/v1/netlib", sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=", version = "v0.0.0-20190331212654-76723241ea4e", ) go_repository( name = "org_gonum_v1_plot", build_file_proto_mode = "disable", importpath = "gonum.org/v1/plot", sum = "h1:Qh4dB5D/WpoUUp3lSod7qgoyEHbDGPUWjIbnqdqqe1k=", version = "v0.0.0-20190515093506-e2840ee46a6b", ) go_repository( name = "org_modernc_cc", build_file_proto_mode = "disable", importpath = "modernc.org/cc", sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=", version = "v1.0.0", ) go_repository( name = "org_modernc_golex", build_file_proto_mode = "disable", importpath = "modernc.org/golex", sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=", version = "v1.0.0", ) go_repository( name = "org_modernc_mathutil", build_file_proto_mode = "disable", importpath = "modernc.org/mathutil", sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=", version = "v1.0.0", ) go_repository( name = "org_modernc_strutil", build_file_proto_mode = "disable", importpath = "modernc.org/strutil", sum = "h1:XVFtQwFVwc02Wk+0L/Z/zDDXO81r5Lhe6iMKmGX3KhE=", version = "v1.0.0", ) go_repository( name = "org_modernc_xc", build_file_proto_mode = "disable", importpath = "modernc.org/xc", sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=", version = "v1.0.0", ) go_repository( name = "org_mongodb_go_mongo_driver", build_file_proto_mode = "disable", importpath = "go.mongodb.org/mongo-driver", sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=", version = "v1.1.2", ) go_repository( name = "org_uber_go_atomic", build_file_proto_mode = "disable", importpath = "go.uber.org/atomic", sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=", version = "v1.7.0", ) go_repository( name = "org_uber_go_multierr", build_file_proto_mode = "disable", importpath = "go.uber.org/multierr", sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=", version = "v1.6.0", ) go_repository( name = "org_uber_go_zap", build_file_proto_mode = "disable", importpath = "go.uber.org/zap", sum = "h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U=", version = "v1.17.0", ) go_repository( name = "tools_gotest", build_file_proto_mode = "disable", importpath = "gotest.tools", sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=", version = "v2.2.0+incompatible", ) go_repository( name = "xyz_gomodules_jsonpatch_v2", build_file_proto_mode = "disable", importpath = "gomodules.xyz/jsonpatch/v2", sum = "h1:xyiBuvkD2g5n7cYzx6u2sxQvsAy4QJsZFCzGVdzOXZ0=", version = "v2.0.1", )