diff --git a/deps.bzl b/deps.bzl index 2da4e0a0..fe923652 100644 --- a/deps.bzl +++ b/deps.bzl @@ -1,5136 +1,5160 @@ load("@bazel_gazelle//:deps.bzl", "go_repository") def go(): """Defines all external go dependencies, generated via Gazelle""" go_repository( name = "co_honnef_go_tools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "honnef.co/go/tools", sum = "h1:/hemPrYIhOhy8zYrNj+069zDB68us2sMGsfkFJO0iZs=", version = "v0.0.0-20190523083050-ea95bdfd59fc", ) go_repository( name = "com_github_agnivade_levenshtein", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/agnivade/levenshtein", sum = "h1:3oJU7J3FGFmyhn8KHjmVaZCN5hxTr7GxgRue+sxIXdQ=", version = "v1.0.1", ) go_repository( name = "com_github_alecthomas_template", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/template", sum = "h1:cAKDfWh5VpdgMhJosfJnn5/FoN2SRZ4p7fJNX58YPaU=", version = "v0.0.0-20160405071501-a0175ee3bccc", ) go_repository( name = "com_github_alecthomas_units", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/units", sum = "h1:qet1QNfXsQxTZqLG4oE62mJzwPIB8+Tee4RNCL9ulrY=", version = "v0.0.0-20151022065526-2efee857e7cf", ) go_repository( name = "com_github_andreyvit_diff", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/andreyvit/diff", sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=", version = "v0.0.0-20170406064948-c7f18ee00883", ) go_repository( name = "com_github_armon_consul_api", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/armon/consul-api", sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", version = "v0.0.0-20180202201655-eb2c6b5be1b6", ) go_repository( name = "com_github_asaskevich_govalidator", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest", sum = "h1:OZEIaBbMdUE/Js+BQKlpO81XlISgipr6yDJ+PSwsgi4=", version = "v0.9.3", ) go_repository( name = "com_github_azure_go_autorest_autorest_adal", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/adal", sum = "h1:pZdL8o72rK+avFWl+p9nE8RWi1JInZrWJYlnpfXJwHk=", version = "v0.8.1", ) go_repository( name = "com_github_azure_go_autorest_autorest_date", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/date", sum = "h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM=", version = "v0.2.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_mocks", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/mocks", sum = "h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc=", version = "v0.3.0", ) go_repository( name = "com_github_azure_go_autorest_logger", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/tracing", sum = "h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k=", version = "v0.5.0", ) go_repository( name = "com_github_beorn7_perks", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/beorn7/perks", - sum = "h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=", - version = "v1.0.0", + sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", + version = "v1.0.1", ) go_repository( name = "com_github_bgentry_speakeasy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bgentry/speakeasy", sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", version = "v0.1.0", ) go_repository( name = "com_github_blang_semver", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/blang/semver", sum = "h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=", version = "v3.5.0+incompatible", ) go_repository( name = "com_github_burntsushi_toml", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/BurntSushi/toml", sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=", version = "v0.3.1", ) go_repository( name = "com_github_burntsushi_xgb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/BurntSushi/xgb", sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", version = "v0.0.0-20160522181843-27f122750802", ) go_repository( name = "com_github_client9_misspell", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/client9/misspell", sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", version = "v0.3.4", ) go_repository( name = "com_github_cockroachdb_datadriven", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/bbolt", - sum = "h1:uTXKg9gY70s9jMAKdfljFQcuh4e/BXOM+V+d00KFj3A=", - version = "v1.3.1-coreos.6", + sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", + version = "v1.3.2", ) go_repository( name = "com_github_coreos_etcd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/etcd", sum = "h1:+9RjdC18gMxNQVvSiXvObLu29mOFmkgdsB4cRTlV+EE=", version = "v3.3.15+incompatible", ) go_repository( name = "com_github_coreos_go_etcd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-etcd", sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_coreos_go_oidc", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-semver", sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=", version = "v0.3.0", ) go_repository( name = "com_github_coreos_go_systemd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-systemd", sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=", version = "v0.0.0-20190321100706-95778dfbb74e", ) go_repository( name = "com_github_coreos_pkg", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/pkg", - sum = "h1:n2Ltr3SrfQlf/9nOna1DoGKxLx3qTSI8Ttl6Xrqp6mw=", - version = "v0.0.0-20180108230652-97fdf19511ea", + sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", + version = "v0.0.0-20180928190104-399ea9e2e55f", ) go_repository( name = "com_github_cpuguy83_go_md2man", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man", sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", version = "v1.0.10", ) go_repository( name = "com_github_creack_pty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/creack/pty", sum = "h1:6pwm8kMQKCmgUg0ZHTm5+/YvRK0s3THD/28+T6/kk4A=", version = "v1.1.7", ) go_repository( name = "com_github_davecgh_go_spew", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/davecgh/go-spew", sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", version = "v1.1.1", ) go_repository( name = "com_github_dgrijalva_jwt_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dgrijalva/jwt-go", sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", version = "v3.2.0+incompatible", ) go_repository( name = "com_github_docker_docker", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/docker", sum = "h1:Cvj7S8I4Xpx78KAl6TwTmMHuHlZ/0SM60NUneGJQ7IE=", version = "v1.4.2-0.20190924003213-a8608b5b67c7", ) go_repository( name = "com_github_docker_go_units", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-units", sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=", version = "v0.4.0", ) go_repository( name = "com_github_docker_spdystream", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dustin/go-humanize", sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=", version = "v1.0.0", ) go_repository( name = "com_github_elazarl_goproxy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/elazarl/goproxy", - sum = "h1:p1yVGRW3nmb85p1Sh1ZJSDm4A4iKLS5QNbvUHMgGu/M=", - version = "v0.0.0-20170405201442-c4fc26588b6e", + sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=", + version = "v0.0.0-20180725130230-947c36da3153", ) go_repository( name = "com_github_emicklei_go_restful", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/emicklei/go-restful", sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=", version = "v2.9.5+incompatible", ) go_repository( name = "com_github_evanphx_json_patch", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/evanphx/json-patch", sum = "h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M=", version = "v4.5.0+incompatible", ) go_repository( name = "com_github_fatih_color", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/color", sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=", version = "v1.7.0", ) go_repository( name = "com_github_fsnotify_fsnotify", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/fsnotify/fsnotify", - sum = "h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=", - version = "v1.4.7", + sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=", + version = "v1.4.9", ) go_repository( name = "com_github_globalsign_mgo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/globalsign/mgo", sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=", version = "v0.0.0-20181015135952-eeefdecb41b8", ) go_repository( name = "com_github_go_kit_kit", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-kit/kit", sum = "h1:Wz+5lgoB0kkuqLEc6NVmwRknTKP6dTGbSqvhZtBI/j0=", version = "v0.8.0", ) go_repository( name = "com_github_go_logfmt_logfmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-logfmt/logfmt", - sum = "h1:8HUsc87TaSWLKwrnumgC8/YconD2fJQsRJAsWaPg2ic=", - version = "v0.3.0", + sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=", + version = "v0.4.0", ) go_repository( name = "com_github_go_logr_logr", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/logr", sum = "h1:M1Tv3VzNlEHg6uyACnRdtrploV2P7wZqH8BoQMtz0cg=", version = "v0.1.0", ) go_repository( name = "com_github_go_logr_zapr", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/analysis", sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_errors", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/jsonpointer", sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_jsonreference", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/jsonreference", sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_loads", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/runtime", sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=", version = "v0.19.4", ) go_repository( name = "com_github_go_openapi_spec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/spec", sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_strfmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/strfmt", sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=", version = "v0.19.3", ) go_repository( name = "com_github_go_openapi_swag", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/swag", sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_validate", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/validate", sum = "h1:QhCBKRYqZR+SKo4gl1lPhPahope8/RLt6EVgY8X80w0=", version = "v0.19.5", ) go_repository( name = "com_github_go_stack_stack", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-stack/stack", sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=", version = "v1.8.0", ) go_repository( name = "com_github_gobuffalo_flect", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/flect", sum = "h1:EWCvMGGxOjsgwlWaP+f4+Hh6yrrte7JeFL2S6b+0hdM=", version = "v0.2.0", ) go_repository( name = "com_github_gogo_protobuf", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/protobuf", - sum = "h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I=", - version = "v1.2.2-0.20190723190241-65acae22fc9d", + sum = "h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls=", + version = "v1.3.1", ) go_repository( name = "com_github_golang_glog", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/glog", sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=", version = "v0.0.0-20160126235308-23def4e6c14b", ) go_repository( name = "com_github_golang_groupcache", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/groupcache", - sum = "h1:u4bArs140e9+AfE52mFHOXVFnOSBJBRlzTHrOPLOIhE=", - version = "v0.0.0-20180513044358-24b0969c4cb7", + sum = "h1:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk=", + version = "v0.0.0-20190129154638-5b532d6fd5ef", ) go_repository( name = "com_github_golang_mock", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/mock", sum = "h1:28o5sBqPkBsMGnC6b4MvE2TzSr5/AT4c/1fLqVGIwlk=", version = "v1.2.0", ) go_repository( name = "com_github_golang_protobuf", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/protobuf", - sum = "h1:oOuy+ugB+P/kBdUnG5QaMXSIyJ1q38wWSojYCb3z5VQ=", - version = "v1.4.0", + sum = "h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=", + version = "v1.4.2", ) go_repository( name = "com_github_google_btree", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/btree", sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=", version = "v1.0.0", ) go_repository( name = "com_github_google_go_cmp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-cmp", sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=", version = "v0.4.0", ) go_repository( name = "com_github_google_gofuzz", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/gofuzz", - sum = "h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=", - version = "v1.0.0", + sum = "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=", + version = "v1.1.0", ) go_repository( name = "com_github_google_martian", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/martian", sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_google_pprof", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/pprof", sum = "h1:eqyIo2HjKhKe/mJzTG8n4VqvLXIOEG+SLdDqX7xGtkY=", version = "v0.0.0-20181206194817-3ea8567a2e57", ) go_repository( name = "com_github_google_uuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/uuid", sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=", version = "v1.1.1", ) go_repository( name = "com_github_googleapis_gax_go_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gax-go/v2", sum = "h1:hU4mGcQI4DaAYW+IbTun+2qEZVFxK0ySjQLTbS0VQKc=", version = "v2.0.4", ) go_repository( name = "com_github_googleapis_gnostic", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gnostic", replace = "github.com/googleapis/gnostic", sum = "h1:WeAefnSUHlBb0iJKwxFDZdbfGwkd7xRNuV+IpXMJhYk=", version = "v0.3.1", ) go_repository( name = "com_github_gophercloud_gophercloud", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/websocket", sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=", version = "v1.4.0", ) go_repository( name = "com_github_gregjones_httpcache", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/grpc-gateway", sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=", version = "v1.9.5", ) go_repository( name = "com_github_hashicorp_golang_lru", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/golang-lru", - sum = "h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=", - version = "v0.5.3", + sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", + version = "v0.5.4", ) go_repository( name = "com_github_hashicorp_hcl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/hcl", sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=", version = "v1.0.0", ) go_repository( name = "com_github_hpcloud_tail", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hpcloud/tail", sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", version = "v1.0.0", ) go_repository( name = "com_github_imdario_mergo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/imdario/mergo", - sum = "h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28=", - version = "v0.3.6", + sum = "h1:UauaLniWCFHWd+Jp9oCEkTBj8VO/9DKg3PV3VCNMDIg=", + version = "v0.3.9", ) go_repository( name = "com_github_inconshreveable_mousetrap", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/inconshreveable/mousetrap", sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", version = "v1.0.0", ) go_repository( name = "com_github_jonboulle_clockwork", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/json-iterator/go", - sum = "h1:QiWkFLKq0T7mpzwOTu6BzNDbfTE8OLrYhVKYMLF46Ok=", - version = "v1.1.8", + sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=", + version = "v1.1.10", ) go_repository( name = "com_github_jstemmer_go_junit_report", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jstemmer/go-junit-report", sum = "h1:rBMNdlhTLzJjJSDIjNEXX1Pz3Hmwmz91v+zycvx9PJc=", version = "v0.0.0-20190106144839-af01ea7f8024", ) go_repository( name = "com_github_julienschmidt_httprouter", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/julienschmidt/httprouter", sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=", version = "v1.2.0", ) go_repository( name = "com_github_kisielk_errcheck", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/errcheck", sum = "h1:reN85Pxc5larApoH1keMBiu2GWtPqXQ1nc9gx+jOU+E=", version = "v1.2.0", ) go_repository( name = "com_github_kisielk_gotool", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/konsorten/go-windows-terminal-sequences", sum = "h1:DB17ag19krx9CFsz4o3enTrPXyIXCl+2iCXH/aMAp9s=", version = "v1.0.2", ) go_repository( name = "com_github_kr_logfmt", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kr/pretty", sum = "h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=", version = "v0.1.0", ) go_repository( name = "com_github_kr_pty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kr/pty", sum = "h1:hyz3dwM5QLc1Rfoz4FuWJQG5BN7tc6K1MndAUnGpQr4=", version = "v1.1.5", ) go_repository( name = "com_github_kr_text", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kr/text", sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=", version = "v0.1.0", ) go_repository( name = "com_github_magiconair_properties", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/magiconair/properties", sum = "h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=", version = "v1.8.0", ) go_repository( name = "com_github_mailru_easyjson", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mailru/easyjson", sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=", version = "v0.7.0", ) go_repository( name = "com_github_mattn_go_colorable", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-colorable", sum = "h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=", version = "v0.1.2", ) go_repository( name = "com_github_mattn_go_isatty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-isatty", sum = "h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM=", version = "v0.0.11", ) go_repository( name = "com_github_mattn_go_runewidth", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-runewidth", sum = "h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=", version = "v0.0.2", ) go_repository( name = "com_github_matttproud_golang_protobuf_extensions", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/matttproud/golang_protobuf_extensions", sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=", version = "v1.0.1", ) go_repository( name = "com_github_mitchellh_go_homedir", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-homedir", sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", version = "v1.1.0", ) go_repository( name = "com_github_mitchellh_mapstructure", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/mapstructure", sum = "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=", version = "v1.1.2", ) go_repository( name = "com_github_modern_go_concurrent", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/modern-go/reflect2", sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=", version = "v1.0.1", ) go_repository( name = "com_github_munnerz_goautoneg", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/NYTimes/gziphandler", sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=", version = "v0.0.0-20170623195520-56545f4a5d46", ) go_repository( name = "com_github_olekukonko_tablewriter", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/olekukonko/tablewriter", sum = "h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78=", version = "v0.0.0-20170122224234-a0225b3f23b5", ) go_repository( name = "com_github_onsi_ginkgo", # silences irrelevant errors regarding unable to find github.com/onsiC (etc) build_extra_args = ["-known_import=github.com/onsi/B", "-known_import=github.com/onsi/C"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/onsi/ginkgo", - sum = "h1:Iw5WCbBcaAAd0fpRb1c9r5YCylv4XDoCSigm1zLevwU=", - version = "v1.12.0", + sum = "h1:mFwc4LvZ0xpSvDZ3E+k8Yte0hLOMxXUlP+yXtJqkYfQ=", + version = "v1.12.1", ) go_repository( name = "com_github_onsi_gomega", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/onsi/gomega", - sum = "h1:R1uwffexN6Pr340GtYRIdZmAiN4J+iw6WG4wog1DUXg=", - version = "v1.9.0", + sum = "h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE=", + version = "v1.10.1", ) go_repository( name = "com_github_pborman_uuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pborman/uuid", sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=", version = "v1.2.0", ) go_repository( name = "com_github_pelletier_go_toml", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pelletier/go-toml", sum = "h1:aetoXYr0Tv7xRU/V4B4IZJ2QcbtMUFoNb3ORp7TzIK4=", version = "v1.6.0", ) go_repository( name = "com_github_peterbourgon_diskv", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/diskv", sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=", version = "v2.0.1+incompatible", ) go_repository( name = "com_github_pkg_errors", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/errors", sum = "h1:J8lpUdobwIeCI7OiSxHqEwJUKvJwicL5+3v1oe2Yb4k=", version = "v0.9.0", ) go_repository( name = "com_github_pmezard_go_difflib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pmezard/go-difflib", sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", version = "v1.0.0", ) go_repository( name = "com_github_pquerna_cachecontrol", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/client_golang", sum = "h1:vrDKnkGzuGvhNAL56c7DBz29ZL+KxnoR0x7enabFceM=", version = "v1.0.0", ) go_repository( name = "com_github_prometheus_client_model", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/client_model", - sum = "h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE=", - version = "v0.0.0-20190129233127-fd36f4220a90", + sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=", + version = "v0.2.0", ) go_repository( name = "com_github_prometheus_common", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/common", sum = "h1:K0MGApIoQvMw27RTdJkPbr3JZ7DNbtxQNyi5STVM6Kw=", version = "v0.4.1", ) go_repository( name = "com_github_prometheus_procfs", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/procfs", - sum = "h1:6LJUbpNm42llc4HRCuvApCSWB/WfhuNo9K98Q9sNGfs=", - version = "v0.0.2", + sum = "h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia5qI=", + version = "v0.0.11", ) go_repository( name = "com_github_puerkitobio_purell", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/purell", sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=", version = "v1.1.1", ) go_repository( name = "com_github_puerkitobio_urlesc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/urlesc", sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=", version = "v0.0.0-20170810143723-de5bf2ad4578", ) go_repository( name = "com_github_remyoudompheng_bigfft", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/remyoudompheng/bigfft", sum = "h1:/NRJ5vAYoqz+7sG51ubIDHXeWO8DlTSrToPu6q11ziA=", version = "v0.0.0-20170806203942-52369c62f446", ) go_repository( name = "com_github_rogpeppe_fastuuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/fastuuid", sum = "h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=", version = "v0.0.0-20150106093220-6724a57986af", ) go_repository( name = "com_github_russross_blackfriday", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday", sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=", version = "v1.5.2", ) go_repository( name = "com_github_sergi_go_diff", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/sergi/go-diff", sum = "h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=", version = "v1.0.0", ) go_repository( name = "com_github_sirupsen_logrus", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/sirupsen/logrus", sum = "h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4=", version = "v1.4.2", ) go_repository( name = "com_github_soheilhy_cmux", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/soheilhy/cmux", sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", version = "v0.1.4", ) go_repository( name = "com_github_spf13_afero", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/afero", sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=", version = "v1.2.2", ) go_repository( name = "com_github_spf13_cast", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/cast", sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=", version = "v1.3.0", ) go_repository( name = "com_github_spf13_cobra", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/cobra", - sum = "h1:f0B+LkLX6DtmRH1isoNA9VTtNUK9K8xYd28JNNfOv/s=", - version = "v0.0.5", + sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=", + version = "v1.0.0", ) go_repository( name = "com_github_spf13_jwalterweatherman", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/jwalterweatherman", sum = "h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk=", version = "v1.0.0", ) go_repository( name = "com_github_spf13_pflag", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/viper", - sum = "h1:VUFqw5KcqRf7i70GOzW7N+Q7+gxVBkSSqiXB12+JQ4M=", - version = "v1.3.2", + sum = "h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU=", + version = "v1.4.0", ) go_repository( name = "com_github_stretchr_objx", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/stretchr/objx", sum = "h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=", version = "v0.2.0", ) go_repository( name = "com_github_stretchr_testify", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/stretchr/testify", sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=", version = "v1.4.0", ) go_repository( name = "com_github_tidwall_pretty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/pretty", sum = "h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=", version = "v1.0.0", ) go_repository( name = "com_github_tmc_grpc_websocket_proxy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tmc/grpc-websocket-proxy", - sum = "h1:ndzgwNDnKIqyCvHTXaCqh9KlOWKvBry6nuXMJmonVsE=", - version = "v0.0.0-20170815181823-89b8d40f7ca8", + sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", + version = "v0.0.0-20190109142713-0ad062ec5ee5", ) go_repository( name = "com_github_ugorji_go_codec", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/vektah/gqlparser", sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=", version = "v1.1.2", ) go_repository( name = "com_github_xiang90_probing", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xiang90/probing", sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=", version = "v0.0.0-20190116061207-43a291ad63a2", ) go_repository( name = "com_github_xordataexchange_crypt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xordataexchange/crypt", sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=", version = "v0.0.3-0.20170626215501-b2862e3d0a77", ) go_repository( name = "com_google_cloud_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go", sum = "h1:ROfEUZz+Gh5pa62DJWXSaonyu3StP6EA6lPEXPI6mCo=", version = "v0.38.0", ) go_repository( name = "in_gopkg_alecthomas_kingpin_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/alecthomas/kingpin.v2", sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", version = "v2.2.6", ) go_repository( name = "in_gopkg_check_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/cheggaaa/pb.v1", sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=", version = "v1.0.25", ) go_repository( name = "in_gopkg_fsnotify_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/fsnotify.v1", sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", version = "v1.4.7", ) go_repository( name = "in_gopkg_inf_v0", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/inf.v0", sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", version = "v0.9.1", ) go_repository( name = "in_gopkg_natefinch_lumberjack_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/natefinch/lumberjack.v2", sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=", version = "v2.0.0", ) go_repository( name = "in_gopkg_resty_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/square/go-jose.v2", sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=", version = "v2.2.2", ) go_repository( name = "in_gopkg_tomb_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/tomb.v1", sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", version = "v1.0.0-20141024135613-dd632973f1e7", ) go_repository( name = "in_gopkg_yaml_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v2", - sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=", - version = "v2.2.8", + sum = "h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=", + version = "v2.3.0", ) go_repository( name = "in_gopkg_yaml_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v3", sum = "h1:XZx7nhd5GMaZpmDaEHFVafUZC7ya0fuo7cSJ3UCKYmM=", version = "v3.0.0-20191120175047-4206685974f2", ) go_repository( name = "io_etcd_go_bbolt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/bbolt", sum = "h1:MUGmc65QhB3pIlaQ5bB4LwqSj6GIonVJXpZiaKNyaKk=", version = "v1.3.3", ) go_repository( name = "io_etcd_go_etcd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd", sum = "h1:VcrIfasaLFkyjk6KNlXQSzO+B0fZcnECiDrKJsfxka0=", version = "v0.0.0-20191023171146-3cf2f69b5738", ) go_repository( name = "io_k8s_api", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/api", - sum = "h1:HbwOhDapkguO8lTAE8OX3hdF2qp8GtpC9CW/MQATXXo=", - version = "v0.17.4", + sum = "h1:osqrAXbOQjkKIWDTjrqxWQ3w0GkKb1KA1XkUGHHYpeE=", + version = "v0.18.6", ) go_repository( name = "io_k8s_apiextensions_apiserver", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency build_extra_args = ["-known_import=github.com/googleapis/gnostic"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiextensions-apiserver", - sum = "h1:+XgcGxqaMztkbbvsORgCmHIb4uImHKvTjNyu7b8gRnA=", - version = "v0.17.0", + sum = "h1:vDlk7cyFsDyfwn2rNAO2DbmUbvXy5yT5GE3rrqOzaMo=", + version = "v0.18.6", ) go_repository( name = "io_k8s_apimachinery", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency build_extra_args = ["-known_import=github.com/googleapis/gnostic"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/apimachinery", - sum = "h1:UzM+38cPUJnzqSQ+E1PY4YxMHIzQyCg29LOoGfo79Zw=", - version = "v0.17.4", + sum = "h1:RtFHnfGNfd1N0LeSrKCUznz5xtUP1elRGvHJbL3Ntag=", + version = "v0.18.6", ) go_repository( name = "io_k8s_apiserver", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency build_extra_args = ["-known_import=github.com/googleapis/gnostic"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiserver", - sum = "h1:bYc9LvDPEF9xAL3fhbDzqNOQOAnNF2ZYCrMW8v52/mE=", - version = "v0.17.4", + sum = "h1:HcWwcOfhj4Yv6y2igP4ZUuovyPjVLGoZcG0Tsph4Mxo=", + version = "v0.18.6", ) go_repository( name = "io_k8s_client_go", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency # k8s.io/api known_import is added because of API incompatibility with latest kube version # gazelle can't resolve import path k8s.io/api/auditregistration/v1alpha1 and tries to download # the latest module from the web build_extra_args = ["-known_import=github.com/googleapis/gnostic", "-known_import=k8s.io/api"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/client-go", - sum = "h1:VVdVbpTY70jiNHS1eiFkUt7ZIJX3txd29nDxxXH4en8=", - version = "v0.17.4", + sum = "h1:I+oWqJbibLSGsZj8Xs8F0aWVXJVIoUHWaaJV3kUN/Zw=", + version = "v0.18.6", ) go_repository( name = "io_k8s_code_generator", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/code-generator", - sum = "h1:pTwl3rLB1fUyxmvEzmVPMM0tBSdUehd7z+bDzpj4lPE=", - version = "v0.17.2", + sum = "h1:QdfvGfs4gUCS1dru+rLbCKIFxYEV0IRfF8MXwY/ozLk=", + version = "v0.18.6", ) go_repository( name = "io_k8s_component_base", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/component-base", - sum = "h1:H9cdWZyiGVJfWmWIcHd66IsNBWTk1iEgU7D4kJksEnw=", - version = "v0.17.4", + sum = "h1:Wd6cHGwJN2qpufnirVOB3oMhyhbioGsKEi5HeDBsV+s=", + version = "v0.18.6", ) go_repository( name = "io_k8s_gengo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/gengo", - sum = "h1:ZY6yclUKVbZ+SdWnkfY+Je5vrMpKOxmGeKRbsXVmqYM=", - version = "v0.0.0-20190822140433-26a664648505", + sum = "h1:RPscN6KhmG54S33L+lr3GS+oD1jmchIU0ll519K6FA4=", + version = "v0.0.0-20200114144118-36b2048a9120", ) go_repository( name = "io_k8s_klog", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/klog", sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=", version = "v1.0.0", ) go_repository( name = "io_k8s_kube_openapi", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency build_extra_args = ["-known_import=github.com/googleapis/gnostic", "-known_import=testdata.kb.io/api"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-openapi", - sum = "h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU=", - version = "v0.0.0-20191107075043-30be4d16710a", + sum = "h1:Oh3Mzx5pJ+yIumsAD0MOECPVeXsVot0UkiaCGVyfGQY=", + version = "v0.0.0-20200410145947-61e04a5be9a6", ) go_repository( name = "io_k8s_sigs_controller_runtime", # incorrect capitalization import path is causing errors in CI # due to incorrect resolution of dependency, this arg tells rules_go # that we know this go_repository imports this and we satisfy the # dependency build_extra_args = ["-known_import=github.com/googleapis/gnostic", "-known_import=testdata.kb.io/api"], build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-runtime", - sum = "h1:wATM6/m+3w8lj8FXNaO6Fs/rq/vqoOjO1Q116Z9NPsg=", - version = "v0.4.0", + sum = "h1:jkAnfdTYBpFwlmBn3pS5HFO06SfxvnTZ1p5PeEF/zAA=", + version = "v0.6.2", ) go_repository( name = "io_k8s_sigs_controller_tools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-tools", - sum = "h1:UmYsnu89dn8/wBhjKL3lkGyaDGRnPDYUx2+iwXRnylA=", - version = "v0.2.8", + sum = "h1:9zIdrc6q9RKke8+DnVPVBVZ+cfF9L0TwM01cxNnklYo=", + version = "v0.4.0", ) go_repository( name = "io_k8s_sigs_structured_merge_diff", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/yaml", - sum = "h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs=", - version = "v1.1.0", + sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", + version = "v1.2.0", ) go_repository( name = "io_k8s_utils", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/utils", - sum = "h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo=", - version = "v0.0.0-20191114184206-e782cd3c129f", + sum = "h1:v8ud2Up6QK1lNOKFgiIVrZdMg7MpmSnvtrOieolJKoE=", + version = "v0.0.0-20200603063816-c1c6865ac451", ) go_repository( name = "io_opencensus_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.opencensus.io", sum = "h1:mU6zScU4U1YAFPHEHYk+3JC4SY7JxgkqS10ZOSyksNg=", version = "v0.21.0", ) go_repository( name = "org_golang_google_api", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/api", sum = "h1:ppLucX0K/60T3t6LPZQzTOkt5PytkEbQLIaSteq+TpE=", version = "v0.6.1-0.20190607001116-5213b8090861", ) go_repository( name = "org_golang_google_appengine", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/appengine", sum = "h1:KxkO13IPW4Lslp2bz+KHP2E3gtFlrIGNThxkZQ3g+4c=", version = "v1.5.0", ) go_repository( name = "org_golang_google_genproto", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/genproto", - sum = "h1:nfPFGzJkUDX6uBmpN/pSw7MbOAWegH5QDQuoXFHedLg=", - version = "v0.0.0-20190502173448-54afdca5d873", + sum = "h1:gSJIx1SDwno+2ElGhA4+qG2zF97qiUzTM+rQ0klBOcE=", + version = "v0.0.0-20190819201941-24fa4b261c55", ) go_repository( name = "org_golang_google_grpc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc", - sum = "h1:vb/1TCsVn3DcJlQ0Gs1yB1pKI6Do2/QNwxdKqmc/b0s=", - version = "v1.24.0", + sum = "h1:2dTRdpdFEEhJYQD8EMLB61nnrzSCTbG38PhqdhvOltg=", + version = "v1.26.0", ) go_repository( name = "org_golang_google_protobuf", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/protobuf", - sum = "h1:qdOKuR/EIArgaWNjetjgTzgVTAZ+S/WXVrq9HW9zimw=", - version = "v1.21.0", + sum = "h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=", + version = "v1.23.0", ) go_repository( name = "org_golang_x_crypto", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/crypto", sum = "h1:vEg9joUBmeBcK9iSJftGNf3coIG4HqZElCPehJsfAYM=", version = "v0.0.0-20200604202706-70a84ac30bf9", ) go_repository( name = "org_golang_x_exp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/exp", sum = "h1:I6A9Ag9FpEKOjcKrRNjQkPHawoXIhKyTGfvvjFAiiAk=", version = "v0.0.0-20190312203227-4b39c73a6495", ) go_repository( name = "org_golang_x_image", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/image", sum = "h1:KYGJGHOQy8oSi1fDlSpcZF0+juKwk/hEMv5SiwHogR0=", version = "v0.0.0-20190227222117-0694c2d4d067", ) go_repository( name = "org_golang_x_lint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/lint", sum = "h1:QzoH/1pFpZguR8NrRHLcO6jKqfv2zpuSqZLgdm7ZmjI=", version = "v0.0.0-20190409202823-959b441ac422", ) go_repository( name = "org_golang_x_mobile", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mobile", sum = "h1:Tus/Y4w3V77xDsGwKUC8a/QrV7jScpU557J77lFffNs=", version = "v0.0.0-20190312151609-d3739f865fa6", ) go_repository( name = "org_golang_x_net", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/net", - sum = "h1:3G+cUijn7XD+S4eJFddp53Pv7+slrESplyjG25HgL+k=", - version = "v0.0.0-20200324143707-d3edc9973b7e", + sum = "h1:AeiKBIuRw3UomYXSbLy0Mc2dDLfdtbT/IVn4keq83P0=", + version = "v0.0.0-20200520004742-59133d7f0dd7", ) go_repository( name = "org_golang_x_oauth2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/oauth2", sum = "h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=", version = "v0.0.0-20190604053449-0f29369cfe45", ) go_repository( name = "org_golang_x_sync", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sync", sum = "h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY=", version = "v0.0.0-20190911185100-cd5d95a43a6e", ) go_repository( name = "org_golang_x_sys", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sys", sum = "h1:gWF768j/LaZugp8dyS4UwsslYCYz9XgFxvlgsn0n9H8=", version = "v0.0.0-20200420163511-1957bb5e6d1f", ) go_repository( name = "org_golang_x_text", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/text", - sum = "h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=", - version = "v0.3.2", + sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=", + version = "v0.3.3", ) go_repository( name = "org_golang_x_time", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/time", sum = "h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ=", version = "v0.0.0-20190308202827-9d24e82272b4", ) go_repository( name = "org_golang_x_tools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/tools", - sum = "h1:a/Fd23DJvg1CaeDH0dYHahE+hCI0v9rFgxSNIThoUcM=", - version = "v0.0.0-20200210192313-1ace956b0e17", + sum = "h1:UaoXseXAWUJUcuJ2E2oczJdLxAJXL0lOmVaBl7kuk+I=", + version = "v0.0.0-20200616195046-dc31b401abb5", ) go_repository( name = "org_golang_x_xerrors", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/xerrors", sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=", version = "v0.0.0-20191204190536-9bdfabe68543", ) go_repository( name = "org_gonum_v1_gonum", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gonum.org/v1/gonum", sum = "h1:OB/uP/Puiu5vS5QMRPrXCDWUPb+kt8f1KW8oQzFejQw=", version = "v0.0.0-20190331200053-3d26580ed485", ) go_repository( name = "org_gonum_v1_netlib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gonum.org/v1/netlib", sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=", version = "v0.0.0-20190331212654-76723241ea4e", ) go_repository( name = "org_modernc_cc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "modernc.org/cc", sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=", version = "v1.0.0", ) go_repository( name = "org_modernc_golex", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "modernc.org/golex", sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=", version = "v1.0.0", ) go_repository( name = "org_modernc_mathutil", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "modernc.org/mathutil", sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=", version = "v1.0.0", ) go_repository( name = "org_modernc_strutil", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "modernc.org/strutil", sum = "h1:XVFtQwFVwc02Wk+0L/Z/zDDXO81r5Lhe6iMKmGX3KhE=", version = "v1.0.0", ) go_repository( name = "org_modernc_xc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "modernc.org/xc", sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=", version = "v1.0.0", ) go_repository( name = "org_mongodb_go_mongo_driver", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.mongodb.org/mongo-driver", sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=", version = "v1.1.2", ) go_repository( name = "org_uber_go_atomic", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.uber.org/atomic", - sum = "h1:2Oa65PReHzfn29GpvgsYwloV9AVFHPDk8tYxt2c2tr4=", - version = "v1.3.2", + sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=", + version = "v1.4.0", ) go_repository( name = "org_uber_go_multierr", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.uber.org/multierr", sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=", version = "v1.1.0", ) go_repository( name = "org_uber_go_zap", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.uber.org/zap", sum = "h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM=", version = "v1.10.0", ) go_repository( name = "tools_gotest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gotest.tools", sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=", version = "v2.2.0+incompatible", ) go_repository( name = "xyz_gomodules_jsonpatch_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gomodules.xyz/jsonpatch/v2", sum = "h1:xyiBuvkD2g5n7cYzx6u2sxQvsAy4QJsZFCzGVdzOXZ0=", version = "v2.0.1", ) go_repository( name = "com_github_aws_aws_sdk_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go", sum = "h1:MXnqY6SlWySaZAqNnXThOvjRFdiiOuKtC6i7baFdNdU=", version = "v1.27.1", ) go_repository( name = "com_github_azure_azure_sdk_for_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go", sum = "h1:3D2O4g8AwDwyWkM1HpMFVux/ccQJmGJHXsE004Wsu1Q=", version = "v38.0.0+incompatible", ) go_repository( name = "com_github_azure_go_autorest_autorest_to", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/to", sum = "h1:zebkZaadz7+wIQYgC7GXaz3Wb28yKYfVkkBKwc38VF8=", version = "v0.3.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_validation", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/validation", sum = "h1:ISSNzGUh+ZSzizJWOWzs8bwpXIePbGLW4z/AmUFGH5A=", version = "v0.1.0", ) go_repository( name = "com_github_containerd_containerd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/containerd", sum = "h1:xjvXQWABwS2uiv3TWgQt5Uth60Gu86LTGZXMJkjc7rY=", version = "v1.3.0", ) go_repository( name = "com_github_dnaeon_go_vcr", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dnaeon/go-vcr", sum = "h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY=", version = "v1.0.1", ) go_repository( name = "com_github_docker_cli", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/cli", sum = "h1:2HQmlpI3yI9deH18Q6xiSOIjXD4sLI55Y/gfpa8/558=", version = "v0.0.0-20191017083524-a8ff7f821017", ) go_repository( name = "com_github_docker_distribution", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/distribution", sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=", version = "v2.7.1+incompatible", ) go_repository( name = "com_github_docker_docker_credential_helpers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/docker-credential-helpers", sum = "h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ=", version = "v0.6.3", ) go_repository( name = "com_github_docker_go_connections", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-connections", sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=", version = "v0.4.0", ) go_repository( name = "com_github_google_go_containerregistry", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-containerregistry", sum = "h1:XNvUa41C0oOgPmTmZKrWKhOCCFPLnOwLfm+pWU75sNs=", version = "v0.0.0-20200413145205-82d30a103c0a", ) go_repository( name = "com_github_googlecloudplatform_k8s_cloud_provider", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider", sum = "h1:N7lSsF+R7wSulUADi36SInSQA3RvfO/XclHQfedr0qk=", version = "v0.0.0-20190822182118-27a4ced34534", ) go_repository( name = "com_github_gorilla_mux", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/mux", sum = "h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=", version = "v1.7.3", ) go_repository( name = "com_github_jmespath_go_jmespath", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jmespath/go-jmespath", sum = "h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=", version = "v0.0.0-20180206201540-c2b33e8439af", ) go_repository( name = "com_github_joefitzgerald_rainbow_reporter", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/joefitzgerald/rainbow-reporter", sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=", version = "v0.1.0", ) go_repository( name = "com_github_maxbrunsfeld_counterfeiter_v6", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/maxbrunsfeld/counterfeiter/v6", sum = "h1:g+4J5sZg6osfvEfkRZxJ1em0VT95/UOZgi/l7zi1/oE=", version = "v6.2.2", ) go_repository( name = "com_github_microsoft_go_winio", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/go-winio", sum = "h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU=", version = "v0.4.14", ) go_repository( name = "com_github_morikuni_aec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/morikuni/aec", sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=", version = "v1.0.0", ) go_repository( name = "com_github_opencontainers_go_digest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/go-digest", sum = "h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=", version = "v1.0.0-rc1", ) go_repository( name = "com_github_opencontainers_image_spec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/image-spec", sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=", version = "v1.0.1", ) go_repository( name = "com_github_rubiojr_go_vhd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/rubiojr/go-vhd", sum = "h1:ht7N4d/B7Ezf58nvMNVF3OlvDlz9pp+WHVcRNS0nink=", version = "v0.0.0-20160810183302-0bfd3b39853c", ) go_repository( name = "com_github_satori_go_uuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/satori/go.uuid", sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=", version = "v1.2.0", ) go_repository( name = "com_github_sclevine_spec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/sclevine/spec", sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=", version = "v1.2.0", ) go_repository( name = "com_github_vdemeester_k8s_pkg_credentialprovider", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/vdemeester/k8s-pkg-credentialprovider", sum = "h1:czKEIG2Q3YRTgs6x/8xhjVMJD5byPo6cZuostkbTM74=", version = "v1.17.4", ) go_repository( name = "com_github_vmware_govmomi", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/vmware/govmomi", sum = "h1:gpw/0Ku+6RgF3jsi7fnCLmlcikBHfKBCUcu1qgc16OU=", version = "v0.20.3", ) go_repository( name = "in_gopkg_gcfg_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gcfg.v1", sum = "h1:0HIbH907iBTAntm+88IJV2qmJALDAh8sPekI9Vc1fm0=", version = "v1.2.0", ) go_repository( name = "in_gopkg_warnings_v0", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/warnings.v0", sum = "h1:XM28wIgFzaBmeZ5dNHIpWLQpt/9DGKxk+rCg/22nnYE=", version = "v0.1.1", ) go_repository( name = "io_k8s_cloud_provider", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/cloud-provider", sum = "h1:ELMIQwweSNu8gfVEnLDypxd9034S1sZJg6QcdWJOvMI=", version = "v0.17.4", ) go_repository( name = "io_k8s_csi_translation_lib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/csi-translation-lib", sum = "h1:bP9yGfCJDknP7tklCwizZtwgJNRePMVcEaFIfeA11ho=", version = "v0.17.4", ) go_repository( name = "io_k8s_legacy_cloud_providers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/legacy-cloud-providers", sum = "h1:VvFqJGiYAr2gIdoNuqbeZLEdxIFeN4Yt6OLJS9l2oIE=", version = "v0.17.4", ) go_repository( name = "org_golang_x_mod", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mod", - sum = "h1:WG0RUwxtNT4qqaXX3DPA8zHFNm/D9xaBpxzHt1WcA/E=", - version = "v0.1.1-0.20191105210325-c90efee705ee", + sum = "h1:KU7oHjnv3XNWfa5COkzUifxZmxp1TyI7ImMXqFxLwvQ=", + version = "v0.2.0", ) go_repository( name = "com_github_bazelbuild_bazel_gazelle", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/bazel-gazelle", sum = "h1:kRymV9q+24Mbeg25fJehw+gvrtVIlwZZAefOSUq4MzU=", version = "v0.20.0", ) go_repository( name = "com_github_bazelbuild_buildtools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/buildtools", sum = "h1:OfyUN/Msd8yqJww6deQ9vayJWw+Jrbe6Qp9giv51QQI=", version = "v0.0.0-20190731111112-f720930ceb60", ) go_repository( name = "com_github_bazelbuild_rules_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/rules_go", sum = "h1:wzbawlkLtl2ze9w/312NHZ84c7kpUCtlkD8HgFY27sw=", version = "v0.0.0-20190719190356-6dae44dc5cab", ) go_repository( name = "com_github_chzyer_logex", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/chzyer/logex", sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=", version = "v1.1.10", ) go_repository( name = "com_github_chzyer_readline", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/chzyer/test", sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", version = "v0.0.0-20180213035817-a1ea475d72b1", ) go_repository( name = "net_starlark_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.starlark.net", sum = "h1:S2s+dYPyDg/vF7KbcRIB2831xVimJoR4zebfoVBzn7Q=", version = "v0.0.0-20200330013621-be5394c419b6", ) go_repository( name = "com_github_ianlancetaylor_demangle", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ianlancetaylor/demangle", sum = "h1:S1+yTUaFPXuDZnPDbO+TrDFIjPzQraYH8/CwSlu9Fac=", version = "v0.0.0-20200414190113-039b1ae3a340", ) go_repository( name = "com_github_hyperledger_fabric_chaincode_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hyperledger/fabric-chaincode-go", sum = "h1:KoFw2HnRfW+EItMP0zvUUl1FGzDb/7O0ov7uXZffQok=", version = "v0.0.0-20200511190512-bcfeb58dd83a", ) go_repository( name = "com_github_hyperledger_fabric_protos_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hyperledger/fabric-protos-go", sum = "h1:JgFP410JY/3uQQGcfxR1HUDdDnPWzmC0TlmPctPElCQ=", version = "v0.0.0-20190919234611-2a87503ac7c9", ) go_repository( name = "com_github_knqyf263_go_deb_version", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/knqyf263/go-deb-version", sum = "h1:X4cedH4Kn3JPupAwwWuo4AzYp16P0OyLO9d7OnMZc/c=", version = "v0.0.0-20190517075300-09fca494f03d", ) go_repository( name = "com_github_stapelberg_godebiancontrol", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/stapelberg/godebiancontrol", sum = "h1:9E/p5pk1eLIriw1+F5a0QoyPTnFTdMhwWd9ICYviUCE=", version = "v0.0.0-20180408134423-8c93e189186a", ) go_repository( name = "com_github_google_go_github_v32", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v32", sum = "h1:q74KVb22spUq0U5HqZ9VCYqQz8YRuOtL/39ZnfwO+NM=", version = "v32.0.0", ) go_repository( name = "com_github_google_go_querystring", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-querystring", sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=", version = "v1.0.0", ) go_repository( name = "com_github_peterbourgon_ff_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/ff/v3", sum = "h1:eQzEmNahuOjQXfuegsKQTSTDbf4dNvr/eNLrmJhiH7M=", version = "v3.0.0", ) go_repository( name = "com_github_codegangsta_inject", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/codegangsta/inject", sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", version = "v0.0.0-20150114235600-33e0aa1cb7c0", ) go_repository( name = "com_github_codeskyblue_go_sh", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/codeskyblue/go-sh", sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=", version = "v0.0.0-20200712050446-30169cf553fe", ) go_repository( name = "com_github_alessio_shellescape", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/alessio/shellescape", sum = "h1:H/GMMKYPkEIC3DF/JWQz8Pdd+Feifov2EIgGfNpeogI=", version = "v0.0.0-20190409004728-b115ca0f9053", ) go_repository( name = "com_github_cespare_xxhash", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cespare/xxhash", sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", version = "v1.1.0", ) go_repository( name = "com_github_cpuguy83_go_md2man_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man/v2", - sum = "h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=", - version = "v2.0.0-20190314233015-f79a8a8ca69d", + sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=", + version = "v2.0.0", ) go_repository( name = "com_github_dgryski_go_sip13", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/go-sip13", sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", version = "v0.0.0-20181026042036-e10d5fee7954", ) go_repository( name = "com_github_evanphx_json_patch_v5", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/evanphx/json-patch/v5", sum = "h1:dKTrUeykyQwKb/kx7Z+4ukDs6l+4L41HqG1XHnhX7WE=", version = "v5.0.0", ) go_repository( name = "com_github_jessevdk_go_flags", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jessevdk/go-flags", sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=", version = "v1.4.0", ) go_repository( name = "com_github_oklog_ulid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/ulid", sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", version = "v1.3.1", ) go_repository( name = "com_github_oneofone_xxhash", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/OneOfOne/xxhash", sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", version = "v1.2.2", ) go_repository( name = "com_github_prometheus_tsdb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/tsdb", sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", version = "v0.7.1", ) go_repository( name = "com_github_russross_blackfriday_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday/v2", sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=", version = "v2.0.1", ) go_repository( name = "com_github_shurcool_sanitized_anchor_name", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/sanitized_anchor_name", sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", version = "v1.0.0", ) go_repository( name = "com_github_spaolacci_murmur3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/spaolacci/murmur3", sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", version = "v0.0.0-20180118202830-f09979ecbc72", ) go_repository( name = "com_github_ugorji_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ugorji/go", sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=", version = "v1.1.4", ) go_repository( name = "io_k8s_sigs_kind", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kind", sum = "h1:7y7a8EYtGHM+auHmsvzuK5o84SrxPYGidlvfql7j/k4=", version = "v0.7.0", ) go_repository( name = "io_k8s_sigs_structured_merge_diff_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/structured-merge-diff/v3", sum = "h1:dOmIZBMfhcHS09XZkMyUgkq5trg3/jRyJYFZUiaOp8E=", version = "v3.0.0", ) go_repository( name = "cc_mvdan_interfacer", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "mvdan.cc/interfacer", sum = "h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I=", version = "v0.0.0-20180901003855-c20040233aed", ) go_repository( name = "cc_mvdan_lint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "mvdan.cc/lint", sum = "h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo=", version = "v0.0.0-20170908181259-adc824a0674b", ) go_repository( name = "cc_mvdan_unparam", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "mvdan.cc/unparam", sum = "h1:Cq7MalBHYACRd6EesksG1Q8EoIAKOsiZviGKbOLIej4=", version = "v0.0.0-20190720180237-d51796306d8f", ) go_repository( name = "com_github_360entsecgroup_skylar_excelize", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/360EntSecGroup-Skylar/excelize", sum = "h1:l55mJb6rkkaUzOpSsgEeKYtS6/0gHwBYyfo5Jcjv/Ks=", version = "v1.4.1", ) go_repository( name = "com_github_andybalholm_cascadia", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/andybalholm/cascadia", sum = "h1:hOCXnnZ5A+3eVDX8pvgl4kofXv2ELss0bKcqRySc45o=", version = "v1.0.0", ) go_repository( name = "com_github_bgentry_go_netrc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bgentry/go-netrc", sum = "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=", version = "v0.0.0-20140422174119-9fd32a8b3d3d", ) go_repository( name = "com_github_bombsimon_wsl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bombsimon/wsl", sum = "h1:9gTOkIwVtoDZywvX802SDHokeX4kW1cKnV8ZTVAPkRs=", version = "v1.2.5", ) go_repository( name = "com_github_chai2010_gettext_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/chai2010/gettext-go", sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=", version = "v0.0.0-20160711120539-c6fed771bfd5", ) go_repository( name = "com_github_daviddengcn_go_colortext", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/daviddengcn/go-colortext", sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=", version = "v0.0.0-20160507010035-511bcaf42ccd", ) go_repository( name = "com_github_dustmop_soup", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dustmop/soup", sum = "h1:44fmjqDtdCiUNlSjJVp+w1AOs6na3Y6Ai0aIeseFjkI=", version = "v1.1.2-0.20190516214245-38228baa104e", ) go_repository( name = "com_github_exponent_io_jsonpath", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/exponent-io/jsonpath", sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=", version = "v0.0.0-20151013193312-d6023ce2651d", ) go_repository( name = "com_github_fatih_camelcase", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/camelcase", sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=", version = "v1.0.0", ) go_repository( name = "com_github_go_critic_go_critic", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-critic/go-critic", sum = "h1:GYXWx7Vr3+zv833u+8IoXbNnQY0AdXsxAgI0kX7xcwA=", version = "v0.3.5-0.20190904082202-d79a9f0c64db", ) go_repository( name = "com_github_go_errors_errors", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-errors/errors", sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=", version = "v1.0.1", ) go_repository( name = "com_github_go_lintpack_lintpack", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-lintpack/lintpack", sum = "h1:DI5mA3+eKdWeJ40nU4d6Wc26qmdG8RCi/btYq0TuRN0=", version = "v0.5.2", ) go_repository( name = "com_github_go_ole_go_ole", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-ole/go-ole", sum = "h1:2lOsA72HgjxAuMlKpFiCbHTvu44PIVkZ5hqm3RSdI/E=", version = "v1.2.1", ) go_repository( name = "com_github_go_toolsmith_astcast", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astcast", sum = "h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_astcopy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astcopy", sum = "h1:OMgl1b1MEpjFQ1m5ztEO06rz5CUd3oBv9RF7+DyvdG8=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_astequal", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astequal", sum = "h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_astfmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astfmt", sum = "h1:A0vDDXt+vsvLEdbMFJAUBI/uTbRw1ffOPnxsILnFL6k=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_astinfo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astinfo", sum = "h1:wP6mXeB2V/d1P1K7bZ5vDUO3YqEzcvOREOxZPEu3gVI=", version = "v0.0.0-20180906194353-9809ff7efb21", ) go_repository( name = "com_github_go_toolsmith_astp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/astp", sum = "h1:alXE75TXgcmupDsMK1fRAy0YUzLzqPVvBKoyWV+KPXg=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_pkgload", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/pkgload", sum = "h1:4DFWWMXVfbcN5So1sBNW9+yeiMqLFGl1wFLTL5R0Tgg=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_strparse", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/strparse", sum = "h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4=", version = "v1.0.0", ) go_repository( name = "com_github_go_toolsmith_typep", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/typep", sum = "h1:zKymWyA1TRYvqYrYDrfEMZULyrhcnGY3x7LDKU2XQaA=", version = "v1.0.0", ) go_repository( name = "com_github_gobwas_glob", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gobwas/glob", sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=", version = "v0.2.3", ) go_repository( name = "com_github_gofrs_flock", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gofrs/flock", sum = "h1:DP+LD/t0njgoPBvT5MJLeliUIVQR03hiKR6vezdwHlc=", version = "v0.7.1", ) go_repository( name = "com_github_golangci_check", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/check", sum = "h1:23T5iq8rbUYlhpt5DB4XJkc6BU31uODLD1o1gKvZmD0=", version = "v0.0.0-20180506172741-cfe4005ccda2", ) go_repository( name = "com_github_golangci_dupl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/dupl", sum = "h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM=", version = "v0.0.0-20180902072040-3e9179ac440a", ) go_repository( name = "com_github_golangci_errcheck", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/errcheck", sum = "h1:YYWNAGTKWhKpcLLt7aSj/odlKrSrelQwlovBpDuf19w=", version = "v0.0.0-20181223084120-ef45e06d44b6", ) go_repository( name = "com_github_golangci_go_misc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/go-misc", sum = "h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw=", version = "v0.0.0-20180628070357-927a3d87b613", ) go_repository( name = "com_github_golangci_goconst", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/goconst", sum = "h1:pe9JHs3cHHDQgOFXJJdYkK6fLz2PWyYtP4hthoCMvs8=", version = "v0.0.0-20180610141641-041c5f2b40f3", ) go_repository( name = "com_github_golangci_gocyclo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/gocyclo", sum = "h1:J2XAy40+7yz70uaOiMbNnluTg7gyQhtGqLQncQh+4J8=", version = "v0.0.0-20180528134321-2becd97e67ee", ) go_repository( name = "com_github_golangci_gofmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/gofmt", sum = "h1:iR3fYXUjHCR97qWS8ch1y9zPNsgXThGwjKPrYfqMPks=", version = "v0.0.0-20190930125516-244bba706f1a", ) go_repository( name = "com_github_golangci_golangci_lint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/golangci-lint", sum = "h1:HxAxpR8Z0M8omihvQdsD3PF0qPjlqYqp2vMJzstoKeI=", version = "v1.21.0", ) go_repository( name = "com_github_golangci_ineffassign", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/ineffassign", sum = "h1:gLLhTLMk2/SutryVJ6D4VZCU3CUqr8YloG7FPIBWFpI=", version = "v0.0.0-20190609212857-42439a7714cc", ) go_repository( name = "com_github_golangci_lint_1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/lint-1", sum = "h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA=", version = "v0.0.0-20191013205115-297bf364a8e0", ) go_repository( name = "com_github_golangci_maligned", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/maligned", sum = "h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA=", version = "v0.0.0-20180506175553-b1d89398deca", ) go_repository( name = "com_github_golangci_misspell", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/misspell", sum = "h1:EL/O5HGrF7Jaq0yNhBLucz9hTuRzj2LdwGBOaENgxIk=", version = "v0.0.0-20180809174111-950f5d19e770", ) go_repository( name = "com_github_golangci_prealloc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/prealloc", sum = "h1:leSNB7iYzLYSSx3J/s5sVf4Drkc68W2wm4Ixh/mr0us=", version = "v0.0.0-20180630174525-215b22d4de21", ) go_repository( name = "com_github_golangci_revgrep", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/revgrep", sum = "h1:HVfrLniijszjS1aiNg8JbBMO2+E1WIQ+j/gL4SQqGPg=", version = "v0.0.0-20180526074752-d9c87f5ffaf0", ) go_repository( name = "com_github_golangci_unconvert", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangci/unconvert", sum = "h1:zwtduBRr5SSWhqsYNgcuWO2kFlpdOZbP0+yRjmvPGys=", version = "v0.0.0-20180507085042-28b1c447d1f4", ) go_repository( name = "com_github_golangplus_bytes", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangplus/bytes", sum = "h1:7xqw01UYS+KCI25bMrPxwNYkSns2Db1ziQPpVq99FpE=", version = "v0.0.0-20160111154220-45c989fe5450", ) go_repository( name = "com_github_golangplus_fmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangplus/fmt", sum = "h1:f5gsjBiF9tRRVomCvrkGMMWI8W1f2OBFar2c5oakAP0=", version = "v0.0.0-20150411045040-2a5d6d7d2995", ) go_repository( name = "com_github_golangplus_testing", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golangplus/testing", sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=", version = "v0.0.0-20180327235837-af21d9c3145e", ) go_repository( name = "com_github_google_renameio", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/renameio", sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", version = "v0.1.0", ) go_repository( name = "com_github_google_shlex", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/shlex", sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=", version = "v0.0.0-20191202100458-e7afc7fbc510", ) go_repository( name = "com_github_gostaticanalysis_analysisutil", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gostaticanalysis/analysisutil", sum = "h1:JVnpOZS+qxli+rgVl98ILOXVNbW+kb5wcxeGx8ShUIw=", version = "v0.0.0-20190318220348-4088753ea4d3", ) go_repository( name = "com_github_hashicorp_errwrap", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/errwrap", sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_cleanhttp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-cleanhttp", sum = "h1:wvCrVc9TjDls6+YGAF2hAifE1E5U1+b4tH6KdvN3Gig=", version = "v0.5.0", ) go_repository( name = "com_github_hashicorp_go_multierror", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-multierror", sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=", version = "v1.1.0", ) go_repository( name = "com_github_hashicorp_go_safetemp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-safetemp", sum = "h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_version", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-version", sum = "h1:bPIoEKD27tNdebFGGxxYwcL4nepeY4j1QP23PFRGzg0=", version = "v1.1.0", ) go_repository( name = "com_github_klauspost_compress", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/compress", sum = "h1:Znfn6hXZAHaLPNnlqUYRrBSReFHYybslgv4PTiyz6P0=", version = "v1.10.2", ) go_repository( name = "com_github_klauspost_cpuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/cpuid", sum = "h1:1xAgYebNnsb9LKCdLOvFWtAxGU/33mjJtyOVbmUa0Us=", version = "v1.2.2", ) go_repository( name = "com_github_lib_pq", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/lib/pq", sum = "h1:LXpIM/LZ5xGFhOpXAQUIMM1HdyqzVYM13zNdjCEEcA0=", version = "v1.2.0", ) go_repository( name = "com_github_liggitt_tabwriter", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/lithammer/dedent", sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=", version = "v1.1.0", ) go_repository( name = "com_github_logrusorgru_aurora", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/logrusorgru/aurora", sum = "h1:9MlwzLdW7QSDrhDjFlsEYmxpFyIoXmYRon3dt0io31k=", version = "v0.0.0-20181002194514-a7b3b318ed4e", ) go_repository( name = "com_github_makenowjust_heredoc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/MakeNowJust/heredoc", sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=", version = "v0.0.0-20170808103936-bb23615498cd", ) go_repository( name = "com_github_matoous_godox", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/matoous/godox", sum = "h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE=", version = "v0.0.0-20190911065817-5d6d842e92eb", ) go_repository( name = "com_github_mattn_goveralls", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/goveralls", sum = "h1:7eJB6EqsPhRVxvwEXGnqdO2sJI0PTsrWoTMXEk9/OQc=", version = "v0.0.2", ) go_repository( name = "com_github_mitchellh_go_ps", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-ps", sum = "h1:9+ke9YJ9KGWw5ANXK6ozjoK47uI3uNbXv4YVINBnGm8=", version = "v0.0.0-20190716172923-621e5597135b", ) go_repository( name = "com_github_mitchellh_go_testing_interface", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/go-wordwrap", sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=", version = "v1.0.0", ) go_repository( name = "com_github_mohae_deepcopy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mohae/deepcopy", sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=", version = "v0.0.0-20170929034955-c48cc78d4826", ) go_repository( name = "com_github_mozilla_tls_observatory", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mozilla/tls-observatory", sum = "h1:Av0AX0PnAlPZ3AY2rQUobGFaZfE4KHVRdKWIEPvsCWY=", version = "v0.0.0-20190404164649-a3c1b6cfecfd", ) go_repository( name = "com_github_nbutton23_zxcvbn_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nbutton23/zxcvbn-go", sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=", version = "v0.0.0-20180912185939-ae427f1e4c1d", ) go_repository( name = "com_github_openpeedeep_depguard", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/OpenPeeDeeP/depguard", sum = "h1:VlW4R6jmBIv3/u1JNlawEvJMM4J+dPORPaZasQee8Us=", version = "v1.0.1", ) go_repository( name = "com_github_paulmach_orb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/paulmach/orb", sum = "h1:Wa1nzU269Zv7V9paVEY1COWW8FCqv4PC/KJRbJSimpM=", version = "v0.1.3", ) go_repository( name = "com_github_posener_complete_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/posener/complete/v2", sum = "h1:0wvkuDfHb5vSZlNBYgpEH4XQHpF46MjLPHav8XC77Nc=", version = "v2.0.1-alpha.12", ) go_repository( name = "com_github_posener_script", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/posener/script", sum = "h1:nSuXW5ZdmFnQIueLB2s0qvs4oNsUloM1Zydzh75v42w=", version = "v1.0.4", ) go_repository( name = "com_github_puerkitobio_goquery", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/PuerkitoBio/goquery", sum = "h1:uGvmFXOA73IKluu/F84Xd1tt/z07GYm8X49XKHP7EJk=", version = "v1.5.0", ) go_repository( name = "com_github_qri_io_starlib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/qri-io/starlib", sum = "h1:K6eOUihrFLdZjZnA4XlRp864fmWXv9YTIk7VPLhRacA=", version = "v0.4.2-0.20200213133954-ff2e8cd5ef8d", ) go_repository( name = "com_github_quasilyte_go_consistent", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/quasilyte/go-consistent", sum = "h1:JoUA0uz9U0FVFq5p4LjEq4C0VgQ0El320s3Ms0V4eww=", version = "v0.0.0-20190521200055-c6f3937de18c", ) go_repository( name = "com_github_rogpeppe_go_internal", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/go-internal", sum = "h1:XU784Pr0wdahMY2bYcyK6N1KuaRAdLtqD4qd8D18Bfs=", version = "v1.3.2", ) go_repository( name = "com_github_securego_gosec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/securego/gosec", sum = "h1:BzRvVq1EHuIjxpijCEKpAxzKUUMurOQ4sknehIATRh8=", version = "v0.0.0-20191002120514-e680875ea14d", ) go_repository( name = "com_github_shirou_gopsutil", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shirou/gopsutil", sum = "h1:WokF3GuxBeL+n4Lk4Fa8v9mbdjlrl7bHuneF4N1bk2I=", version = "v0.0.0-20190901111213-e4ec7b275ada", ) go_repository( name = "com_github_shirou_w32", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shirou/w32", sum = "h1:udFKJ0aHUL60LboW/A+DfgoHVedieIzIXE8uylPue0U=", version = "v0.0.0-20160930032740-bb4de0191aa4", ) go_repository( name = "com_github_shurcool_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/go", sum = "h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM=", version = "v0.0.0-20180423040247-9e1955d9fb6e", ) go_repository( name = "com_github_shurcool_go_goon", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/go-goon", sum = "h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc=", version = "v0.0.0-20170922171312-37c2f522c041", ) go_repository( name = "com_github_sourcegraph_go_diff", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/go-diff", sum = "h1:lhIKJ2nXLZZ+AfbHpYxTn0pXpNTTui0DX7DO3xeb1Zs=", version = "v0.5.3", ) go_repository( name = "com_github_stackexchange_wmi", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/StackExchange/wmi", sum = "h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=", version = "v0.0.0-20180116203802-5d049714c4a6", ) go_repository( name = "com_github_timakin_bodyclose", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/timakin/bodyclose", sum = "h1:RumXZ56IrCj4CL+g1b9OL/oH0QnsF976bC8xQFYUD5Q=", version = "v0.0.0-20190930140734-f7f2e9bca95e", ) go_repository( name = "com_github_ulikunitz_xz", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ulikunitz/xz", sum = "h1:jGHAfXawEGZQ3blwU5wnWKQJvAraT7Ftq9EXjnXYgt8=", version = "v0.5.6", ) go_repository( name = "com_github_ultraware_funlen", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ultraware/funlen", sum = "h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbdo=", version = "v0.0.2", ) go_repository( name = "com_github_ultraware_whitespace", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ultraware/whitespace", sum = "h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg=", version = "v0.0.4", ) go_repository( name = "com_github_uudashr_gocognit", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/uudashr/gocognit", sum = "h1:ChMKTho2hWKpks/nD/FL2KqM1wuVt62oJeiE8+eFpGs=", version = "v0.0.0-20190926065955-1655d0de0517", ) go_repository( name = "com_github_valyala_bytebufferpool", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/valyala/bytebufferpool", sum = "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=", version = "v1.0.0", ) go_repository( name = "com_github_valyala_fasthttp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/valyala/fasthttp", sum = "h1:dzZJf2IuMiclVjdw0kkT+f9u4YdrapbNyGAN47E/qnk=", version = "v1.2.0", ) go_repository( name = "com_github_valyala_quicktemplate", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/valyala/quicktemplate", sum = "h1:BaO1nHTkspYzmAjPXj0QiDJxai96tlcZyKcI9dyEGvM=", version = "v1.2.0", ) go_repository( name = "com_github_valyala_tcplisten", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/valyala/tcplisten", sum = "h1:0R4NLDRDZX6JcmhJgXi5E4b8Wg84ihbmUKp/GvSPEzc=", version = "v0.0.0-20161114210144-ceec8f93295a", ) go_repository( name = "com_github_xlab_handysort", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xlab/handysort", sum = "h1:j2hhcujLRHAg872RWAV5yaUrEjHEObwDv3aImCaNLek=", version = "v0.0.0-20150421192137-fb3537ed64a1", ) go_repository( name = "com_github_xlab_treeprint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xlab/treeprint", sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=", version = "v0.0.0-20181112141820-a009c3971eca", ) go_repository( name = "com_github_yujunz_go_getter", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/yujunz/go-getter", sum = "h1:FhvNc94AXMZkfqUwfMKhnQEC9phkphSGdPTL7tIdhOM=", version = "v1.4.1-lite", ) go_repository( name = "com_sourcegraph_sqs_pbtypes", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sourcegraph.com/sqs/pbtypes", sum = "h1:JPJh2pk3+X4lXAkZIk2RuE/7/FoK9maXw+TNPJhVS/c=", version = "v0.0.0-20180604144634-d3ebe8f20ae4", ) go_repository( name = "in_gopkg_errgo_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/errgo.v2", sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", version = "v2.1.0", ) go_repository( name = "io_k8s_cli_runtime", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/cli-runtime", sum = "h1:0ZlDdJgJBKsu77trRUynNiWsRuAvAVPBNaQfnt/1qtc=", version = "v0.17.3", ) go_repository( name = "io_k8s_kubectl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubectl", sum = "h1:QZR8Q6lWiVRjwKslekdbN5WPMp53dS/17j5e+oi5XVU=", version = "v0.17.2", ) go_repository( name = "io_k8s_metrics", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/metrics", sum = "h1:cuN1ScyUS9/tj4YFI8d0/7yO0BveFHhyQpPNWS8uLr8=", version = "v0.17.2", ) go_repository( name = "io_k8s_sigs_cli_utils", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/cli-utils", sum = "h1:+CvYwQAEtKvcx/NaUVF9rDKvY91VwJj+i7D2lWBMYc0=", version = "v0.12.0", ) go_repository( name = "io_k8s_sigs_kustomize", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize", sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=", version = "v2.0.3+incompatible", ) go_repository( name = "io_k8s_sigs_kustomize_api", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/api", sum = "h1:iHGTs5LcnJGqHstUSxWD/kX6XZgmd82x79LLlZwDU0I=", version = "v0.5.1", ) go_repository( name = "io_k8s_sigs_kustomize_cmd_config", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/cmd/config", sum = "h1:VNAWKb1JLl7dFjMAD5MwdZpGjreN3qL63C8DKtsUYck=", version = "v0.2.0", ) go_repository( name = "io_k8s_sigs_kustomize_cmd_kubectl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/cmd/kubectl", sum = "h1:cXn6GqRnOQtp4EC1+NiJKdUHE/aQ+5HhtAB28R4sVXA=", version = "v0.0.3", ) go_repository( name = "io_k8s_sigs_kustomize_kustomize_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kustomize/v3", sum = "h1:hoxkY1BhjghNjy3BEu/kCx4BI/LutAXs2hJcsuM9mFA=", version = "v3.5.4", ) go_repository( name = "io_k8s_sigs_kustomize_kyaml", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kyaml", sum = "h1:NEqA/35upoAjb+I5vh1ODUqxoX4DOrezeQa9BhhG5Co=", version = "v0.4.1", ) go_repository( name = "ml_vbom_util", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "vbom.ml/util", sum = "h1:O69FD9pJA4WUZlEwYatBEEkRWKQ5cKodWpdKTrCS/iQ=", version = "v0.0.0-20180919145318-efcd4e0f9787", ) go_repository( name = "com_github_google_flatbuffers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/flatbuffers", sum = "h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=", version = "v1.11.0", ) go_repository( name = "com_github_jkcfg_jk", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jkcfg/jk", sum = "h1:q5/avY45mD5A/SD8ErfAkoIcdKsJlKDiOx7K7z2g3/k=", version = "v0.0.0-20200526071503-d48adcc483ba", ) go_repository( name = "com_github_jkcfg_v8worker2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jkcfg/v8worker2", sum = "h1:5P29UIxG4BovHtyzcSarjn6sM0B54GhO2AU/T50Pr3s=", version = "v0.0.0-20191022163158-90e467066938", ) go_repository( name = "com_github_shurcool_httpfs", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/httpfs", sum = "h1:bUGsEnyNbVPw06Bs80sCeARAlK8lhwqGyi6UT8ymuGk=", version = "v0.0.0-20190707220628-8d4bc4ba7749", ) go_repository( name = "com_github_shurcool_vfsgen", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/vfsgen", sum = "h1:ug7PpSOB5RBPK1Kg6qskGBoP3Vnj/aNYFTznWvlkGo0=", version = "v0.0.0-20181202132449-6a9ea43bcacd", ) go_repository( name = "com_github_xeipuuv_gojsonpointer", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonpointer", sum = "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=", version = "v0.0.0-20190905194746-02993c407bfb", ) go_repository( name = "com_github_xeipuuv_gojsonreference", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonreference", sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=", version = "v0.0.0-20180127040603-bd5ef7bd5415", ) go_repository( name = "com_github_xeipuuv_gojsonschema", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonschema", sum = "h1:ngVtJC9TY/lg0AA/1k48FYhBrhRoFlEmWzsehpNAaZg=", version = "v1.1.0", ) go_repository( name = "ag_pack_amqp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "pack.ag/amqp", sum = "h1:cuNDWLUTbKRtEZwhB0WQBXf9pGbm87pUBXQhvcFxBWg=", version = "v0.11.2", ) go_repository( name = "cc_mvdan_xurls_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "mvdan.cc/xurls/v2", sum = "h1:r1zSOSNS/kqtpmATyMMMvaZ4/djsesbYz5kr0+qMRWc=", version = "v2.0.0", ) go_repository( name = "com_github_alcortesm_tgz", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/alcortesm/tgz", sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=", version = "v0.0.0-20161220082320-9c5fe88206d7", ) go_repository( name = "com_github_alecaivazis_survey_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/AlecAivazis/survey/v2", sum = "h1:qzXnJSzXEvmUllWqMBWpZndvT2YfoAUzAMvZUax3L2M=", version = "v2.0.4", ) go_repository( name = "com_github_andybalholm_brotli", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/andybalholm/brotli", sum = "h1:bZ28Hqta7TFAK3Q08CMvv8y3/8ATaEqv2nGoc6yff6c=", version = "v0.0.0-20190621154722-5f990b63d2d6", ) go_repository( name = "com_github_andygrunwald_go_gerrit", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/andygrunwald/go-gerrit", sum = "h1:uUuUZipfD5nPl2L/i0I3N4iRKJcoO2CPjktaH/kP9gQ=", version = "v0.0.0-20190120104749-174420ebee6c", ) go_repository( name = "com_github_anmitsu_go_shlex", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/anmitsu/go-shlex", sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=", version = "v0.0.0-20161002113705-648efa622239", ) go_repository( name = "com_github_antihax_optional", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/antihax/optional", sum = "h1:uZuxRZCz65cG1o6K/xUqImNcYKtmk9ylqaH0itMSvzA=", version = "v0.0.0-20180407024304-ca021399b1a6", ) go_repository( name = "com_github_antlr_antlr4", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/antlr/antlr4", sum = "h1:0cEys61Sr2hUBEXfNV8eyQP01oZuBgoMeHunebPirK8=", version = "v0.0.0-20200503195918-621b933c7a7f", ) go_repository( name = "com_github_apache_thrift", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/apache/thrift", sum = "h1:pODnxUFNcjP9UTLZGTdeh+j16A8lJbRvD3rOtrk/7bs=", version = "v0.12.0", ) go_repository( name = "com_github_armon_go_socks5", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-socks5", sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=", version = "v0.0.0-20160902184237-e75332964ef5", ) go_repository( name = "com_github_aws_aws_k8s_tester", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-k8s-tester", sum = "h1:yH/ierinKBdeGGw83XWsskxlbgFtWaITnaZTp9Hc7hw=", version = "v0.9.3", ) go_repository( name = "com_github_azure_azure_amqp_common_go_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-amqp-common-go/v2", sum = "h1:+QbFgmWCnPzdaRMfsI0Yb6GrRdBj5jVL8N3EXuEUcBQ=", version = "v2.1.0", ) go_repository( name = "com_github_azure_azure_pipeline_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-pipeline-go", sum = "h1:OLBdZJ3yvOn2MezlWvbrBMTEUQC72zAftRZOMdj5HYo=", version = "v0.2.1", ) go_repository( name = "com_github_azure_azure_service_bus_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-service-bus-go", sum = "h1:G1qBLQvHCFDv9pcpgwgFkspzvnGknJRR0PYJ9ytY/JA=", version = "v0.9.1", ) go_repository( name = "com_github_azure_azure_storage_blob_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-storage-blob-go", sum = "h1:53qhf0Oxa0nOjgbDeeYPUeyiNmafAFEY95rZLK0Tj6o=", version = "v0.8.0", ) go_repository( name = "com_github_azure_go_autorest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest", sum = "h1:N+VqClcomLGD/sHb3smbSYYtNMgKpVV3Cd5r5i8z6bQ=", version = "v12.0.0+incompatible", ) go_repository( name = "com_github_bitly_go_simplejson", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bitly/go-simplejson", sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=", version = "v0.5.0", ) go_repository( name = "com_github_bmizerany_assert", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bmizerany/assert", sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=", version = "v0.0.0-20160611221934-b7ed37b82869", ) go_repository( name = "com_github_bmizerany_perks", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bmizerany/perks", sum = "h1:AP/Y7sqYicnjGDfD5VcY4CIfh1hRXBUavxrvELjTiOE=", version = "v0.0.0-20141205001514-d9a9656a3a4b", ) go_repository( name = "com_github_bshuster_repo_logrus_logstash_hook", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bshuster-repo/logrus-logstash-hook", sum = "h1:pgAtgj+A31JBVtEHu2uHuEx0n+2ukqUJnS2vVe5pQNA=", version = "v0.4.1", ) go_repository( name = "com_github_bugsnag_bugsnag_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/bugsnag-go", sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=", version = "v0.0.0-20141110184014-b1d153021fcd", ) go_repository( name = "com_github_bugsnag_osext", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/osext", sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=", version = "v0.0.0-20130617224835-0dd3f918b21b", ) go_repository( name = "com_github_bugsnag_panicwrap", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bugsnag/panicwrap", sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=", version = "v0.0.0-20151223152923-e2c28503fcd0", ) go_repository( name = "com_github_bwmarrin_snowflake", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bwmarrin/snowflake", sum = "h1:dRbqXFjM10uA3wdrVZ8Kh19uhciRMOroUYJ7qAqDLhY=", version = "v0.0.0", ) go_repository( name = "com_github_census_instrumentation_opencensus_proto", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/census-instrumentation/opencensus-proto", sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=", version = "v0.2.1", ) go_repository( name = "com_github_cespare_xxhash_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cespare/xxhash/v2", sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=", version = "v2.1.1", ) go_repository( name = "com_github_cihub_seelog", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cihub/seelog", sum = "h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs=", version = "v0.0.0-20170130134532-f561c5e57575", ) go_repository( name = "com_github_clarketm_json", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/clarketm/json", sum = "h1:0JketcMdLC16WGnRGJiNmTXuQznDEQaiknxSPRBxg+k=", version = "v1.13.4", ) go_repository( name = "com_github_cloudevents_sdk_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cloudevents/sdk-go", sum = "h1:gS5I0s2qPmdc4GBPlUmzZU7RH30BaiOdcRJ1RkXnPrc=", version = "v1.0.0", ) go_repository( name = "com_github_cloudevents_sdk_go_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cloudevents/sdk-go/v2", sum = "h1:bmgrU8k+K2ppZ+G/q5xEQx/Xk9HRtJmkrEO3qtDO2k0=", version = "v2.1.0", ) go_repository( name = "com_github_cncf_udpa_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cncf/udpa/go", sum = "h1:WBZRG4aNOuI15bLRrCgN8fCq8E5Xuty6jGbmSNEvSsU=", version = "v0.0.0-20191209042840-269d4d468f6f", ) go_repository( name = "com_github_containerd_cgroups", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/cgroups", sum = "h1:tSNMc+rJDfmYntojat8lljbt1mgKNpTxUZJsSzJ9Y1s=", version = "v0.0.0-20190919134610-bf292b21730f", ) go_repository( name = "com_github_containerd_console", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/console", sum = "h1:uict5mhHFTzKLUCufdSLym7z/J0CbBJT59lYbP9wtbg=", version = "v0.0.0-20180822173158-c12b1e7919c1", ) go_repository( name = "com_github_containerd_continuity", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/continuity", sum = "h1:kIFnQBO7rQ0XkMe6xEwbybYHBEaWmh/f++laI6Emt7M=", version = "v0.0.0-20200107194136-26c1120b8d41", ) go_repository( name = "com_github_containerd_fifo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/fifo", sum = "h1:PUD50EuOMkXVcpBIA/R95d56duJR9VxhwncsFbNnxW4=", version = "v0.0.0-20190226154929-a9fb20d87448", ) go_repository( name = "com_github_containerd_go_runc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/go-runc", sum = "h1:esQOJREg8nw8aXj6uCN5dfW5cKUBiEJ/+nni1Q/D/sw=", version = "v0.0.0-20180907222934-5a6d9f37cfa3", ) go_repository( name = "com_github_containerd_ttrpc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/ttrpc", sum = "h1:dlfGmNcE3jDAecLqwKPMNX6nk2qh1c1Vg1/YTzpOOF4=", version = "v0.0.0-20190828154514-0e0f228740de", ) go_repository( name = "com_github_containerd_typeurl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/typeurl", sum = "h1:JNn81o/xG+8NEo3bC/vx9pbi/g2WI8mtP2/nXzu297Y=", version = "v0.0.0-20180627222232-a93fcdb778cd", ) go_repository( name = "com_github_cyphar_filepath_securejoin", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cyphar/filepath-securejoin", sum = "h1:jCwT2GTP+PY5nBz3c/YL5PAIbusElVrPujOBSCj8xRg=", version = "v0.2.2", ) go_repository( name = "com_github_data_dog_go_sqlmock", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/DATA-DOG/go-sqlmock", sum = "h1:CWUqKXe0s8A2z6qCgkP4Kru7wC11YoAnoupUKFDnH08=", version = "v1.3.3", ) go_repository( name = "com_github_datadog_zstd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/DataDog/zstd", sum = "h1:3oxKN3wbHibqx897utPC2LTQU4J+IHWWJO+glkAkpFM=", version = "v1.4.1", ) go_repository( name = "com_github_deislabs_oras", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/deislabs/oras", sum = "h1:If674KraJVpujYR00rzdi0QAmW4BxzMJPVAZJKuhQ0c=", version = "v0.8.1", ) go_repository( name = "com_github_denisenkom_go_mssqldb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/denisenkom/go-mssqldb", sum = "h1:83Wprp6ROGeiHFAP8WJdI2RoxALQYgdllERc3N5N2DM=", version = "v0.0.0-20191124224453-732737034ffd", ) go_repository( name = "com_github_denverdino_aliyungo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/denverdino/aliyungo", sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=", version = "v0.0.0-20190125010748-a747050bb1ba", ) go_repository( name = "com_github_devigned_tab", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/devigned/tab", sum = "h1:3mD6Kb1mUOYeLpJvTVSDwSg5ZsfSxfvxGRTxRsJsITA=", version = "v0.1.1", ) go_repository( name = "com_github_dgryski_go_gk", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/go-gk", sum = "h1:XOPLOMn/zT4jIgxfxSsoXPxkrzz0FaCHwp33x5POJ+Q=", version = "v0.0.0-20200319235926-a69029f61654", ) go_repository( name = "com_github_dimchansky_utfbom", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dimchansky/utfbom", sum = "h1:FcM3g+nofKgUteL8dm/UpdRXNC9KmADgTpLKsu0TRo4=", version = "v1.1.0", ) go_repository( name = "com_github_djherbis_atime", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/djherbis/atime", sum = "h1:ySLvBAM0EvOGaX7TI4dAM5lWj+RdJUCKtGSEHN8SGBg=", version = "v1.0.0", ) go_repository( name = "com_github_docker_go_metrics", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-metrics", sum = "h1:yWHOI+vFjEsAakUTSrtqc/SAHrhSkmn48pqjidZX3QA=", version = "v0.0.0-20180209012529-399ea8c73916", ) go_repository( name = "com_github_docker_libtrust", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/docker/libtrust", sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=", version = "v0.0.0-20150114040149-fa567046d9b1", ) go_repository( name = "com_github_dsnet_compress", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dsnet/compress", sum = "h1:PlZu0n3Tuv04TzpfPbrnI0HW/YwodEXDS+oPKahKF0Q=", version = "v0.0.1", ) go_repository( name = "com_github_dsnet_golib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/dsnet/golib", sum = "h1:tFh1tRc4CA31yP6qDcu+Trax5wW5GuMxvkIba07qVLY=", version = "v0.0.0-20171103203638-1ea166775780", ) go_repository( name = "com_github_eapache_go_resiliency", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/go-resiliency", sum = "h1:v7g92e/KSN71Rq7vSThKaWIq68fL4YHvWyiUKorFR1Q=", version = "v1.2.0", ) go_repository( name = "com_github_eapache_go_xerial_snappy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/go-xerial-snappy", sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=", version = "v0.0.0-20180814174437-776d5712da21", ) go_repository( name = "com_github_eapache_queue", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/queue", sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=", version = "v1.1.0", ) go_repository( name = "com_github_emirpasic_gods", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/emirpasic/gods", sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=", version = "v1.12.0", ) go_repository( name = "com_github_envoyproxy_go_control_plane", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/envoyproxy/go-control-plane", - sum = "h1:rEvIZUSZ3fx39WIi3JkQqQBitGwpELBIYWeBVh6wn+E=", - version = "v0.9.4", + sum = "h1:4cmBvAEBNJaGARUEs3/suWRyfyBfhf7I60WBZq+bv2w=", + version = "v0.9.1-0.20191026205805-5f8ba28d4473", ) go_repository( name = "com_github_envoyproxy_protoc_gen_validate", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/envoyproxy/protoc-gen-validate", sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=", version = "v0.1.0", ) go_repository( name = "com_github_erikstmartin_go_testdb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/erikstmartin/go-testdb", sum = "h1:Yzb9+7DPaBjB8zlTR87/ElzFsnQfuHnVUVqpZZIcV5Y=", version = "v0.0.0-20160219214506-8d10e4a1bae5", ) go_repository( name = "com_github_flynn_go_shlex", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/flynn/go-shlex", sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=", version = "v0.0.0-20150515145356-3f9db97f8568", ) go_repository( name = "com_github_fortytw2_leaktest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/fortytw2/leaktest", sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=", version = "v1.3.0", ) go_repository( name = "com_github_frankban_quicktest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/frankban/quicktest", sum = "h1:PvpJR0Uq8SdX+zagCMsarBMlhz6ysGTf1+pRmCsRXqY=", version = "v1.8.1", ) go_repository( name = "com_github_fsouza_fake_gcs_server", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/fsouza/fake-gcs-server", sum = "h1:3iml5UHzQtk3cpnYfqW16Ia+1xSuu9tc4BElZu5470M=", version = "v0.0.0-20180612165233-e85be23bdaa8", ) go_repository( name = "com_github_garyburd_redigo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/garyburd/redigo", sum = "h1:LofdAjjjqCSXMwLGgOgnE+rdPuvX9DxCqaHwKy7i/ko=", version = "v0.0.0-20150301180006-535138d7bcd7", ) go_repository( name = "com_github_gdamore_encoding", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gdamore/encoding", sum = "h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=", version = "v1.0.0", ) go_repository( name = "com_github_gdamore_tcell", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gdamore/tcell", sum = "h1:ikixzsxc8K8o3V2/CEmyoEW8mJZaNYQQ3NP3VIQdUe4=", version = "v1.2.0", ) go_repository( name = "com_github_gliderlabs_ssh", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gliderlabs/ssh", sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=", version = "v0.2.2", ) go_repository( name = "com_github_go_gl_glfw", build_file_generation = "on", build_file_proto_mode = "disable_global", 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_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-gl/glfw/v3.3/glfw", sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", version = "v0.0.0-20200222043503-6f7a984d4dc4", ) go_repository( name = "com_github_go_ini_ini", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-ini/ini", sum = "h1:hDJFfs/9f75875scvqLkhNB5Jz5/DybKEOZ5MLF+ng4=", version = "v1.46.0", ) go_repository( name = "com_github_go_sql_driver_mysql", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-sql-driver/mysql", sum = "h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=", version = "v1.5.0", ) go_repository( name = "com_github_go_test_deep", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-test/deep", sum = "h1:u2CU3YKy9I2pmu9pX0eq50wCgjfGIt539SqR7FbHiho=", version = "v1.0.4", ) go_repository( name = "com_github_go_yaml_yaml", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/go-yaml/yaml", sum = "h1:RYi2hDdss1u4YE7GwixGzWwVo47T8UQwnTLB6vQiq+o=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_gobuffalo_envy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/envy", sum = "h1:eZR0DuEgVLfeIb1zIKt3bT4YovIMf9O9LXQeCZLXpqE=", version = "v1.9.0", ) go_repository( name = "com_github_godbus_dbus", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/godbus/dbus", sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=", version = "v0.0.0-20190422162347-ade71ed3457e", ) go_repository( name = "com_github_gogo_googleapis", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/googleapis", sum = "h1:kFkMAZBNAn4j7K0GiZr8cRYzejq68VbheufiV3YuyFI=", version = "v1.1.0", ) go_repository( name = "com_github_golang_gddo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/gddo", sum = "h1:KRMr9A3qfbVM7iV/WcLY/rL5LICqwMHLhwRXKu99fXw=", version = "v0.0.0-20190419222130-af0f2af80721", ) go_repository( name = "com_github_golang_lint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/lint", sum = "h1:2hRPrmiwPrp3fQX967rNJIhQPtiGXdlQWAxKbKw3VHA=", version = "v0.0.0-20180702182130-06c8688daad7", ) go_repository( name = "com_github_golang_snappy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang/snappy", sum = "h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=", version = "v0.0.1", ) go_repository( name = "com_github_golang_sql_civil", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/golang-sql/civil", sum = "h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=", version = "v0.0.0-20190719163853-cb61b32ac6fe", ) go_repository( name = "com_github_gomodule_redigo", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gomodule/redigo", sum = "h1:ZKld1VOtsGhAe37E7wMxEDgAlGM5dvFY+DiOhSkhP9Y=", version = "v1.7.0", ) go_repository( name = "com_github_google_cel_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/cel-go", sum = "h1:oDsbtAwlwFPEcC8dMoRWNuVzWJUDeDZeHjoet9rXjTs=", version = "v0.5.1", ) go_repository( name = "com_github_google_cel_spec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/cel-spec", sum = "h1:HktvAjyBrKbDEZzD3oJQJ2khwAL1CEE1P7a5BNdVOMU=", version = "v0.4.0", ) go_repository( name = "com_github_google_go_github", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github", sum = "h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=", version = "v17.0.0+incompatible", ) go_repository( name = "com_github_google_go_github_v27", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v27", sum = "h1:oiOZuBmGHvrGM1X9uNUAUlLgp5r1UUO/M/KnbHnLRlQ=", version = "v27.0.6", ) go_repository( name = "com_github_google_go_github_v29", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v29", sum = "h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=", version = "v29.0.3", ) go_repository( name = "com_github_google_go_github_v31", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v31", sum = "h1:JJUxlP9lFK+ziXKimTCprajMApV1ecWD4NB6CCb0plo=", version = "v31.0.0", ) go_repository( name = "com_github_google_go_licenses", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-licenses", sum = "h1:eVR9gT5gBPTHXeyGAcA8OF/SKNUFFg+a0BJqfx4z5eE=", version = "v0.0.0-20200227160636-0fa8c766a591", ) go_repository( name = "com_github_google_go_replayers_grpcreplay", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-replayers/grpcreplay", sum = "h1:eNb1y9rZFmY4ax45uEEECSa8fsxGRU+8Bil52ASAwic=", version = "v0.1.0", ) go_repository( name = "com_github_google_go_replayers_httpreplay", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-replayers/httpreplay", sum = "h1:AX7FUb4BjrrzNvblr/OlgwrmFiep6soj5K2QSDW7BGk=", version = "v0.1.0", ) go_repository( name = "com_github_google_licenseclassifier", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/licenseclassifier", sum = "h1:OggOMmdI0JLwg1FkOKH9S7fVHF0oEm8PX6S8kAdpOps=", version = "v0.0.0-20200402202327-879cb1424de0", ) go_repository( name = "com_github_google_mako", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/mako", sum = "h1:/o5e44nTD/QEEiWPGSFT3bSqcq3Qg7q27N9bv4gKh5M=", version = "v0.0.0-20190821191249-122f8dcef9e3", ) go_repository( name = "com_github_google_subcommands", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/subcommands", sum = "h1:/eqq+otEXm5vhfBrbREPCSVQbvofip6kIz+mX5TUH7k=", version = "v1.0.1", ) go_repository( name = "com_github_google_wire", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/google/wire", sum = "h1:imGQZGEVEHpje5056+K+cgdO72p0LQv2xIIFXNGUf60=", version = "v0.3.0", ) go_repository( name = "com_github_googleapis_gax_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gax-go", sum = "h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww=", version = "v2.0.2+incompatible", ) go_repository( name = "com_github_googlecloudplatform_cloud_builders_gcs_fetcher", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/cloud-builders/gcs-fetcher", sum = "h1:Pjo3SOZigEnIGevhFqcbFndnqyCH8WimcREd3hRM9vU=", version = "v0.0.0-20191203181535-308b93ad1f39", ) go_repository( name = "com_github_googlecloudplatform_cloudsql_proxy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy", sum = "h1:sTOp2Ajiew5XIH92YSdwhYc+bgpUX5j5TKK/Ac8Saw8=", version = "v0.0.0-20191009163259-e802c2cb94ae", ) go_repository( name = "com_github_googlecloudplatform_testgrid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/testgrid", sum = "h1:tKM75ScxinVqDkguwG5AnsQZn9XCNpxAdEey1OfJgiE=", version = "v0.0.7", ) go_repository( name = "com_github_gopherjs_gopherjs", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gopherjs/gopherjs", sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=", version = "v0.0.0-20181017120253-0766667cb4d1", ) go_repository( name = "com_github_gorilla_context", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/context", sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=", version = "v1.1.1", ) go_repository( name = "com_github_gorilla_csrf", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/csrf", sum = "h1:QqQ/OWwuFp4jMKgBFAzJVW3FMULdyUW7JoM4pEWuqKg=", version = "v1.6.2", ) go_repository( name = "com_github_gorilla_handlers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/handlers", sum = "h1:893HsJqtxp9z1SF76gg6hY70hRY1wVlTSnC/h1yUDCo=", version = "v0.0.0-20150720190736-60c7bfde3e33", ) go_repository( name = "com_github_gorilla_securecookie", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/securecookie", sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=", version = "v1.1.1", ) go_repository( name = "com_github_gorilla_sessions", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/sessions", sum = "h1:S7P+1Hm5V/AT9cjEcUD5uDaQSX0OE577aCXgoaKpYbQ=", version = "v1.2.0", ) go_repository( name = "com_github_gosuri_uitable", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gosuri/uitable", sum = "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=", version = "v0.0.4", ) go_repository( name = "com_github_gotestyourself_gotestyourself", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gotestyourself/gotestyourself", sum = "h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=", version = "v2.2.0+incompatible", ) go_repository( name = "com_github_h2non_gock", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/h2non/gock", sum = "h1:17gCehSo8ZOgEsFKpQgqHiR7VLyjxdAG3lkhVvO9QZU=", version = "v1.0.9", ) go_repository( name = "com_github_hako_durafmt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hako/durafmt", sum = "h1:60gBOooTSmNtrqNaRvrDbi8VAne0REaek2agjnITKSw=", version = "v0.0.0-20191009132224-3f39dc1ed9f4", ) go_repository( name = "com_github_hashicorp_go_uuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-uuid", sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=", version = "v1.0.1", ) go_repository( name = "com_github_hinshun_vt10x", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/hinshun/vt10x", sum = "h1:kp3AxgXgDOmIJFR7bIwqFhwJ2qWar8tEQSE5XXhCfVk=", version = "v0.0.0-20180809195222-d55458df857c", ) go_repository( name = "com_github_huandu_xstrings", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/huandu/xstrings", sum = "h1:yPeWdRnmynF7p+lLYz0H2tthW9lqhMJrQV/U7yy4wX0=", version = "v1.2.0", ) go_repository( name = "com_github_influxdata_influxdb", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/influxdata/influxdb", sum = "h1:AciJ2ei/llFRundm7CtqwF6B2aOds1A7QG3sMW8QiaQ=", version = "v0.0.0-20161215172503-049f9b42e9a5", ) go_repository( name = "com_github_influxdata_tdigest", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/influxdata/tdigest", sum = "h1:MHTrDWmQpHq/hkq+7cw9oYAt2PqUw52TZazRA0N7PGE=", version = "v0.0.0-20181121200506-bf2b5ad3c0a9", ) go_repository( name = "com_github_jbenet_go_context", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jbenet/go-context", sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=", version = "v0.0.0-20150711004518-d14ea06fba99", ) go_repository( name = "com_github_jcmturner_gofork", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jcmturner/gofork", sum = "h1:J7uCkflzTEhUZ64xqKnkDxq3kzc96ajM1Gli5ktUem8=", version = "v1.0.0", ) go_repository( name = "com_github_jenkins_x_go_scm", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jenkins-x/go-scm", sum = "h1:D7d1sDWUU+xocCNLQVoYKpMjVKnQvsPva+hPzruchbM=", version = "v1.5.117", ) go_repository( name = "com_github_jinzhu_gorm", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jinzhu/gorm", sum = "h1:Drgk1clyWT9t9ERbzHza6Mj/8FY/CqMyVzOiHviMo6Q=", version = "v1.9.12", ) go_repository( name = "com_github_jinzhu_inflection", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jinzhu/inflection", sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=", version = "v1.0.0", ) go_repository( name = "com_github_jinzhu_now", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jinzhu/now", sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=", version = "v1.1.1", ) go_repository( name = "com_github_joho_godotenv", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/joho/godotenv", sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=", version = "v1.3.0", ) go_repository( name = "com_github_jtolds_gls", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/jtolds/gls", sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=", version = "v4.20.0+incompatible", ) go_repository( name = "com_github_kballard_go_shellquote", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kballard/go-shellquote", sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=", version = "v0.0.0-20180428030007-95032a82bc51", ) go_repository( name = "com_github_kelseyhightower_envconfig", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kelseyhightower/envconfig", sum = "h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=", version = "v1.4.0", ) go_repository( name = "com_github_kevinburke_ssh_config", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/kevinburke/ssh_config", sum = "h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=", version = "v0.0.0-20190725054713-01f96b0aa0cd", ) go_repository( name = "com_github_klauspost_pgzip", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/pgzip", sum = "h1:oIPZROsWuPHpOdMVWLuJZXwgjhrW8r1yEX8UqMyeNHM=", version = "v1.2.1", ) go_repository( name = "com_github_knative_build", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/knative/build", sum = "h1:o/VYWA3HKyZlNqdU2hDE5LHpanBe8gazgPKL97XJ6bo=", version = "v0.1.2", ) go_repository( name = "com_github_ktr0731_go_fuzzyfinder", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ktr0731/go-fuzzyfinder", sum = "h1:f9h2m2QwgVbgYAMBGWKTWs0xzZkL0QfECx2f/1KlOLg=", version = "v0.2.0", ) go_repository( name = "com_github_lightstep_tracecontext_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/lightstep/tracecontext.go", sum = "h1:+2b6iGRJe3hvV/yVXrd41yVEjxuFHxasJqDhkIjS4gk=", version = "v0.0.0-20181129014701-1757c391b1ac", ) go_repository( name = "com_github_lucasb_eyer_go_colorful", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/lucasb-eyer/go-colorful", sum = "h1:mCMFu6PgSozg9tDNMMK3g18oJBX7oYGrC09mS6CXfO4=", version = "v1.0.2", ) go_repository( name = "com_github_lyft_protoc_gen_validate", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/lyft/protoc-gen-validate", sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=", version = "v0.0.13", ) go_repository( name = "com_github_markbates_inflect", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/inflect", sum = "h1:5fh1gzTFhfae06u3hzHYO9xe3l3v3nW5Pwt3naLTP5g=", version = "v1.0.4", ) go_repository( name = "com_github_marstr_guid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/marstr/guid", sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=", version = "v1.1.0", ) go_repository( name = "com_github_masterminds_goutils", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/goutils", sum = "h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=", version = "v1.1.0", ) go_repository( name = "com_github_masterminds_semver_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver/v3", sum = "h1:znjIyLfpXEDQjOIEWh+ehwpTU14UzUPub3c3sm36u14=", version = "v3.0.3", ) go_repository( name = "com_github_masterminds_sprig_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/sprig/v3", sum = "h1:wz22D0CiSctrliXiI9ZO3HoNApweeRGftyDN+BQa3B8=", version = "v3.0.2", ) go_repository( name = "com_github_masterminds_vcs", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/vcs", sum = "h1:NL3G1X7/7xduQtA2sJLpVpfHTNBALVNSjob6KEjPXNQ=", version = "v1.13.1", ) go_repository( name = "com_github_mattbaird_jsonpatch", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattbaird/jsonpatch", sum = "h1:+J2gw7Bw77w/fbK7wnNJJDKmw1IbWft2Ul5BzrG1Qm8=", version = "v0.0.0-20171005235357-81af80346b1a", ) go_repository( name = "com_github_mattn_go_ieproxy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-ieproxy", sum = "h1:HfxbT6/JcvIljmERptWhwa8XzP7H3T+Z2N26gTsaDaA=", version = "v0.0.0-20190610004146-91bb50d98149", ) go_repository( name = "com_github_mattn_go_shellwords", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-shellwords", sum = "h1:eaB5JspOwiKKcHdqcjbfe5lA9cNn/4NRRtddXJCimqk=", version = "v1.0.9", ) go_repository( name = "com_github_mattn_go_sqlite3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-sqlite3", sum = "h1:xQ15muvnzGBHpIpdrNi1DA5x0+TcBZzsIDwmw9uTHzw=", version = "v2.0.1+incompatible", ) go_repository( name = "com_github_mattn_go_zglob", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-zglob", sum = "h1:xsEx/XUoVlI6yXjqBK062zYhRTZltCNmYPx6v+8DNaY=", version = "v0.0.1", ) go_repository( name = "com_github_mgutz_ansi", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mgutz/ansi", sum = "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=", version = "v0.0.0-20170206155736-9520e82c474b", ) go_repository( name = "com_github_mholt_archiver_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mholt/archiver/v3", sum = "h1:vWjhY8SQp5yzM9P6OJ/eZEkmi3UAbRrxCq48MxjAzig=", version = "v3.3.0", ) go_repository( name = "com_github_microsoft_hcsshim", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/hcsshim", sum = "h1:ptnOoufxGSzauVTsdE+wMYnCWA301PdoN4xg5oRdZpg=", version = "v0.8.7", ) go_repository( name = "com_github_mitchellh_copystructure", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/copystructure", sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_ioprogress", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/ioprogress", sum = "h1:Qa6dnn8DlasdXRnacluu8HzPts0S1I9zvvUPDbBnXFI=", version = "v0.0.0-20180201004757-6a23b12fa88e", ) go_repository( name = "com_github_mitchellh_osext", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/osext", sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=", version = "v0.0.0-20151018003038-5e2d6d41470f", ) go_repository( name = "com_github_mitchellh_reflectwalk", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/reflectwalk", sum = "h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/IfikLNY=", version = "v1.0.0", ) go_repository( name = "com_github_natefinch_lumberjack", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/natefinch/lumberjack", sum = "h1:4QJd3OLAMgj7ph+yZTuX13Ld4UpgHp07nNdFX7mqFfM=", version = "v2.0.0+incompatible", ) go_repository( name = "com_github_nats_io_gnatsd", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/gnatsd", sum = "h1:RconcfDeWpKCD6QIIwiVFcvForlXpWeJP7i5/lDLy44=", version = "v1.4.1", ) go_repository( name = "com_github_nats_io_go_nats", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/go-nats", sum = "h1:oQOfHcLr8hb43QG8yeVyY2jtarIaTjOv41CGdF3tTvQ=", version = "v1.7.0", ) go_repository( name = "com_github_nats_io_jwt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/jwt", sum = "h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=", version = "v0.3.2", ) go_repository( name = "com_github_nats_io_nats_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nats.go", sum = "h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ=", version = "v1.9.1", ) go_repository( name = "com_github_nats_io_nats_server_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nats-server/v2", sum = "h1:i2Ly0B+1+rzNZHHWtD4ZwKi+OU5l+uQo1iDHZ2PmiIc=", version = "v2.1.2", ) go_repository( name = "com_github_nats_io_nkeys", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nkeys", sum = "h1:6JrEfig+HzTH85yxzhSVbjHRJv9cn0p6n3IngIcM5/k=", version = "v0.1.3", ) go_repository( name = "com_github_nats_io_nuid", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nats-io/nuid", sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=", version = "v1.0.1", ) go_repository( name = "com_github_nbio_st", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nbio/st", sum = "h1:W6apQkHrMkS0Muv8G/TipAy/FJl/rCYT0+EuS8+Z0z4=", version = "v0.0.0-20140626010706-e9e8d9816f32", ) go_repository( name = "com_github_ncw_swift", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/ncw/swift", sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=", version = "v1.0.47", ) go_repository( name = "com_github_netflix_go_expect", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Netflix/go-expect", sum = "h1:y2avNRjCeJT8b7svzjhKZjsvW5Jki/iAqTBEPJURaUg=", version = "v0.0.0-20200312175327-da48e75238e2", ) go_repository( name = "com_github_niemeyer_pretty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/niemeyer/pretty", sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=", version = "v0.0.0-20200227124842-a10e7caefd8e", ) go_repository( name = "com_github_nwaples_rardecode", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/nwaples/rardecode", sum = "h1:r7vGuS5akxOnR4JQSkko62RJ1ReCMXxQRPtxsiFMBOs=", version = "v1.0.0", ) go_repository( name = "com_github_opencontainers_runc", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runc", sum = "h1:GlxAyO6x8rfZYN9Tt0Kti5a/cP41iuiO2yYT0IJGY8Y=", version = "v0.1.1", ) go_repository( name = "com_github_opencontainers_runtime_spec", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runtime-spec", sum = "h1:eNUVfm/RFLIi1G7flU5/ZRTHvd4kcVuzfRnL6OFlzCI=", version = "v0.1.2-0.20190507144316-5b71a03e2700", ) go_repository( name = "com_github_opencontainers_runtime_tools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runtime-tools", sum = "h1:H7DMc6FAjgwZZi8BRqjrAAHWoqEr5e5L6pS4V0ezet4=", version = "v0.0.0-20181011054405-1d69bd0f9c39", ) go_repository( name = "com_github_openzipkin_zipkin_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/openzipkin/zipkin-go", sum = "h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb9NAWI=", version = "v0.2.2", ) go_repository( name = "com_github_otiai10_copy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/otiai10/copy", sum = "h1:DDNipYy6RkIkjMwy+AWzgKiNTyj2RUI9yEMeETEpVyc=", version = "v1.0.2", ) go_repository( name = "com_github_otiai10_curr", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/otiai10/curr", sum = "h1:+OLn68pqasWca0z5ryit9KGfp3sUsW4Lqg32iRMJyzs=", version = "v0.0.0-20150429015615-9b4961190c95", ) go_repository( name = "com_github_otiai10_mint", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/otiai10/mint", sum = "h1:Ady6MKVezQwHBkGzLFbrsywyp09Ah7rkmfjV3Bcr5uc=", version = "v1.3.0", ) go_repository( name = "com_github_pelletier_go_buffruneio", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pelletier/go-buffruneio", sum = "h1:U4t4R6YkofJ5xHm3dJzuRpPZ0mr5MMCoAWooScCR7aA=", version = "v0.2.0", ) go_repository( name = "com_github_phayes_freeport", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/phayes/freeport", sum = "h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=", version = "v0.0.0-20180830031419-95f893ade6f2", ) go_repository( name = "com_github_pierrec_lz4", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pierrec/lz4", sum = "h1:6aCX4/YZ9v8q69hTyiR7dNLnTA3fgtKHVVW5BCd5Znw=", version = "v2.2.6+incompatible", ) go_repository( name = "com_github_pkg_profile", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/profile", sum = "h1:F++O52m40owAmADcojzM+9gyjmMOY/T4oYJkgFDH8RE=", version = "v1.2.1", ) go_repository( name = "com_github_rcrowley_go_metrics", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/rcrowley/go-metrics", sum = "h1:eUm8ma4+yPknhXtkYlWh3tMkE6gBjXZToDned9s2gbQ=", version = "v0.0.0-20190706150252-9beb055b7962", ) go_repository( name = "com_github_shopify_logrus_bugsnag", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/logrus-bugsnag", sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=", version = "v0.0.0-20171204204709-577dee27f20d", ) go_repository( name = "com_github_shopify_sarama", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/sarama", sum = "h1:XxJBCZEoWJtoWjf/xRbmGUpAmTZGnuuF0ON0EvxxBrs=", version = "v1.23.1", ) go_repository( name = "com_github_shopify_toxiproxy", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/toxiproxy", sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=", version = "v2.1.4+incompatible", ) go_repository( name = "com_github_shurcool_githubv4", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/githubv4", sum = "h1:Cocq9/ZZxCoiybhygOR7hX4E3/PkV8eNbd1AEcUvaHM=", version = "v0.0.0-20191102174205-af46314aec7b", ) go_repository( name = "com_github_shurcool_graphql", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/graphql", sum = "h1:tygelZueB1EtXkPI6mQ4o9DQ0+FKW41hTbunoXZCTqk=", version = "v0.0.0-20181231061246-d48a9a75455f", ) go_repository( name = "com_github_smartystreets_assertions", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/assertions", sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=", version = "v0.0.0-20180927180507-b2de0cb4f26d", ) go_repository( name = "com_github_smartystreets_goconvey", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/goconvey", sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=", version = "v1.6.4", ) go_repository( name = "com_github_src_d_gcfg", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/src-d/gcfg", sum = "h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=", version = "v1.4.0", ) go_repository( name = "com_github_streadway_amqp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/amqp", sum = "h1:0ngsPmuP6XIjiFRNFYlvKwSr5zff2v+uPHaffZ6/M4k=", version = "v0.0.0-20190404075320-75d898a42a94", ) go_repository( name = "com_github_streadway_quantile", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/quantile", sum = "h1:7z3LSn867ex6VSaahyKadf4WtSsJIgne6A1WLOAGM8A=", version = "v0.0.0-20150917103942-b0c588724d25", ) go_repository( name = "com_github_subosito_gotenv", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/subosito/gotenv", sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=", version = "v1.2.0", ) go_repository( name = "com_github_syndtr_gocapability", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/syndtr/gocapability", sum = "h1:zLV6q4e8Jv9EHjNg/iHfzwDkCve6Ua5jCygptrtXHvI=", version = "v0.0.0-20170704070218-db04d3cc01c8", ) go_repository( name = "com_github_tektoncd_cli", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tektoncd/cli", sum = "h1:DlR6IVuBt1iCYJJFPR2R6KmhlzG5qinyVoHAK8g5h30=", version = "v0.11.0", ) go_repository( name = "com_github_tektoncd_pipeline", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tektoncd/pipeline", sum = "h1:vm6C9qNwQBLomuMOy+WG6T3Fg8G3CFVtY6Arz7norIw=", version = "v0.14.2", ) go_repository( name = "com_github_tektoncd_plumbing", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tektoncd/plumbing", sum = "h1:crv70CBAJ2gZFSbf13aRVwdbjR2GYwTms/ZEok/SnFM=", version = "v0.0.0-20200430135134-e53521e1d887", ) go_repository( name = "com_github_tektoncd_plumbing_pipelinerun_logs", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tektoncd/plumbing/pipelinerun-logs", sum = "h1:9qeyrQsoPZbHOyOPt0OeB1TCYXfYb5swrxlFWzTIYYk=", version = "v0.0.0-20191206114338-712d544c2c21", ) go_repository( name = "com_github_tektoncd_triggers", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tektoncd/triggers", sum = "h1:JTZ/GDZrg8+VYO/Lc0qVwhOe+BIexz2Ifgx7MoqZ/z8=", version = "v0.6.1", ) go_repository( name = "com_github_tidwall_gjson", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/gjson", sum = "h1:9VEQWz6LLMUsUl6PueE49ir4Ka6CzLymOAZDxpFsTDc=", version = "v1.6.0", ) go_repository( name = "com_github_tidwall_match", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/match", sum = "h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=", version = "v1.0.1", ) go_repository( name = "com_github_tidwall_sjson", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/sjson", sum = "h1:UcdIRXff12Lpnu3OLtZvnc03g4vH2suXDXhBwBqmzYg=", version = "v1.0.4", ) go_repository( name = "com_github_tsenart_vegeta", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/tsenart/vegeta", sum = "h1:ErZrHhRveAoznVW80gbrxz+qxJNydpA2fcQxTPHkZbU=", version = "v12.7.1-0.20190725001342-b5f4fca92137+incompatible", ) go_repository( name = "com_github_xanzy_ssh_agent", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xanzy/ssh-agent", sum = "h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=", version = "v0.2.1", ) go_repository( name = "com_github_xdg_scram", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xdg/scram", sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=", version = "v0.0.0-20180814205039-7eeb5667e42c", ) go_repository( name = "com_github_xdg_stringprep", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xdg/stringprep", sum = "h1:d9X0esnoa3dFsV0FG35rAT0RIhYFlPq7MiP+DW89La0=", version = "v1.0.0", ) go_repository( name = "com_github_xi2_xz", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/xi2/xz", sum = "h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=", version = "v0.0.0-20171230120015-48954b6210f8", ) go_repository( name = "com_github_yuin_goldmark", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/yuin/goldmark", - sum = "h1:isv+Q6HQAmmL2Ofcmg8QauBmDPlUUnSoNhEcC940Rds=", - version = "v1.1.25", + sum = "h1:nqDD4MMMQA0lmWq03Z2/myGPYLQoXtmi0rGVs95ntbo=", + version = "v1.1.27", ) go_repository( name = "com_github_yvasiyarov_go_metrics", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/go-metrics", sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=", version = "v0.0.0-20140926110328-57bccd1ccd43", ) go_repository( name = "com_github_yvasiyarov_gorelic", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/gorelic", sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=", version = "v0.0.0-20141212073537-a9bba5b9ab50", ) go_repository( name = "com_github_yvasiyarov_newrelic_platform_go", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/yvasiyarov/newrelic_platform_go", sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=", version = "v0.0.0-20140908184405-b21fdbd4370f", ) go_repository( name = "com_google_cloud_go_bigquery", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/bigquery", sum = "h1:xE3CPsOgttP4ACBePh79zTKALtXwn/Edhcr16R5hMWU=", version = "v1.4.0", ) go_repository( name = "com_google_cloud_go_datastore", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datastore", sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=", version = "v1.1.0", ) go_repository( name = "com_google_cloud_go_logging", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/logging", sum = "h1:kaunpnoEh9L4hu6JUsBa8Y20LBfKnCuDhKUgdZp7oK8=", version = "v1.0.0", ) go_repository( name = "com_google_cloud_go_pubsub", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/pubsub", sum = "h1:Lpy6hKgdcl7a3WGSfJIFmxmcdjSpP6OmBEfcOv1Y680=", version = "v1.2.0", ) go_repository( name = "com_google_cloud_go_storage", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/storage", sum = "h1:UDpwYIwla4jHGzZJaEJYx1tOejbgSoNqsAfHAUYe2r8=", version = "v1.6.0", ) go_repository( name = "com_shuralyov_dmitri_gpu_mtl", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "dmitri.shuralyov.com/gpu/mtl", sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", version = "v0.0.0-20190408044501-666a987793e9", ) go_repository( name = "dev_gocloud", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gocloud.dev", sum = "h1:EDRyaRAnMGSq/QBto486gWFxMLczAfIYUmusV7XLNBM=", version = "v0.19.0", ) go_repository( name = "dev_knative_caching", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "knative.dev/caching", sum = "h1:DBIurPQ+Y5zhuPwmTy0IXfK85u2uXm3sSla1t10vip0=", version = "v0.0.0-20200228235451-13d271455c74", ) go_repository( name = "dev_knative_eventing_contrib", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "knative.dev/eventing-contrib", sum = "h1:xncT+JrokPG+hPUFJwue8ubPpzmziV9GUIZqYt01JDo=", version = "v0.11.2", ) go_repository( name = "dev_knative_pkg", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "knative.dev/pkg", sum = "h1:bN9gghp5Osuw1bgKrvMaA+oiAvPuYmzSbRo54/EFSxI=", version = "v0.0.0-20200528142800-1c6815d7e4c9", ) go_repository( name = "dev_knative_test_infra", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "knative.dev/test-infra", sum = "h1:kKfV3QWsxugwXsqgjFd72MjZeAHJ381dWqAxH2KMknc=", version = "v0.0.0-20200519015156-82551620b0a9", ) go_repository( name = "in_gopkg_airbrake_gobrake_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/airbrake/gobrake.v2", sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=", version = "v2.0.9", ) go_repository( name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2", sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=", version = "v2.1.2", ) go_repository( name = "in_gopkg_ini_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/ini.v1", sum = "h1:j+Lt/M1oPPejkniCg1TkWE2J3Eh1oZTsHSXzMTzUXn4=", version = "v1.52.0", ) go_repository( name = "in_gopkg_jcmturner_aescts_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/jcmturner/aescts.v1", sum = "h1:cVVZBK2b1zY26haWB4vbBiZrfFQnfbTVrE3xZq6hrEw=", version = "v1.0.1", ) go_repository( name = "in_gopkg_jcmturner_dnsutils_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/jcmturner/dnsutils.v1", sum = "h1:cIuC1OLRGZrld+16ZJvvZxVJeKPsvd5eUIvxfoN5hSM=", version = "v1.0.1", ) go_repository( name = "in_gopkg_jcmturner_gokrb5_v7", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/jcmturner/gokrb5.v7", sum = "h1:0709Jtq/6QXEuWRfAm260XqlpcwL1vxtO1tUE2qK8Z4=", version = "v7.3.0", ) go_repository( name = "in_gopkg_jcmturner_rpc_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/jcmturner/rpc.v1", sum = "h1:QHIUxTX1ISuAv9dD2wJ9HWQVuWDX/Zc0PfeC2tjc4rU=", version = "v1.1.0", ) go_repository( name = "in_gopkg_robfig_cron_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/robfig/cron.v2", sum = "h1:E846t8CnR+lv5nE+VuiKTDG/v1U2stad0QzddfJC7kY=", version = "v2.0.0-20150107220207-be2e0b0deed5", ) go_repository( name = "in_gopkg_src_d_go_billy_v4", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/src-d/go-billy.v4", sum = "h1:0SQA1pRztfTFx2miS8sA97XvooFeNOmvUenF4o0EcVg=", version = "v4.3.2", ) go_repository( name = "in_gopkg_src_d_go_git_fixtures_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/src-d/go-git-fixtures.v3", sum = "h1:ivZFOIltbce2Mo8IjzUHAFoq/IylO9WHhNOAJK+LsJg=", version = "v3.5.0", ) go_repository( name = "in_gopkg_src_d_go_git_v4", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/src-d/go-git.v4", sum = "h1:SRtFyV8Kxc0UP7aCHcijOMQGPxHSmMOPrzulQWolkYE=", version = "v4.13.1", ) go_repository( name = "in_gopkg_yaml_v1", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v1", sum = "h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=", version = "v1.0.0-20140924161607-9f9df34309c0", ) go_repository( name = "io_k8s_kubernetes", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubernetes", sum = "h1:wJx/r2HuPVaaBeCUk/P47GSK0eyrj3mI/kESRFBp6/A=", version = "v1.14.7", ) go_repository( name = "io_k8s_sigs_structured_merge_diff_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/structured-merge-diff/v2", sum = "h1:I0h4buiCqDtPztO3NOiyoNMtqSIfld49D4Wj3UBXYZA=", version = "v2.0.1", ) go_repository( name = "io_k8s_test_infra", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "k8s.io/test-infra", sum = "h1:vMNCLqzK4HQzZA+TcIQnNuBugk9QbY3V54g1QEEP1u4=", version = "v0.0.0-20200407001919-bc7f71ef65b8", ) go_repository( name = "io_opencensus_go_contrib_exporter_aws", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/aws", sum = "h1:YsbWYxDZkC7x2OxlsDEYvvEXZ3cBI3qBgUK5BqkZvRw=", version = "v0.0.0-20181029163544-2befc13012d0", ) go_repository( name = "io_opencensus_go_contrib_exporter_ocagent", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/ocagent", sum = "h1:Z1n6UAyr0QwM284yUuh5Zd8JlvxUGAhFZcgMJkMPrGM=", version = "v0.6.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_prometheus", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/prometheus", sum = "h1:SByaIoWwNgMdPSgl5sMqM2KDE5H/ukPWBRo314xiDvg=", version = "v0.1.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_stackdriver", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/stackdriver", sum = "h1:RX9W6FelAqTVnBi/bRXJLXr9n18v4QkQwZYIdnNS51I=", version = "v0.13.1", ) go_repository( name = "io_opencensus_go_contrib_exporter_zipkin", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/zipkin", sum = "h1:PR+1zWqY8ceXs1qDQQIlgXe+sdiwCf0n32bH4+Epk8g=", version = "v0.1.1", ) go_repository( name = "io_opencensus_go_contrib_integrations_ocsql", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/integrations/ocsql", sum = "h1:kfg5Yyy1nYUrqzyfW5XX+dzMASky8IJXhtHe0KTYNS4=", version = "v0.1.4", ) go_repository( name = "io_opencensus_go_contrib_resource", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/resource", sum = "h1:4r2CANuYhKGmYWP02+5E94rLRcS/YeD+KlxSrOsMxk0=", version = "v0.1.1", ) go_repository( name = "io_rsc_binaryregexp", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "rsc.io/binaryregexp", sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", version = "v0.2.0", ) go_repository( name = "io_rsc_letsencrypt", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "rsc.io/letsencrypt", sum = "h1:H7xDfhkaFFSYEJlKeq38RwX2jYcnTeHuDQyT+mMNMwM=", version = "v0.0.3", ) go_repository( name = "io_rsc_quote_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "rsc.io/quote/v3", sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", version = "v3.1.0", ) go_repository( name = "io_rsc_sampler", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "rsc.io/sampler", sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", version = "v1.3.0", ) go_repository( name = "org_apache_git_thrift_git", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "git.apache.org/thrift.git", sum = "h1:CMxsZlAmxKs+VAZMlDDL0wXciMblJcutQbEe3A9CYUM=", version = "v0.12.0", ) go_repository( name = "org_bazil_fuse", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "bazil.org/fuse", sum = "h1:FNCRpXiquG1aoyqcIWVFmpTSKVcx2bQD38uZZeGtdlw=", version = "v0.0.0-20180421153158-65cc252bf669", ) go_repository( name = "org_golang_google_cloud", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "google.golang.org/cloud", sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=", version = "v0.0.0-20151119220103-975617b05ea8", ) go_repository( name = "org_uber_go_tools", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "go.uber.org/tools", sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=", version = "v0.0.0-20190618225709-2cfd321de3ee", ) go_repository( name = "sh_helm_helm_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "helm.sh/helm/v3", sum = "h1:aykwPMVyQyncZ8iLNVMXgJ1l3c6W0+LSOPmqp8JdCjs=", version = "v3.1.1", ) go_repository( name = "tools_gotest_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gotest.tools/v3", sum = "h1:xT3Ou4AZrSCcl+gadYdfJsl87tvanhptiJ71SctTVDE=", version = "v3.0.1", ) go_repository( name = "com_github_bmatcuk_doublestar", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/bmatcuk/doublestar", sum = "h1:oC24CykoSAB8zd7XgruHo33E0cHJf/WhQA/7BeXj+x0=", version = "v1.2.2", ) go_repository( name = "com_github_urfave_cli_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/cli/v2", sum = "h1:JTTnM6wKzdA0Jqodd966MVj4vWbbquZykeX1sKbe2C4=", version = "v2.2.0", ) go_repository( name = "com_github_codegangsta_inject", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/codegangsta/inject", sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", version = "v0.0.0-20150114235600-33e0aa1cb7c0", ) go_repository( name = "com_github_codeskyblue_go_sh", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/codeskyblue/go-sh", sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=", version = "v0.0.0-20200712050446-30169cf553fe", ) go_repository( name = "com_github_gosuri_uilive", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/gosuri/uilive", sum = "h1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY=", version = "v0.0.4", ) + go_repository( + name = "com_github_nxadm_tail", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/nxadm/tail", + sum = "h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=", + version = "v1.4.4", + ) + go_repository( + name = "io_k8s_klog_v2", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "k8s.io/klog/v2", + sum = "h1:Foj74zO6RbjjP4hBEKjnYtjjAhGg4jNynUdYF6fJrok=", + version = "v2.0.0", + ) + go_repository( + name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client", + sum = "h1:uuHDyjllyzRyCIvvn0OBjiRB0SgBZGqHNYAmjR7fO50=", + version = "v0.0.7", + )