diff --git a/tools/deps/go.bzl b/tools/deps/go.bzl index 24366cfe..e327868f 100644 --- a/tools/deps/go.bzl +++ b/tools/deps/go.bzl @@ -1,6025 +1,6063 @@ """Defines our Golang dependencies for Bazel""" load("@bazel_gazelle//:deps.bzl", "go_repository") def go_repositories(): """Macro function loaded into WORKSPACE to define our Golang deps""" go_repository( name = "ag_pack_amqp", build_file_proto_mode = "disable_global", importpath = "pack.ag/amqp", sum = "h1:cuNDWLUTbKRtEZwhB0WQBXf9pGbm87pUBXQhvcFxBWg=", version = "v0.11.2", ) go_repository( name = "cc_mvdan_interfacer", 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_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_proto_mode = "disable_global", importpath = "mvdan.cc/unparam", sum = "h1:kAREL6MPwpsk1/PQPFD3Eg7WAQR5mPTWZJaBiG5LDbY=", version = "v0.0.0-20200501210554-b37ab49443f7", ) go_repository( name = "co_honnef_go_tools", build_file_proto_mode = "disable_global", importpath = "honnef.co/go/tools", sum = "h1:SadWOkti5uVN1FAMgxn165+Mw00fuQKyk4Gyn/inxNQ=", version = "v0.1.4", ) go_repository( name = "com_github_99designs_gqlgen", build_file_proto_mode = "disable_global", importpath = "github.com/99designs/gqlgen", sum = "h1:haLTcUp3Vwp80xMVEg5KRNwzfUrgFdRmtBY8fuB8scA=", version = "v0.13.0", ) go_repository( name = "com_github_afex_hystrix_go", build_file_proto_mode = "disable_global", importpath = "github.com/afex/hystrix-go", sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=", version = "v0.0.0-20180502004556-fa1af6a1f4f5", ) go_repository( name = "com_github_agnivade_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/agnivade/levenshtein", sum = "h1:M5ZnqLOoZR8ygVq0FfkXsNOKzMCk0xRiow0R5+5VkQ0=", version = "v1.0.3", ) go_repository( name = "com_github_akihirosuda_containerd_fuse_overlayfs", build_file_proto_mode = "disable_global", importpath = "github.com/AkihiroSuda/containerd-fuse-overlayfs", sum = "h1:LhS8BiMh7ULa6zkkF5XI6piLV5XVTR7mSm9j3hTUB/k=", version = "v1.0.0", ) go_repository( name = "com_github_alcortesm_tgz", 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_proto_mode = "disable_global", importpath = "github.com/AlecAivazis/survey/v2", sum = "h1:5NbxkF4RSKmpywYdcRgUmos1o+roJY8duCLZXbVjoig=", version = "v2.2.7", ) go_repository( name = "com_github_alecthomas_kingpin", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/kingpin", sum = "h1:5svnBTFgJjZvGKyYBtMB0+m5wvrbUHiqye8wRJMlnYI=", version = "v2.2.6+incompatible", ) go_repository( name = "com_github_alecthomas_template", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/template", sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", version = "v0.0.0-20190718012654-fb15b899a751", ) go_repository( name = "com_github_alecthomas_units", build_file_proto_mode = "disable_global", importpath = "github.com/alecthomas/units", sum = "h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E=", version = "v0.0.0-20190924025748-f65c72e2690d", ) go_repository( name = "com_github_alexedwards_scs", build_file_proto_mode = "disable_global", importpath = "github.com/alexedwards/scs", sum = "h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0=", version = "v1.4.1", ) go_repository( name = "com_github_alexflint_go_filemutex", build_file_proto_mode = "disable_global", importpath = "github.com/alexflint/go-filemutex", sum = "h1:AMzIhMUqU3jMrZiTuW0zkYeKlKDAFD+DG20IoO421/Y=", version = "v0.0.0-20171022225611-72bdc8eae2ae", ) go_repository( name = "com_github_andreaskoch_go_fswatch", build_file_proto_mode = "disable_global", importpath = "github.com/andreaskoch/go-fswatch", sum = "h1:la8nP/HiaFCxP2IM6NZNUCoxgLWuyNFgH0RligBbnJU=", version = "v1.0.0", ) go_repository( name = "com_github_andreyvit_diff", 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_anmitsu_go_shlex", 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_proto_mode = "disable_global", + importpath = "github.com/antihax/optional", + sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", + version = "v1.0.0", + ) go_repository( name = "com_github_apache_thrift", build_file_proto_mode = "disable_global", importpath = "github.com/apache/thrift", sum = "h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI=", version = "v0.13.0", ) go_repository( name = "com_github_apex_log", build_file_proto_mode = "disable_global", importpath = "github.com/apex/log", sum = "h1:1fyfbPvUwD10nMoh3hY6MXzvZShJQn9/ck7ATgAt5pA=", version = "v1.3.0", ) go_repository( name = "com_github_apex_logs", build_file_proto_mode = "disable_global", importpath = "github.com/apex/logs", sum = "h1:KmEBVwfDUOTFcBO8cfkJYwdQ5487UZSN+GteOGPmiro=", version = "v0.0.4", ) go_repository( name = "com_github_aphistic_golf", build_file_proto_mode = "disable_global", importpath = "github.com/aphistic/golf", sum = "h1:2KLQMJ8msqoPHIPDufkxVcoTtcmE5+1sL9950m4R9Pk=", version = "v0.0.0-20180712155816-02c07f170c5a", ) go_repository( name = "com_github_aphistic_sweet", build_file_proto_mode = "disable_global", importpath = "github.com/aphistic/sweet", sum = "h1:I4z+fAUqvKfvZV/CHi5dV0QuwbmIvYYFDjG0Ss5QpAs=", version = "v0.2.0", ) go_repository( name = "com_github_arbovm_levenshtein", build_file_proto_mode = "disable_global", importpath = "github.com/arbovm/levenshtein", sum = "h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=", version = "v0.0.0-20160628152529-48b4e1c0c4d0", ) go_repository( name = "com_github_armon_circbuf", build_file_proto_mode = "disable_global", importpath = "github.com/armon/circbuf", sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", version = "v0.0.0-20150827004946-bbbad097214e", ) go_repository( name = "com_github_armon_consul_api", build_file_proto_mode = "disable_global", importpath = "github.com/armon/consul-api", sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", version = "v0.0.0-20180202201655-eb2c6b5be1b6", ) go_repository( name = "com_github_armon_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-metrics", sum = "h1:B7AQgHi8QSEi4uHu7Sbsga+IJDU+CENgjxoo81vDUqU=", version = "v0.3.0", ) go_repository( name = "com_github_armon_go_radix", build_file_proto_mode = "disable_global", importpath = "github.com/armon/go-radix", sum = "h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=", version = "v0.0.0-20180808171621-7fddfc383310", ) go_repository( name = "com_github_armon_go_socks5", 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_aryann_difflib", build_file_proto_mode = "disable_global", importpath = "github.com/aryann/difflib", sum = "h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw=", version = "v0.0.0-20170710044230-e206f873d14a", ) go_repository( name = "com_github_asaskevich_govalidator", build_file_proto_mode = "disable_global", importpath = "github.com/asaskevich/govalidator", sum = "h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg=", version = "v0.0.0-20200907205600-7a23bdc65eef", ) go_repository( name = "com_github_aws_aws_lambda_go", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-lambda-go", sum = "h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=", version = "v1.13.3", ) go_repository( name = "com_github_aws_aws_sdk_go", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go", sum = "h1:h0AKIaz/A1kEJ50HxCv7tL1GW+KbxYbp75+lZ/nvFOI=", version = "v1.38.6", ) go_repository( name = "com_github_aws_aws_sdk_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/aws/aws-sdk-go-v2", sum = "h1:qZ+woO4SamnH/eEbjM2IDLhRNwIwND/RQyVlBLp3Jqg=", version = "v0.18.0", ) go_repository( name = "com_github_aybabtme_rgbterm", build_file_proto_mode = "disable_global", importpath = "github.com/aybabtme/rgbterm", sum = "h1:WWB576BN5zNSZc/M9d/10pqEx5VHNhaQ/yOVAkmj5Yo=", version = "v0.0.0-20170906152045-cc83f3b3ce59", ) go_repository( name = "com_github_azure_azure_amqp_common_go_v2", 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_proto_mode = "disable_global", importpath = "github.com/Azure/azure-pipeline-go", sum = "h1:6oiIS9yaG6XCCzhgAgKFfIWyo4LLCiDhZot6ltoThhY=", version = "v0.2.2", ) go_repository( name = "com_github_azure_azure_sdk_for_go", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/azure-sdk-for-go", sum = "h1:vCRLxG2d7KIdhVodEk+0ki4lVYr0GvtjOgJaAk6fs9Y=", version = "v54.1.0+incompatible", ) go_repository( name = "com_github_azure_azure_service_bus_go", 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_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_ansiterm", 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", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest", sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=", version = "v14.2.0+incompatible", ) go_repository( name = "com_github_azure_go_autorest_autorest", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest", sum = "h1:2zCdHwNgRH+St1J+ZMf66xI8aLr/5KMy+wWLH97zwYM=", version = "v0.11.17", ) go_repository( name = "com_github_azure_go_autorest_autorest_adal", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/adal", sum = "h1:L4/pmq7poLdsy41Bj1FayKvBhayuWRYkx9HU5i4Ybl0=", version = "v0.9.11", ) go_repository( name = "com_github_azure_go_autorest_autorest_azure_auth", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/azure/auth", sum = "h1:8DQB8yl7aLQuP+nuR5e2RO6454OvFlSTXXaNHshc16s=", version = "v0.5.7", ) go_repository( name = "com_github_azure_go_autorest_autorest_azure_cli", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/azure/cli", sum = "h1:dMOmEJfkLKW/7JsokJqkyoYSgmR08hi9KrhjZb+JALY=", version = "v0.4.2", ) go_repository( name = "com_github_azure_go_autorest_autorest_date", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/date", sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", version = "v0.3.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_mocks", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/mocks", sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=", version = "v0.4.1", ) go_repository( name = "com_github_azure_go_autorest_autorest_to", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/to", sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=", version = "v0.4.0", ) go_repository( name = "com_github_azure_go_autorest_autorest_validation", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/autorest/validation", sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=", version = "v0.3.1", ) go_repository( name = "com_github_azure_go_autorest_logger", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/logger", sum = "h1:e4RVHVZKC5p6UANLJHkM4OfR1UKZPj8Wt8Pcx+3oqrE=", version = "v0.2.0", ) go_repository( name = "com_github_azure_go_autorest_tracing", build_file_proto_mode = "disable_global", importpath = "github.com/Azure/go-autorest/tracing", sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", version = "v0.6.0", ) go_repository( name = "com_github_bazelbuild_rules_go", build_file_proto_mode = "disable_global", importpath = "github.com/bazelbuild/rules_go", sum = "h1:WQ4iSdQ423T9prTfDgXp0S6f/ig9H0N/bin/SvDZFJg=", version = "v0.24.7", ) go_repository( name = "com_github_beevik_etree", build_file_proto_mode = "disable_global", importpath = "github.com/beevik/etree", sum = "h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=", version = "v1.1.0", ) go_repository( name = "com_github_benbjohnson_clock", build_file_proto_mode = "disable_global", importpath = "github.com/benbjohnson/clock", sum = "h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=", version = "v1.1.0", ) go_repository( name = "com_github_beorn7_perks", build_file_proto_mode = "disable_global", importpath = "github.com/beorn7/perks", sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", version = "v1.0.1", ) go_repository( name = "com_github_bgentry_go_netrc", 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_bgentry_speakeasy", build_file_proto_mode = "disable_global", importpath = "github.com/bgentry/speakeasy", sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", version = "v0.1.0", ) go_repository( name = "com_github_bitly_go_simplejson", 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_bketelsen_crypt", build_file_proto_mode = "disable_global", importpath = "github.com/bketelsen/crypt", sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=", version = "v0.0.3-0.20200106085610-5cbc8cc4026c", ) go_repository( name = "com_github_blakesmith_ar", build_file_proto_mode = "disable_global", importpath = "github.com/blakesmith/ar", sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=", version = "v0.0.0-20190502131153-809d4375e1fb", ) go_repository( name = "com_github_blang_semver", build_file_proto_mode = "disable_global", importpath = "github.com/blang/semver", sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=", version = "v3.5.1+incompatible", ) go_repository( name = "com_github_bluekeyes_hatpear", build_file_proto_mode = "disable_global", importpath = "github.com/bluekeyes/hatpear", sum = "h1:FA5diKynoYJi6YVTJPEDbe4MG6eA8h+7LYHUlm8bppc=", version = "v0.1.1", ) go_repository( name = "com_github_bmizerany_assert", 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_bombsimon_wsl_v2", build_file_proto_mode = "disable_global", importpath = "github.com/bombsimon/wsl/v2", sum = "h1:/DdSteYCq4lPX+LqDg7mdoxm14UxzZPoDT0taYc3DTU=", version = "v2.2.0", ) go_repository( name = "com_github_bombsimon_wsl_v3", build_file_proto_mode = "disable_global", importpath = "github.com/bombsimon/wsl/v3", sum = "h1:E5SRssoBgtVFPcYWUOFJEcgaySgdtTNYzsSKDOY7ss8=", version = "v3.1.0", ) go_repository( name = "com_github_bradfitz_go_smtpd", build_file_proto_mode = "disable_global", importpath = "github.com/bradfitz/go-smtpd", sum = "h1:ckJgFhFWywOx+YLEMIJsTb+NV6NexWICk5+AMSuz3ss=", version = "v0.0.0-20170404230938-deb6d6237625", ) go_repository( name = "com_github_bradleyfalzon_ghinstallation", build_file_proto_mode = "disable_global", importpath = "github.com/bradleyfalzon/ghinstallation", sum = "h1:pmBXkxgM1WeF8QYvDLT5kuQiHMcmf+X015GI0KM/E3I=", version = "v1.1.1", ) go_repository( name = "com_github_bshuster_repo_logrus_logstash_hook", 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_buger_jsonparser", build_file_proto_mode = "disable_global", importpath = "github.com/buger/jsonparser", sum = "h1:y853v6rXx+zefEcjET3JuKAqvhj+FKflQijjeaSv2iA=", version = "v0.0.0-20180808090653-f4dd9f5a6b44", ) go_repository( name = "com_github_bugsnag_bugsnag_go", 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_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_proto_mode = "disable_global", importpath = "github.com/bugsnag/panicwrap", sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=", version = "v0.0.0-20151223152923-e2c28503fcd0", ) go_repository( name = "com_github_burntsushi_toml", 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_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_caarlos0_ctrlc", build_file_proto_mode = "disable_global", importpath = "github.com/caarlos0/ctrlc", sum = "h1:2DtF8GSIcajgffDFJzyG15vO+1PuBWOMUdFut7NnXhw=", version = "v1.0.0", ) go_repository( name = "com_github_campoy_unique", build_file_proto_mode = "disable_global", importpath = "github.com/campoy/unique", sum = "h1:V9a67dfYqPLAvzk5hMQOXYJlZ4SLIXgyKIE+ZiHzgGQ=", version = "v0.0.0-20180121183637-88950e537e7e", ) go_repository( name = "com_github_casbin_casbin_v2", build_file_proto_mode = "disable_global", importpath = "github.com/casbin/casbin/v2", sum = "h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g=", version = "v2.1.2", ) go_repository( name = "com_github_cavaliercoder_go_cpio", build_file_proto_mode = "disable_global", importpath = "github.com/cavaliercoder/go-cpio", sum = "h1:hHg27A0RSSp2Om9lubZpiMgVbvn39bsUmW9U5h0twqc=", version = "v0.0.0-20180626203310-925f9528c45e", ) go_repository( name = "com_github_cenkalti_backoff", build_file_proto_mode = "disable_global", importpath = "github.com/cenkalti/backoff", sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=", version = "v2.2.1+incompatible", ) go_repository( name = "com_github_census_instrumentation_opencensus_proto", 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", 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_cespare_xxhash_v2", 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_chai2010_gettext_go", 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_checkpoint_restore_go_criu_v4", build_file_proto_mode = "disable_global", importpath = "github.com/checkpoint-restore/go-criu/v4", sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=", version = "v4.1.0", ) go_repository( name = "com_github_cheggaaa_pb", build_file_proto_mode = "disable_global", importpath = "github.com/cheggaaa/pb", sum = "h1:wIkZHkNfC7R6GI5w7l/PdAdzXzlrbcI3p8OAlnkTsnc=", version = "v1.0.27", ) go_repository( name = "com_github_chzyer_logex", 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_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_proto_mode = "disable_global", importpath = "github.com/chzyer/test", sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", version = "v0.0.0-20180213035817-a1ea475d72b1", ) go_repository( name = "com_github_cilium_ebpf", build_file_proto_mode = "disable_global", importpath = "github.com/cilium/ebpf", sum = "h1:Fv93L3KKckEcEHR3oApXVzyBTDA8WAm6VXhPE00N3f8=", version = "v0.2.0", ) go_repository( name = "com_github_circonus_labs_circonus_gometrics", build_file_proto_mode = "disable_global", importpath = "github.com/circonus-labs/circonus-gometrics", sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=", version = "v2.3.1+incompatible", ) go_repository( name = "com_github_circonus_labs_circonusllhist", build_file_proto_mode = "disable_global", importpath = "github.com/circonus-labs/circonusllhist", sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=", version = "v0.1.3", ) go_repository( name = "com_github_clbanning_x2j", build_file_proto_mode = "disable_global", importpath = "github.com/clbanning/x2j", sum = "h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo=", version = "v0.0.0-20191024224557-825249438eec", ) go_repository( name = "com_github_client9_misspell", build_file_proto_mode = "disable_global", importpath = "github.com/client9/misspell", sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", version = "v0.3.4", ) go_repository( name = "com_github_cncf_udpa_go", build_file_proto_mode = "disable_global", importpath = "github.com/cncf/udpa/go", sum = "h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M=", version = "v0.0.0-20201120205902-5459f2c99403", ) + go_repository( + name = "com_github_cncf_xds_go", + build_file_proto_mode = "disable_global", + importpath = "github.com/cncf/xds/go", + sum = "h1:OZmjad4L3H8ncOIR8rnb5MREYqG8ixi5+WbeUsquF0c=", + version = "v0.0.0-20210312221358-fbca930ec8ed", + ) go_repository( name = "com_github_cockroachdb_datadriven", 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_codahale_hdrhistogram", build_file_proto_mode = "disable_global", importpath = "github.com/codahale/hdrhistogram", sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=", version = "v0.0.0-20161010025455-3a0bb77429bd", ) go_repository( name = "com_github_codegangsta_inject", 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_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_containerd_aufs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/aufs", sum = "h1:sSm1RGQzUTr23yR6SS7RIBBLV8V2bFIu07z4nyVOwmI=", version = "v0.0.0-20200908144142-dab0cbea06f4", ) go_repository( name = "com_github_containerd_btrfs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/btrfs", sum = "h1:chFw/cg0TDyK43qm8DKbblny2WHc4ML+j1KOkdEp9pI=", version = "v0.0.0-20201111183144-404b9149801e", ) go_repository( name = "com_github_containerd_cgroups", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/cgroups", sum = "h1:Qf4HiqfvmB7zS6scsmNgTLmByHbq8n9RTF39v+TzP7A=", version = "v0.0.0-20200824123100-0b889c03f102", ) go_repository( name = "com_github_containerd_console", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/console", sum = "h1:u7SFAJyRqWcG6ogaMAx3KjSTy1e3hT9QxqX7Jco7dRc=", version = "v1.0.1", ) go_repository( name = "com_github_containerd_containerd", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/containerd", sum = "h1:IK6yirB4X7wpKyFSikWiT++nZsyIxGAAgNEv3fEGuls=", version = "v1.5.0-beta.1", ) go_repository( name = "com_github_containerd_continuity", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/continuity", sum = "h1:k6Dn7shF+i1q4utvCyW4+o9REsCMAeRyORM5IhXMCnw=", version = "v0.0.0-20210315143101-93e15499afd5", ) go_repository( name = "com_github_containerd_fifo", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/fifo", sum = "h1:1c6xmkNiu6Jnr6AKGM91GGNsfU+nPNFvw9BZFSo0E+c=", version = "v0.0.0-20201026212402-0724c46b320c", ) go_repository( name = "com_github_containerd_go_cni", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/go-cni", sum = "h1:VXr2EkOPD0v1gu7CKfof6XzEIDzsE/dI9yj/W7PSWLs=", version = "v1.0.1", ) go_repository( name = "com_github_containerd_go_runc", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/go-runc", sum = "h1:e+50zk22gvHLJKe8+d+xSMyA88PPQk/XfWuUw1BdnPA=", version = "v0.0.0-20201020171139-16b287bc67d0", ) go_repository( name = "com_github_containerd_imgcrypt", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/imgcrypt", sum = "h1:IyI3IIP4m6zrNFuNFT7HizGVcuD6BYJFpdM1JvPKCbQ=", version = "v1.0.1", ) go_repository( name = "com_github_containerd_nri", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/nri", sum = "h1:KbgF4MRmTDGp+4XissYZPZsdo0wS9f1pfYmRNFE2R0I=", version = "v0.0.0-20201007170849-eb1350a75164", ) go_repository( name = "com_github_containerd_stargz_snapshotter", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/stargz-snapshotter", sum = "h1:cj2qTm4k9TlXzzwCROQK0puJc2oauyjUiegQiqpNkuk=", version = "v0.0.0-20201027054423-3a04e4c2c116", ) go_repository( name = "com_github_containerd_ttrpc", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/ttrpc", sum = "h1:2/O3oTZN36q2xRolk0a2WWGgh7/Vf/liElg5hFYLX9U=", version = "v1.0.2", ) go_repository( name = "com_github_containerd_typeurl", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/typeurl", sum = "h1:PvuK4E3D5S5q6IqsPDCy928FhP0LUIGcmZ/Yhgp5Djw=", version = "v1.0.1", ) go_repository( name = "com_github_containerd_zfs", build_file_proto_mode = "disable_global", importpath = "github.com/containerd/zfs", sum = "h1:k14X1HVvImFGx96RHryyftNFd9OAW3YtCg6OeO262yo=", version = "v0.0.0-20200918131355-0a33824f23a2", ) go_repository( name = "com_github_containernetworking_cni", build_file_proto_mode = "disable_global", importpath = "github.com/containernetworking/cni", sum = "h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=", version = "v0.8.0", ) go_repository( name = "com_github_containernetworking_plugins", build_file_proto_mode = "disable_global", importpath = "github.com/containernetworking/plugins", sum = "h1:npZTLiMa4CRn6m5P9+1Dz4O1j0UeFbm8VYN6dlsw568=", version = "v0.8.6", ) go_repository( name = "com_github_containers_ocicrypt", build_file_proto_mode = "disable_global", importpath = "github.com/containers/ocicrypt", sum = "h1:EToign46OSLTFWnb2oNj9RG3XDnkOX8r28ZIXUuk5Pc=", version = "v1.0.1", ) go_repository( name = "com_github_coreos_bbolt", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/bbolt", sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", version = "v1.3.2", ) go_repository( name = "com_github_coreos_etcd", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/etcd", sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=", version = "v3.3.13+incompatible", ) go_repository( name = "com_github_coreos_go_etcd", 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_iptables", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-iptables", sum = "h1:DpHb9vJrZQEFMcVLFKAAGMUVX0XoRC0ptCthinRYm38=", version = "v0.4.5", ) go_repository( name = "com_github_coreos_go_oidc", 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_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_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_go_systemd_v22", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/go-systemd/v22", sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=", version = "v22.1.0", ) go_repository( name = "com_github_coreos_pkg", build_file_proto_mode = "disable_global", importpath = "github.com/coreos/pkg", sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", version = "v0.0.0-20180928190104-399ea9e2e55f", ) go_repository( name = "com_github_cpuguy83_go_md2man", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man", sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", version = "v1.0.10", ) go_repository( name = "com_github_cpuguy83_go_md2man_v2", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man/v2", sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=", version = "v2.0.0", ) go_repository( name = "com_github_creack_pty", build_file_proto_mode = "disable_global", importpath = "github.com/creack/pty", sum = "h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=", version = "v1.1.11", ) go_repository( name = "com_github_crewjam_httperr", build_file_proto_mode = "disable_global", importpath = "github.com/crewjam/httperr", sum = "h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=", version = "v0.0.0-20190612203328-a946449404da", ) go_repository( name = "com_github_crewjam_saml", build_file_proto_mode = "disable_global", importpath = "github.com/crewjam/saml", sum = "h1:ejDcbmWV2zLkKBKmARJp5zNUkEvkfV9AE+P8+noywQ4=", version = "v0.4.4", ) go_repository( name = "com_github_crossplane_crossplane_runtime", build_file_proto_mode = "disable_global", importpath = "github.com/crossplane/crossplane-runtime", sum = "h1:TFeItxtW32/fETB9be0AsEha/ur0bbrtQRocC+Jd6RI=", version = "v0.13.0", ) go_repository( name = "com_github_cyphar_filepath_securejoin", 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_d2g_dhcp4", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4", sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=", version = "v0.0.0-20170904100407-a1d1b6c41b1c", ) go_repository( name = "com_github_d2g_dhcp4client", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4client", sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=", version = "v1.0.0", ) go_repository( name = "com_github_d2g_dhcp4server", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/dhcp4server", sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=", version = "v0.0.0-20181031114812-7d4a0a7f59a5", ) go_repository( name = "com_github_d2g_hardwareaddr", build_file_proto_mode = "disable_global", importpath = "github.com/d2g/hardwareaddr", sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=", version = "v0.0.0-20190221164911-e7d9fbe030e4", ) go_repository( name = "com_github_data_dog_go_sqlmock", build_file_proto_mode = "disable_global", importpath = "github.com/DATA-DOG/go-sqlmock", sum = "h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=", version = "v1.5.0", ) go_repository( name = "com_github_datadog_datadog_go", build_file_proto_mode = "disable_global", importpath = "github.com/DataDog/datadog-go", sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=", version = "v3.2.0+incompatible", ) go_repository( name = "com_github_davecgh_go_spew", build_file_proto_mode = "disable_global", importpath = "github.com/davecgh/go-spew", sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", version = "v1.1.1", ) go_repository( name = "com_github_daviddengcn_go_colortext", build_file_proto_mode = "disable_global", importpath = "github.com/daviddengcn/go-colortext", sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=", version = "v0.0.0-20160507010035-511bcaf42ccd", ) go_repository( name = "com_github_dchest_uniuri", build_file_proto_mode = "disable_global", importpath = "github.com/dchest/uniuri", sum = "h1:74lLNRzvsdIlkTgfDSMuaPjBr4cf6k7pwQQANm/yLKU=", version = "v0.0.0-20160212164326-8902c56451e9", ) go_repository( name = "com_github_decred_dcrd_chaincfg_chainhash", build_file_proto_mode = "disable_global", importpath = "github.com/decred/dcrd/chaincfg/chainhash", sum = "h1:rt5Vlq/jM3ZawwiacWjPa+smINyLRN07EO0cNBV6DGU=", version = "v1.0.2", ) go_repository( name = "com_github_decred_dcrd_crypto_blake256", build_file_proto_mode = "disable_global", importpath = "github.com/decred/dcrd/crypto/blake256", sum = "h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=", version = "v1.0.0", ) go_repository( name = "com_github_decred_dcrd_dcrec_secp256k1_v3", build_file_proto_mode = "disable_global", importpath = "github.com/decred/dcrd/dcrec/secp256k1/v3", sum = "h1:sgNeV1VRMDzs6rzyPpxyM0jp317hnwiq58Filgag2xw=", version = "v3.0.0", ) go_repository( name = "com_github_deislabs_oras", build_file_proto_mode = "disable_global", importpath = "github.com/deislabs/oras", sum = "h1:oo2J/3vXdcti8cjFi8ghMOkx0OacONxHC8dhJ17NdJ0=", version = "v0.11.1", ) go_repository( name = "com_github_denisenkom_go_mssqldb", build_file_proto_mode = "disable_global", importpath = "github.com/denisenkom/go-mssqldb", sum = "h1:epsH3lb7KVbXHYk7LYGN5EiE0MxcevHU85CKITJ0wUY=", version = "v0.0.0-20191001013358-cfbb681360f0", ) go_repository( name = "com_github_denverdino_aliyungo", 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_proto_mode = "disable_global", importpath = "github.com/devigned/tab", sum = "h1:3mD6Kb1mUOYeLpJvTVSDwSg5ZsfSxfvxGRTxRsJsITA=", version = "v0.1.1", ) go_repository( name = "com_github_dgrijalva_jwt_go", 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_dgryski_go_sip13", 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_dgryski_trifles", build_file_proto_mode = "disable_global", importpath = "github.com/dgryski/trifles", sum = "h1:TUuUh0Xgj97tLMNtWtNvI9mIV6isjEb9lBMNv+77IGM=", version = "v0.0.0-20190318185328-a8d75aae118c", ) go_repository( name = "com_github_dimchansky_utfbom", build_file_proto_mode = "disable_global", importpath = "github.com/dimchansky/utfbom", sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=", version = "v1.1.1", ) go_repository( name = "com_github_djarvur_go_err113", build_file_proto_mode = "disable_global", importpath = "github.com/Djarvur/go-err113", sum = "h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU=", version = "v0.1.0", ) go_repository( name = "com_github_dnaeon_go_vcr", 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_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-known_import=vbom.ml/util/sortorder", "-known_import=github.com/moby/buildkit", "-known_import=github.com/docker/swarmkit/api", "-known_import=k8s.io/kubernetes/pkg/api/v1/pod", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/cli", sum = "h1:bjflayQbWg+xOkF2WPEAOi4Y7zWhR7ptoPhV/VqLVDE=", version = "v20.10.5+incompatible", ) go_repository( name = "com_github_docker_distribution", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], 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", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-known_import=github.com/docker/libnetwork", "-known_import=github.com/moby/buildkit", "-known_import=github.com/docker/swarmkit/agent/exec", "-known_import=github.com/docker/swarmkit/ca", "-known_import=github.com/seccomp/libseccomp-golang", "-exclude=pkg/devicemapper", "-exclude=daemon", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/docker", sum = "h1:+HS4XO73J41FpA260ztGujJ+0WibrA2TPJEnWNSyGNE=", version = "v20.10.3+incompatible", ) go_repository( name = "com_github_docker_docker_credential_helpers", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", "-exclude=secretservice", ], 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_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-connections", sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=", version = "v0.4.0", ) go_repository( name = "com_github_docker_go_events", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-events", sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=", version = "v0.0.0-20190806004212-e31b211e4f1c", ) go_repository( name = "com_github_docker_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/docker/go-metrics", sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=", version = "v0.0.1", ) go_repository( name = "com_github_docker_go_units", build_extra_args = [ "-known_import=github.com/Sirupsen/logrus", ], 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_libnetwork", build_file_proto_mode = "disable_global", importpath = "github.com/docker/libnetwork", sum = "h1:jC/ZXgYdzCUuKFkKGNiekhnIkGfUrdelEqvg4Miv440=", version = "v0.8.0-dev.2.0.20200917202933-d0951081b35f", ) go_repository( name = "com_github_docker_libtrust", 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_docopt_docopt_go", 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_proto_mode = "disable_global", importpath = "github.com/dustin/go-humanize", sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=", version = "v1.0.0", ) go_repository( name = "com_github_eapache_go_resiliency", build_file_proto_mode = "disable_global", importpath = "github.com/eapache/go-resiliency", sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=", version = "v1.1.0", ) go_repository( name = "com_github_eapache_go_xerial_snappy", 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_proto_mode = "disable_global", importpath = "github.com/eapache/queue", sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=", version = "v1.1.0", ) go_repository( name = "com_github_edsrzf_mmap_go", build_file_proto_mode = "disable_global", importpath = "github.com/edsrzf/mmap-go", sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=", version = "v1.0.0", ) go_repository( name = "com_github_elazarl_goproxy", build_file_proto_mode = "disable_global", importpath = "github.com/elazarl/goproxy", sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=", version = "v0.0.0-20180725130230-947c36da3153", ) go_repository( name = "com_github_emicklei_go_restful", 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_emirpasic_gods", 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_proto_mode = "disable_global", importpath = "github.com/envoyproxy/go-control-plane", - sum = "h1:QyzYnTnPE15SQyUeqU6qLbWxMkwyAyu+vGksa0b7j00=", - version = "v0.9.9-0.20210217033140-668b12f5399d", + sum = "h1:dulLQAYQFYtG5MTplgNGHWuV2D+OBD+Z8lmDBmbLg+s=", + version = "v0.9.9-0.20210512163311-63b5d3c536b0", ) go_repository( name = "com_github_envoyproxy_protoc_gen_validate", 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_evanphx_json_patch", build_file_proto_mode = "disable_global", importpath = "github.com/evanphx/json-patch", sum = "h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs=", version = "v4.11.0+incompatible", ) go_repository( name = "com_github_exponent_io_jsonpath", 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_external_secrets_external_secrets", build_file_proto_mode = "disable_global", importpath = "github.com/external-secrets/external-secrets", sum = "h1:TLb4gcEnXrFcJHIlvKBQI9sZvFOAirKFEphgcNM/fPM=", version = "v0.2.3", ) go_repository( name = "com_github_fatih_camelcase", 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_fatih_color", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/color", sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=", version = "v1.12.0", ) go_repository( name = "com_github_fatih_structs", build_file_proto_mode = "disable_global", importpath = "github.com/fatih/structs", sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=", version = "v1.1.0", ) go_repository( name = "com_github_fluxcd_helm_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/helm-controller/api", sum = "h1:L60KmCblTQo3UimgCzVQGe330tC+b15CrLozvhPNmJU=", version = "v0.9.0", ) go_repository( name = "com_github_fluxcd_kustomize_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/kustomize-controller/api", sum = "h1:M2i7y8I3DZUlrNDzfxwVxVBrPkB+sQrPAyVtw6OTu9E=", version = "v0.14.0", ) go_repository( name = "com_github_fluxcd_pkg_apis_kustomize", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/apis/kustomize", sum = "h1:jhu2QHvs+j3Zo9rR6w8hkO3LSC6h3M37zY5ejufOmxY=", version = "v0.2.0", ) go_repository( name = "com_github_fluxcd_pkg_apis_meta", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/apis/meta", sum = "h1:N7wVGHC1cyPdT87hrDC7UwCwRwnZdQM46PBSLjG2rlE=", version = "v0.10.0", ) go_repository( name = "com_github_fluxcd_pkg_runtime", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/pkg/runtime", sum = "h1:BPZZ8bBkimpqGAPXqOf3LTaw+tcw6HgbWyCuzbbsJGs=", version = "v0.12.0", ) go_repository( name = "com_github_fluxcd_source_controller_api", build_file_proto_mode = "disable_global", importpath = "github.com/fluxcd/source-controller/api", sum = "h1:I2suC+gHB3PuuuHXFeb3RaE9dJeiKew9x02xs9tLmyI=", version = "v0.11.0", ) go_repository( name = "com_github_flynn_go_shlex", 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_form3tech_oss_jwt_go", build_file_proto_mode = "disable_global", importpath = "github.com/form3tech-oss/jwt-go", sum = "h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=", version = "v3.2.2+incompatible", ) go_repository( name = "com_github_fortytw2_leaktest", build_file_proto_mode = "disable_global", importpath = "github.com/fortytw2/leaktest", sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=", version = "v1.3.0", ) go_repository( name = "com_github_franela_goblin", build_file_proto_mode = "disable_global", importpath = "github.com/franela/goblin", sum = "h1:gb2Z18BhTPJPpLQWj4T+rfKHYCHxRHCtRxhKKjRidVw=", version = "v0.0.0-20200105215937-c9ffbefa60db", ) go_repository( name = "com_github_franela_goreq", build_file_proto_mode = "disable_global", importpath = "github.com/franela/goreq", sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=", version = "v0.0.0-20171204163338-bcd34c9993f8", ) go_repository( name = "com_github_frankban_quicktest", build_file_proto_mode = "disable_global", importpath = "github.com/frankban/quicktest", sum = "h1:Gfh+GAJZOAoKZsIZeZbdn2JF10kN1XHNvjsvQK8gVkE=", version = "v1.10.0", ) go_repository( name = "com_github_fsnotify_fsnotify", build_file_proto_mode = "disable_global", importpath = "github.com/fsnotify/fsnotify", sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=", version = "v1.4.9", ) go_repository( name = "com_github_fullsailor_pkcs7", build_file_proto_mode = "disable_global", importpath = "github.com/fullsailor/pkcs7", sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=", version = "v0.0.0-20190404230743-d7302db945fa", ) go_repository( name = "com_github_fvbommel_sortorder", build_file_proto_mode = "disable_global", importpath = "github.com/fvbommel/sortorder", sum = "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=", version = "v1.0.1", ) go_repository( name = "com_github_garyburd_redigo", 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_gin_contrib_sse", build_file_proto_mode = "disable_global", importpath = "github.com/gin-contrib/sse", sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=", version = "v0.1.0", ) go_repository( name = "com_github_gin_gonic_gin", build_file_proto_mode = "disable_global", importpath = "github.com/gin-gonic/gin", sum = "h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14=", version = "v1.6.3", ) go_repository( name = "com_github_gliderlabs_ssh", 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_asn1_ber_asn1_ber", build_file_proto_mode = "disable_global", importpath = "github.com/go-asn1-ber/asn1-ber", sum = "h1:gvPdv/Hr++TRFCl0UbPFHC54P9N9jgsRPnmnr419Uck=", version = "v1.3.1", ) go_repository( name = "com_github_go_chi_chi", build_file_proto_mode = "disable_global", importpath = "github.com/go-chi/chi", sum = "h1:uQNcQN3NsV1j4ANsPh42P4ew4t6rnRbJb8frvpp31qQ=", version = "v3.3.2+incompatible", ) go_repository( name = "com_github_go_chi_chi_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-chi/chi/v5", sum = "h1:DBPx88FjZJH3FsICfDAfIfnb7XxKIYVGG6lOPlhENAg=", version = "v5.0.0", ) go_repository( name = "com_github_go_critic_go_critic", build_file_proto_mode = "disable_global", importpath = "github.com/go-critic/go-critic", sum = "h1:sGEEdiuvLV0OC7/yC6MnK3K6LCPBplspK45B0XVdFAc=", version = "v0.4.3", ) go_repository( name = "com_github_go_errors_errors", 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_git_gcfg", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/gcfg", sum = "h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=", version = "v1.5.0", ) go_repository( name = "com_github_go_git_go_billy_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/go-billy/v5", sum = "h1:7NQHvd9FVid8VL4qVUMm8XifBK+2xCoZ2lSk0agRrHM=", version = "v5.0.0", ) go_repository( name = "com_github_go_git_go_git_fixtures_v4", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/go-git-fixtures/v4", sum = "h1:PbKy9zOy4aAKrJ5pibIRpVO2BXnK1Tlcg+caKI7Ox5M=", version = "v4.0.2-0.20200613231340-f56387b50c12", ) go_repository( name = "com_github_go_git_go_git_v5", build_file_proto_mode = "disable_global", importpath = "github.com/go-git/go-git/v5", sum = "h1:YPBLG/3UK1we1ohRkncLjaXWLW+HKp5QNM/jTli2JgI=", version = "v5.2.0", ) go_repository( name = "com_github_go_gl_glfw", 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_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_proto_mode = "disable_global", importpath = "github.com/go-ini/ini", sum = "h1:7VJT/ZXjzqSrvtraFp4ONq80hTcRQth1c9ZnQ3uNQvU=", version = "v1.62.0", ) go_repository( name = "com_github_go_kit_kit", build_file_proto_mode = "disable_global", # build_extra_args = [ # "-known_import=" # ] importpath = "github.com/go-kit/kit", sum = "h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo=", version = "v0.10.0", ) go_repository( name = "com_github_go_kit_log", build_file_proto_mode = "disable_global", importpath = "github.com/go-kit/log", sum = "h1:DGJh0Sm43HbOeYDNnVZFl8BvcYVvjD5bqYJvp0REbwQ=", version = "v0.1.0", ) go_repository( name = "com_github_go_ldap_ldap_v3", build_file_proto_mode = "disable_global", importpath = "github.com/go-ldap/ldap/v3", sum = "h1:RIgdpHXJpsUqUK5WXwKyVsESrGFqo5BRWPk3RR4/ogQ=", version = "v3.1.3", ) go_repository( name = "com_github_go_lintpack_lintpack", 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_logfmt_logfmt", build_file_proto_mode = "disable_global", importpath = "github.com/go-logfmt/logfmt", sum = "h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=", version = "v0.5.0", ) go_repository( name = "com_github_go_logr_logr", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/logr", sum = "h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc=", version = "v0.4.0", ) go_repository( name = "com_github_go_logr_zapr", build_file_proto_mode = "disable_global", importpath = "github.com/go-logr/zapr", sum = "h1:uc1uML3hRYL9/ZZPdgHS/n8Nzo+eaYL/Efxkkamf7OM=", version = "v0.4.0", ) go_repository( name = "com_github_go_ole_go_ole", 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_openapi_errors", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/errors", sum = "h1:doM+tQdZbUm9gydV9yR+iQNmztbjj7I3sW4sIcAwIzc=", version = "v0.19.8", ) go_repository( name = "com_github_go_openapi_jsonpointer", 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_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_spec", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/spec", sum = "h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw=", version = "v0.19.5", ) go_repository( name = "com_github_go_openapi_strfmt", build_file_proto_mode = "disable_global", importpath = "github.com/go-openapi/strfmt", sum = "h1:1VgxvehFne1mbChGeCmZ5pc0LxUf6yaACVSIYAR91Xc=", version = "v0.20.1", ) go_repository( name = "com_github_go_openapi_swag", 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_playground_assert_v2", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/assert/v2", sum = "h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=", version = "v2.0.1", ) go_repository( name = "com_github_go_playground_locales", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/locales", sum = "h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=", version = "v0.13.0", ) go_repository( name = "com_github_go_playground_universal_translator", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/universal-translator", sum = "h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=", version = "v0.17.0", ) go_repository( name = "com_github_go_playground_validator_v10", build_file_proto_mode = "disable_global", importpath = "github.com/go-playground/validator/v10", sum = "h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1Vv0sFl1UcHBOY=", version = "v10.2.0", ) go_repository( name = "com_github_go_sql_driver_mysql", 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_stack_stack", 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_go_task_slim_sprig", build_file_proto_mode = "disable_global", importpath = "github.com/go-task/slim-sprig", sum = "h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=", version = "v0.0.0-20210107165309-348f09dbbbc0", ) go_repository( name = "com_github_go_test_deep", build_file_proto_mode = "disable_global", importpath = "github.com/go-test/deep", sum = "h1:onZX1rnHT3Wv6cqNgYyFOOlgVKJrksuCMCRvJStbMYw=", version = "v1.0.2", ) go_repository( name = "com_github_go_toolsmith_astcast", 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_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_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_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_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_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_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_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_proto_mode = "disable_global", importpath = "github.com/go-toolsmith/typep", sum = "h1:8xdsa1+FSIH/RhEkgnD1j2CJOy5mNllW1Q9tRiYwvlk=", version = "v1.0.2", ) go_repository( name = "com_github_go_xmlfmt_xmlfmt", build_file_proto_mode = "disable_global", importpath = "github.com/go-xmlfmt/xmlfmt", sum = "h1:khEcpUM4yFcxg4/FHQWkvVRmgijNXRfzkIDHh23ggEo=", version = "v0.0.0-20191208150333-d5b6f63a941b", ) go_repository( name = "com_github_gobuffalo_attrs", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/attrs", sum = "h1:hSkbZ9XSyjyBirMeqSqUrK+9HboWrweVlzRNqoBi2d4=", version = "v0.0.0-20190224210810-a9411de4debd", ) go_repository( name = "com_github_gobuffalo_depgen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/depgen", sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=", version = "v0.1.0", ) go_repository( name = "com_github_gobuffalo_envy", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/envy", sum = "h1:OQl5ys5MBea7OGCdvPbBJWRgnhC/fGona6QKfvFeau8=", version = "v1.7.1", ) go_repository( name = "com_github_gobuffalo_flect", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/flect", sum = "h1:f/ZukRnSNA/DUpSNDadko7Qc0PhGvsew35p/2tu+CRY=", version = "v0.2.3", ) go_repository( name = "com_github_gobuffalo_genny", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/genny", sum = "h1:iQ0D6SpNXIxu52WESsD+KoQ7af2e3nCfnSBoSF/hKe0=", version = "v0.1.1", ) go_repository( name = "com_github_gobuffalo_gitgen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/gitgen", sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=", version = "v0.0.0-20190315122116-cc086187d211", ) go_repository( name = "com_github_gobuffalo_gogen", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/gogen", sum = "h1:dLg+zb+uOyd/mKeQUYIbwbNmfRsr9hd/WtYWepmayhI=", version = "v0.1.1", ) go_repository( name = "com_github_gobuffalo_logger", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/logger", sum = "h1:ZEgyRGgAm4ZAhAO45YXMs5Fp+bzGLESFewzAVBMKuTg=", version = "v1.0.1", ) go_repository( name = "com_github_gobuffalo_mapi", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/mapi", sum = "h1:fq9WcL1BYrm36SzK6+aAnZ8hcp+SrmnDyAxhNx8dvJk=", version = "v1.0.2", ) go_repository( name = "com_github_gobuffalo_packd", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/packd", sum = "h1:eMwymTkA1uXsqxS0Tpoop3Lc0u3kTfiMBE6nKtQU4g4=", version = "v0.3.0", ) go_repository( name = "com_github_gobuffalo_packr_v2", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/packr/v2", sum = "h1:n3CIW5T17T8v4GGK5sWXLVWJhCz7b5aNLSxW6gYim4o=", version = "v2.7.1", ) go_repository( name = "com_github_gobuffalo_syncx", build_file_proto_mode = "disable_global", importpath = "github.com/gobuffalo/syncx", sum = "h1:tpom+2CJmpzAWj5/VEHync2rJGi+epHNIeRSWjzGA+4=", version = "v0.0.0-20190224160051-33c29581e754", ) go_repository( name = "com_github_gobwas_glob", 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_goccy_go_json", build_file_proto_mode = "disable_global", importpath = "github.com/goccy/go-json", sum = "h1:TfwOxfSp8hXH+ivoOk36RyDNmXATUETRdaNWDaZglf8=", version = "v0.4.8", ) go_repository( name = "com_github_godbus_dbus", 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_godbus_dbus_v5", build_file_proto_mode = "disable_global", importpath = "github.com/godbus/dbus/v5", sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=", version = "v5.0.3", ) go_repository( name = "com_github_godror_godror", build_file_proto_mode = "disable_global", importpath = "github.com/godror/godror", sum = "h1:4A5GLGAJTSuELw1NThqY5bINYB+mqrln+kF5C2vuyCs=", version = "v0.13.3", ) go_repository( name = "com_github_gofrs_flock", build_file_proto_mode = "disable_global", importpath = "github.com/gofrs/flock", sum = "h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY=", version = "v0.8.0", ) go_repository( name = "com_github_gogo_googleapis", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/googleapis", sum = "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=", version = "v1.4.0", ) go_repository( name = "com_github_gogo_protobuf", build_file_proto_mode = "disable_global", importpath = "github.com/gogo/protobuf", sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", version = "v1.3.2", ) go_repository( name = "com_github_golang_glog", 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_proto_mode = "disable_global", importpath = "github.com/golang/groupcache", - sum = "h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=", - version = "v0.0.0-20200121045136-8c9f03a8e57e", + sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", + version = "v0.0.0-20210331224755-41bb18bfe9da", ) go_repository( name = "com_github_golang_jwt_jwt", build_file_proto_mode = "disable_global", importpath = "github.com/golang-jwt/jwt", sum = "h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=", version = "v3.2.1+incompatible", ) go_repository( name = "com_github_golang_lint", 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_mock", build_file_proto_mode = "disable_global", importpath = "github.com/golang/mock", - sum = "h1:jlYHihg//f7RRwuPfptm04yp4s7O6Kw8EZiVYIGcH0g=", - version = "v1.5.0", + sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", + version = "v1.6.0", ) go_repository( name = "com_github_golang_protobuf", build_file_proto_mode = "disable_global", importpath = "github.com/golang/protobuf", sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", version = "v1.5.2", ) go_repository( name = "com_github_golang_snappy", build_file_proto_mode = "disable_global", importpath = "github.com/golang/snappy", - sum = "h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=", - version = "v0.0.1", + sum = "h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA=", + version = "v0.0.3", ) go_repository( name = "com_github_golang_sql_civil", 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_golangci_check", 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_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_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_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_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_proto_mode = "disable_global", importpath = "github.com/golangci/gocyclo", sum = "h1:pXTK/gkVNs7Zyy7WKgLXmpQ5bHTrq5GDsp8R9Qs67g0=", version = "v0.0.0-20180528144436-0a533e8fa43d", ) go_repository( name = "com_github_golangci_gofmt", 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_proto_mode = "disable_global", importpath = "github.com/golangci/golangci-lint", sum = "h1:VYLx63qb+XJsHdZ27PMS2w5JZacN0XG8ffUwe7yQomo=", version = "v1.27.0", ) go_repository( name = "com_github_golangci_ineffassign", 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_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_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_proto_mode = "disable_global", importpath = "github.com/golangci/misspell", sum = "h1:pLzmVdl3VxTOncgzHcvLOKirdvcx/TydsClUQXTehjo=", version = "v0.3.5", ) go_repository( name = "com_github_golangci_prealloc", 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_proto_mode = "disable_global", importpath = "github.com/golangci/revgrep", sum = "h1:XQKc8IYQOeRwVs36tDrEmTgDgP88d5iEURwpmtiAlOM=", version = "v0.0.0-20180812185044-276a5c0a1039", ) go_repository( name = "com_github_golangci_unconvert", 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_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_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_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_addlicense", build_file_proto_mode = "disable_global", importpath = "github.com/google/addlicense", sum = "h1:JypWNzPMSgH5yL0NvFoAIsDRlKFgL0AsS3GO5bg4Pto=", version = "v0.0.0-20200906110928-a0294312aa76", ) go_repository( name = "com_github_google_btree", build_file_proto_mode = "disable_global", importpath = "github.com/google/btree", sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=", version = "v1.0.0", ) go_repository( name = "com_github_google_crfs", build_file_proto_mode = "disable_global", importpath = "github.com/google/crfs", sum = "h1:eiW5yEpL5gwvM2XH3EV06vRs7AVCtgL1LOs71VeW7uQ=", version = "v0.0.0-20191108021818-71d77da419c9", ) go_repository( name = "com_github_google_go_cmp", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-cmp", sum = "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=", version = "v0.5.6", ) go_repository( name = "com_github_google_go_containerregistry", build_extra_args = [ "-known_import=vbom.ml/util/sortorder", ], build_file_proto_mode = "disable_global", importpath = "github.com/google/go-containerregistry", sum = "h1:fZm+V2pYnvb8NMPM1YOsyxr31XKfpHTun5oVTRnG8qc=", version = "v0.1.4", ) go_repository( name = "com_github_google_go_github", 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_v28", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v28", sum = "h1:kORf5ekX5qwXO2mGzXXOjMe/g6ap8ahVe0sBEulhSxo=", version = "v28.1.1", ) go_repository( name = "com_github_google_go_github_v29", 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_v33", build_file_proto_mode = "disable_global", importpath = "github.com/google/go-github/v33", sum = "h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=", version = "v33.0.0", ) go_repository( name = "com_github_google_go_querystring", 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_google_go_replayers_grpcreplay", 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_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_gofuzz", build_file_proto_mode = "disable_global", importpath = "github.com/google/gofuzz", sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=", version = "v1.2.0", ) go_repository( name = "com_github_google_martian", build_file_proto_mode = "disable_global", importpath = "github.com/google/martian", sum = "h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE=", version = "v2.1.1-0.20190517191504-25dcb96d9e51+incompatible", ) go_repository( name = "com_github_google_martian_v3", build_file_proto_mode = "disable_global", importpath = "github.com/google/martian/v3", - sum = "h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60=", - version = "v3.1.0", + sum = "h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ=", + version = "v3.2.1", ) go_repository( name = "com_github_google_pprof", build_file_proto_mode = "disable_global", importpath = "github.com/google/pprof", - sum = "h1:zIaiqGYDQwa4HVx5wGRTXbx38Pqxjemn4BP98wpzpXo=", - version = "v0.0.0-20210226084205-cbba55b83ad5", + sum = "h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=", + version = "v0.0.0-20210720184732-4bb14d4b1be1", ) go_repository( name = "com_github_google_renameio", build_file_proto_mode = "disable_global", importpath = "github.com/google/renameio", sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", version = "v0.1.0", ) go_repository( name = "com_github_google_rpmpack", build_file_proto_mode = "disable_global", importpath = "github.com/google/rpmpack", sum = "h1:BW6OvS3kpT5UEPbCZ+KyX/OB4Ks9/MNMhWjqPPkZxsE=", version = "v0.0.0-20191226140753-aa36bfddb3a0", ) go_repository( name = "com_github_google_shlex", 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_google_subcommands", 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_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/google/uuid", sum = "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=", version = "v1.2.0", ) go_repository( name = "com_github_google_wire", build_file_proto_mode = "disable_global", importpath = "github.com/google/wire", sum = "h1:kXcsA/rIGzJImVqPdhfnr6q0xsS9gU0515q1EPpJ9fE=", version = "v0.4.0", ) go_repository( name = "com_github_googleapis_gax_go", 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_googleapis_gax_go_v2", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gax-go/v2", - sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=", - version = "v2.0.5", + sum = "h1:6DWmvNpomjL1+3liNSZbVns3zsYzzCjm6pRBO1tLeso=", + version = "v2.1.0", ) go_repository( name = "com_github_googleapis_gnostic", build_file_proto_mode = "disable_global", importpath = "github.com/googleapis/gnostic", sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=", version = "v0.5.5", ) go_repository( name = "com_github_googlecloudplatform_cloudsql_proxy", 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_k8s_cloud_provider", 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_googlecloudplatform_k8s_config_connector", build_file_proto_mode = "disable_global", importpath = "github.com/GoogleCloudPlatform/k8s-config-connector", sum = "h1:b5YPhkKSB2orm4NMTaCTQ8IoY/9si99yY2vr/F/q9eI=", version = "v1.58.0", ) go_repository( name = "com_github_gookit_color", build_file_proto_mode = "disable_global", importpath = "github.com/gookit/color", sum = "h1:xOYBan3Fwlrqj1M1UN2TlHOCRiek3bGzWf/vPnJ1roE=", version = "v1.2.4", ) go_repository( name = "com_github_gophercloud_gophercloud", 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_gopherjs_gopherjs", build_file_proto_mode = "disable_global", importpath = "github.com/gopherjs/gopherjs", sum = "h1:JKmoR8x90Iww1ks85zJ1lfDGgIiMDuIptTOhJq+zKyg=", version = "v0.0.0-20181103185306-d547d1d9531e", ) go_repository( name = "com_github_goreleaser_goreleaser", build_file_proto_mode = "disable_global", importpath = "github.com/goreleaser/goreleaser", sum = "h1:Z+7XPrfGK11s/Sp+a06sx2FzGuCjTBdxN2ubpGvQbjY=", version = "v0.136.0", ) go_repository( name = "com_github_goreleaser_nfpm", build_file_proto_mode = "disable_global", importpath = "github.com/goreleaser/nfpm", sum = "h1:BPwIomC+e+yuDX9poJowzV7JFVcYA0+LwGSkbAPs2Hw=", version = "v1.3.0", ) go_repository( name = "com_github_gorilla_context", 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_handlers", 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_mux", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/mux", sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=", version = "v1.8.0", ) go_repository( name = "com_github_gorilla_websocket", build_file_proto_mode = "disable_global", importpath = "github.com/gorilla/websocket", sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=", version = "v1.4.2", ) go_repository( name = "com_github_gostaticanalysis_analysisutil", build_file_proto_mode = "disable_global", importpath = "github.com/gostaticanalysis/analysisutil", sum = "h1:iwp+5/UAyzQSFgQ4uR2sni99sJ8Eo9DEacKWM5pekIg=", version = "v0.0.3", ) go_repository( name = "com_github_gosuri_uilive", build_file_proto_mode = "disable_global", importpath = "github.com/gosuri/uilive", sum = "h1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY=", version = "v0.0.4", ) go_repository( name = "com_github_gosuri_uitable", 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_proto_mode = "disable_global", importpath = "github.com/gotestyourself/gotestyourself", sum = "h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=", version = "v2.2.0+incompatible", ) go_repository( name = "com_github_gregjones_httpcache", build_file_proto_mode = "disable_global", importpath = "github.com/gregjones/httpcache", sum = "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=", version = "v0.0.0-20190611155906-901d90724c79", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_middleware", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/go-grpc-middleware", sum = "h1:0IKlLyQ3Hs9nDaiK5cSHAGmcQEIC8l2Ts1u6x5Dfrqg=", version = "v1.2.0", ) go_repository( name = "com_github_grpc_ecosystem_go_grpc_prometheus", 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_directives = [ "gazelle:exclude **/**_test.go", "gazelle:exclude examples", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal @grpc_ecosystem_grpc_gateway//internal", "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options @grpc_ecosystem_grpc_gateway//protoc-gen-swagger", ], build_file_generation = "on", build_file_name = "BUILD.bazel", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/grpc-gateway", - sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=", - version = "v1.9.5", + sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", + version = "v1.16.0", ) go_repository( name = "com_github_grpc_ecosystem_grpc_opentracing", build_file_proto_mode = "disable_global", importpath = "github.com/grpc-ecosystem/grpc-opentracing", sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=", version = "v0.0.0-20180507213350-8e809c8a8645", ) go_repository( name = "com_github_hanwen_go_fuse", build_file_proto_mode = "disable_global", importpath = "github.com/hanwen/go-fuse", sum = "h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=", version = "v1.0.0", ) go_repository( name = "com_github_hanwen_go_fuse_v2", build_file_proto_mode = "disable_global", importpath = "github.com/hanwen/go-fuse/v2", sum = "h1:kpV28BKeSyVgZREItBLnaVBvOEwv2PuhNdKetwnvNHo=", version = "v2.0.3", ) go_repository( name = "com_github_hashicorp_consul_api", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/consul/api", sum = "h1:HXNYlRkkM/t+Y/Yhxtwcy02dlYwIaoxzvxPnS+cqy78=", version = "v1.3.0", ) go_repository( name = "com_github_hashicorp_consul_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/consul/sdk", sum = "h1:UOxjlb4xVNF93jak1mzzoBatyFju9nrkxpVwIp/QqxQ=", version = "v0.3.0", ) go_repository( name = "com_github_hashicorp_errwrap", 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_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-cleanhttp", sum = "h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=", version = "v0.5.1", ) go_repository( name = "com_github_hashicorp_go_getter", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-getter", sum = "h1:ENHNi8494porjD0ZhIrjlAHnveSFhY7hvOJrV/fsKkw=", version = "v1.4.0", ) go_repository( name = "com_github_hashicorp_go_hclog", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-hclog", sum = "h1:nQcJDQwIAGnmoUWp8ubocEX40cCml/17YkF6csQLReU=", version = "v0.14.1", ) go_repository( name = "com_github_hashicorp_go_immutable_radix", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-immutable-radix", sum = "h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_kms_wrapping_entropy", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-kms-wrapping/entropy", sum = "h1:xuTi5ZwjimfpvpL09jDE71smCBRpnF5xfo871BSX4gs=", version = "v0.1.0", ) go_repository( name = "com_github_hashicorp_go_msgpack", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-msgpack", sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", version = "v0.5.3", ) go_repository( name = "com_github_hashicorp_go_multierror", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-multierror", sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", version = "v1.1.1", ) go_repository( name = "com_github_hashicorp_go_net", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go.net", sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=", version = "v0.0.1", ) go_repository( name = "com_github_hashicorp_go_plugin", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-plugin", sum = "h1:4OtAfUGbnKC6yS48p0CtMX2oFYtzFZVv6rok3cRWgnE=", version = "v1.0.1", ) go_repository( name = "com_github_hashicorp_go_retryablehttp", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-retryablehttp", sum = "h1:92lWxgpa+fF3FozM4B3UZtHZMJX8T5XT+TFdCxsPyWs=", version = "v0.6.8", ) go_repository( name = "com_github_hashicorp_go_rootcerts", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-rootcerts", sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_go_safetemp", 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_sockaddr", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-sockaddr", sum = "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_go_syslog", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-syslog", sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_go_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-uuid", sum = "h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=", version = "v1.0.2", ) go_repository( name = "com_github_hashicorp_go_version", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/go-version", sum = "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=", version = "v1.3.0", ) go_repository( name = "com_github_hashicorp_golang_lru", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/golang-lru", sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", version = "v0.5.4", ) go_repository( name = "com_github_hashicorp_hcl", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/hcl", sum = "h1:UiJeEzCWAYdVaJr8Xo4lBkTozlW1+1yxVUnpbS1xVEk=", version = "v1.0.1-vault", ) go_repository( name = "com_github_hashicorp_logutils", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/logutils", sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_mdns", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/mdns", sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=", version = "v1.0.0", ) go_repository( name = "com_github_hashicorp_memberlist", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/memberlist", sum = "h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=", version = "v0.1.3", ) go_repository( name = "com_github_hashicorp_serf", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/serf", sum = "h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0=", version = "v0.8.2", ) go_repository( name = "com_github_hashicorp_uuid", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/uuid", sum = "h1:nQcv325vxv2fFHJsOt53eSRf1eINt6vOdYUFfXs4rgk=", version = "v0.0.0-20160311170451-ebb0a03e909c", ) go_repository( name = "com_github_hashicorp_vault_api", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/api", sum = "h1:/N4wXZdB+zZfs0OtrJA1p0H1swAJmvdqa9e7sALMLaY=", version = "v1.0.5-0.20210224012239-b540be4b7ec4", ) go_repository( name = "com_github_hashicorp_vault_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/vault/sdk", sum = "h1:e1ok06zGrWJW91rzRroyl5nRNqraaBe4d5hiKcVZuHM=", version = "v0.1.14-0.20200519221838-e0cfd64bc267", ) go_repository( name = "com_github_hashicorp_yamux", build_file_proto_mode = "disable_global", importpath = "github.com/hashicorp/yamux", sum = "h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M=", version = "v0.0.0-20180604194846-3520598351bb", ) go_repository( name = "com_github_hinshun_vt10x", build_file_proto_mode = "disable_global", importpath = "github.com/hinshun/vt10x", sum = "h1:WlZsjVhE8Af9IcZDGgJGQpNflI3+MJSBhsgT5PCtzBQ=", version = "v0.0.0-20180616224451-1954e6464174", ) go_repository( name = "com_github_hpcloud_tail", build_file_proto_mode = "disable_global", importpath = "github.com/hpcloud/tail", sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", version = "v1.0.0", ) go_repository( name = "com_github_huandu_xstrings", build_file_proto_mode = "disable_global", importpath = "github.com/huandu/xstrings", sum = "h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs=", version = "v1.3.1", ) go_repository( name = "com_github_hudl_fargo", build_file_proto_mode = "disable_global", importpath = "github.com/hudl/fargo", sum = "h1:0U6+BtN6LhaYuTnIJq4Wyq5cpn6O2kWrxAtcqBmYY6w=", version = "v1.3.0", ) go_repository( name = "com_github_ianlancetaylor_demangle", build_file_proto_mode = "disable_global", importpath = "github.com/ianlancetaylor/demangle", sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=", version = "v0.0.0-20200824232613-28f6c0f3b639", ) go_repository( name = "com_github_ibm_go_sdk_core_v5", build_file_proto_mode = "disable_global", importpath = "github.com/IBM/go-sdk-core/v5", sum = "h1:fP/SLOMxRzhHaqS+I5XN+1CWrAAWn8fdzWuZvbR5KxE=", version = "v5.4.5", ) go_repository( name = "com_github_ibm_secrets_manager_go_sdk", build_file_proto_mode = "disable_global", importpath = "github.com/IBM/secrets-manager-go-sdk", sum = "h1:llT2ryUHpSvNwqzNQ+8cxInIXi7WgRtgUz9ycerJKvA=", version = "v0.1.21", ) go_repository( name = "com_github_imdario_mergo", build_file_proto_mode = "disable_global", importpath = "github.com/imdario/mergo", sum = "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=", version = "v0.3.12", ) go_repository( name = "com_github_inconshreveable_mousetrap", build_file_proto_mode = "disable_global", importpath = "github.com/inconshreveable/mousetrap", sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", version = "v1.0.0", ) go_repository( name = "com_github_influxdata_influxdb1_client", build_file_proto_mode = "disable_global", importpath = "github.com/influxdata/influxdb1-client", sum = "h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=", version = "v0.0.0-20191209144304-8bf82d3c094d", ) go_repository( name = "com_github_instrumenta_kubeval", build_file_proto_mode = "disable_global", importpath = "github.com/instrumenta/kubeval", sum = "h1:P9mMMkEUuxqvTyvzjMExBlyyDmowHeFHyFlS80ks/+0=", version = "v0.0.0-20201118090229-529b532b1ea1", ) go_repository( name = "com_github_ishidawataru_sctp", build_file_proto_mode = "disable_global", importpath = "github.com/ishidawataru/sctp", sum = "h1:rw3IAne6CDuVFlZbPOkA7bhxlqawFh7RJJ+CejfMaxE=", version = "v0.0.0-20191218070446-00ab2ac2db07", ) go_repository( name = "com_github_j_keck_arping", build_file_proto_mode = "disable_global", importpath = "github.com/j-keck/arping", sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=", version = "v0.0.0-20160618110441-2cf9dc699c56", ) go_repository( name = "com_github_jaguilar_vt100", build_file_proto_mode = "disable_global", importpath = "github.com/jaguilar/vt100", sum = "h1:8jAXxWimXVprzB8T6UPtRc839vieK/m2LsvNU0aw5pA=", version = "v0.0.0-20150826170717-2703a27b14ea", ) go_repository( name = "com_github_jarcoal_httpmock", build_file_proto_mode = "disable_global", importpath = "github.com/jarcoal/httpmock", sum = "h1:cHtVEcTxRSX4J0je7mWPfc9BpDpqzXSJ5HbymZmyHck=", version = "v1.0.5", ) go_repository( name = "com_github_jbenet_go_context", 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_jellevandenhooff_dkim", build_file_proto_mode = "disable_global", importpath = "github.com/jellevandenhooff/dkim", sum = "h1:ujPKutqRlJtcfWk6toYVYagwra7HQHbXOaS171b4Tg8=", version = "v0.0.0-20150330215556-f50fe3d243e1", ) go_repository( name = "com_github_jessevdk_go_flags", 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_jingyugao_rowserrcheck", build_file_proto_mode = "disable_global", importpath = "github.com/jingyugao/rowserrcheck", sum = "h1:GmsqmapfzSJkm28dhRoHz2tLRbJmqhU86IPgBtN3mmk=", version = "v0.0.0-20191204022205-72ab7603b68a", ) go_repository( name = "com_github_jirfag_go_printf_func_name", build_file_proto_mode = "disable_global", importpath = "github.com/jirfag/go-printf-func-name", sum = "h1:KA9BjwUk7KlCh6S9EAGWBt1oExIUv9WyNCiRz5amv48=", version = "v0.0.0-20200119135958-7558a9eaa5af", ) go_repository( name = "com_github_jmespath_go_jmespath", build_file_proto_mode = "disable_global", importpath = "github.com/jmespath/go-jmespath", sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", version = "v0.4.0", ) go_repository( name = "com_github_jmespath_go_jmespath_internal_testify", build_file_proto_mode = "disable_global", importpath = "github.com/jmespath/go-jmespath/internal/testify", sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=", version = "v1.5.1", ) go_repository( name = "com_github_jmoiron_sqlx", build_file_proto_mode = "disable_global", importpath = "github.com/jmoiron/sqlx", sum = "h1:aLN7YINNZ7cYOPK3QC83dbM6KT0NMqVMw961TqrejlE=", version = "v1.3.1", ) go_repository( name = "com_github_joefitzgerald_rainbow_reporter", build_file_proto_mode = "disable_global", importpath = "github.com/joefitzgerald/rainbow-reporter", sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=", version = "v0.1.0", ) go_repository( name = "com_github_joho_godotenv", 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_jonboulle_clockwork", build_file_proto_mode = "disable_global", importpath = "github.com/jonboulle/clockwork", sum = "h1:S/EaQvW6FpWMYAvYvY+OBDvpaM+izu0oiwo5y0MH7U0=", version = "v0.2.1", ) go_repository( name = "com_github_jpillora_backoff", build_file_proto_mode = "disable_global", importpath = "github.com/jpillora/backoff", sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", version = "v1.0.0", ) go_repository( name = "com_github_json_iterator_go", build_file_proto_mode = "disable_global", importpath = "github.com/json-iterator/go", sum = "h1:uVUAXhF2To8cbw/3xN3pxj6kk7TYKs98NIrTqPlMWAQ=", version = "v1.1.11", ) go_repository( name = "com_github_jstemmer_go_junit_report", build_file_proto_mode = "disable_global", importpath = "github.com/jstemmer/go-junit-report", sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", version = "v0.9.1", ) go_repository( name = "com_github_jtolds_gls", 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_julienschmidt_httprouter", build_file_proto_mode = "disable_global", importpath = "github.com/julienschmidt/httprouter", sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", version = "v1.3.0", ) go_repository( name = "com_github_karrick_godirwalk", build_file_proto_mode = "disable_global", importpath = "github.com/karrick/godirwalk", sum = "h1:lOpSw2vJP0y5eLBW906QwKsUK/fe/QDyoqM5rnnuPDY=", version = "v1.10.3", ) go_repository( name = "com_github_kballard_go_shellquote", 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_kevinburke_ssh_config", build_file_proto_mode = "disable_global", importpath = "github.com/kevinburke/ssh_config", sum = "h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=", version = "v0.0.0-20201106050909-4977a11b4351", ) go_repository( name = "com_github_kisielk_errcheck", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/errcheck", sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", version = "v1.5.0", ) go_repository( name = "com_github_kisielk_gotool", build_file_proto_mode = "disable_global", importpath = "github.com/kisielk/gotool", sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", version = "v1.0.0", ) go_repository( name = "com_github_klauspost_compress", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/compress", sum = "h1:dB4Bn0tN3wdCzQxnS8r06kV74qN/TAfaIS0bVE8h3jc=", version = "v1.11.3", ) go_repository( name = "com_github_klauspost_cpuid", build_file_proto_mode = "disable_global", importpath = "github.com/klauspost/cpuid", sum = "h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=", version = "v1.2.0", ) go_repository( name = "com_github_knetic_govaluate", build_file_proto_mode = "disable_global", importpath = "github.com/Knetic/govaluate", sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=", version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible", ) go_repository( name = "com_github_konsorten_go_windows_terminal_sequences", build_file_proto_mode = "disable_global", importpath = "github.com/konsorten/go-windows-terminal-sequences", sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=", version = "v1.0.3", ) go_repository( name = "com_github_kr_logfmt", 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_proto_mode = "disable_global", importpath = "github.com/kr/pretty", sum = "h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=", version = "v0.2.1", ) go_repository( name = "com_github_kr_pty", build_file_proto_mode = "disable_global", importpath = "github.com/kr/pty", sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=", version = "v1.1.8", ) go_repository( name = "com_github_kr_text", build_file_proto_mode = "disable_global", importpath = "github.com/kr/text", sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", version = "v0.2.0", ) go_repository( name = "com_github_kylelemons_godebug", build_file_proto_mode = "disable_global", importpath = "github.com/kylelemons/godebug", sum = "h1:MtvEpTB6LX3vkb4ax0b5D2DHbNAUsen0Gx5wZoq3lV4=", version = "v0.0.0-20170820004349-d65d576e9348", ) go_repository( name = "com_github_lann_builder", build_file_proto_mode = "disable_global", importpath = "github.com/lann/builder", sum = "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=", version = "v0.0.0-20180802200727-47ae307949d0", ) go_repository( name = "com_github_lann_ps", build_file_proto_mode = "disable_global", importpath = "github.com/lann/ps", sum = "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=", version = "v0.0.0-20150810152359-62de8c46ede0", ) go_repository( name = "com_github_leodido_go_urn", build_file_proto_mode = "disable_global", importpath = "github.com/leodido/go-urn", sum = "h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=", version = "v1.2.0", ) go_repository( name = "com_github_lestrrat_go_backoff_v2", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/backoff/v2", sum = "h1:i2SeK33aOFJlUNJZzf2IpXRBvqBBnaGXfY5Xaop/GsE=", version = "v2.0.7", ) go_repository( name = "com_github_lestrrat_go_blackmagic", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/blackmagic", sum = "h1:XzdxDbuQTz0RZZEmdU7cnQxUtFUzgCSPq8RCz4BxIi4=", version = "v1.0.0", ) go_repository( name = "com_github_lestrrat_go_codegen", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/codegen", sum = "h1:gnWFHKvL64TTSFRghShUybm9UvBxFFXvnniE06JTO3k=", version = "v1.0.0", ) go_repository( name = "com_github_lestrrat_go_httpcc", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/httpcc", sum = "h1:FszVC6cKfDvBKcJv646+lkh4GydQg2Z29scgUfkOpYc=", version = "v1.0.0", ) go_repository( name = "com_github_lestrrat_go_iter", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/iter", sum = "h1:q8faalr2dY6o8bV45uwrxq12bRa1ezKrB6oM9FUgN4A=", version = "v1.0.1", ) go_repository( name = "com_github_lestrrat_go_jwx", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/jwx", sum = "h1:WJ/3tiPUz1wV24KiwMEanbENwHnYub9UqzCbQ82mv9c=", version = "v1.2.1", ) go_repository( name = "com_github_lestrrat_go_option", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/option", sum = "h1:WqAWL8kh8VcSoD6xjSH34/1m8yxluXQbDeKNfvFeEO4=", version = "v1.0.0", ) go_repository( name = "com_github_lestrrat_go_pdebug_v3", build_file_proto_mode = "disable_global", importpath = "github.com/lestrrat-go/pdebug/v3", sum = "h1:3G5sX/aw/TbMTtVc9U7IHBWRZtMvwvBziF1e4HoQtv8=", version = "v3.0.1", ) go_repository( name = "com_github_lib_pq", build_file_proto_mode = "disable_global", importpath = "github.com/lib/pq", sum = "h1:Zx5DJFEYQXio93kgXnQ09fXNiUKsqv4OUEu2UtGcB1E=", version = "v1.10.0", ) go_repository( name = "com_github_liggitt_tabwriter", 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_lightstep_lightstep_tracer_common_golang_gogo", build_file_proto_mode = "disable_global", importpath = "github.com/lightstep/lightstep-tracer-common/golang/gogo", sum = "h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo=", version = "v0.0.0-20190605223551-bc2310a04743", ) go_repository( name = "com_github_lightstep_lightstep_tracer_go", build_file_proto_mode = "disable_global", importpath = "github.com/lightstep/lightstep-tracer-go", sum = "h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk=", version = "v0.18.1", ) go_repository( name = "com_github_lithammer_dedent", 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_proto_mode = "disable_global", importpath = "github.com/logrusorgru/aurora", sum = "h1:bqDmpDG49ZRnB5PcgP0RXtQvnMSgIF14M7CBd2shtXs=", version = "v0.0.0-20200102142835-e9ef32dff381", ) go_repository( name = "com_github_lyft_protoc_gen_validate", 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_magiconair_properties", build_file_proto_mode = "disable_global", importpath = "github.com/magiconair/properties", sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=", version = "v1.8.1", ) go_repository( name = "com_github_mailru_easyjson", 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_makenowjust_heredoc", 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_maratori_testpackage", build_file_proto_mode = "disable_global", importpath = "github.com/maratori/testpackage", sum = "h1:QtJ5ZjqapShm0w5DosRjg0PRlSdAdlx+W6cCKoALdbQ=", version = "v1.0.1", ) go_repository( name = "com_github_markbates_oncer", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/oncer", sum = "h1:JgVTCPf0uBVcUSWpyXmGpgOc62nK5HWUBKAGc3Qqa5k=", version = "v0.0.0-20181203154359-bf2de49a0be2", ) go_repository( name = "com_github_markbates_safe", build_file_proto_mode = "disable_global", importpath = "github.com/markbates/safe", sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=", version = "v1.0.1", ) go_repository( name = "com_github_marstr_guid", 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_proto_mode = "disable_global", importpath = "github.com/Masterminds/goutils", sum = "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=", version = "v1.1.1", ) go_repository( name = "com_github_masterminds_semver", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver", sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=", version = "v1.5.0", ) go_repository( name = "com_github_masterminds_semver_v3", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/semver/v3", sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=", version = "v3.1.1", ) go_repository( name = "com_github_masterminds_sprig_v3", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/sprig/v3", sum = "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=", version = "v3.2.2", ) go_repository( name = "com_github_masterminds_squirrel", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/squirrel", sum = "h1:JukIZisrUXadA9pl3rMkjhiamxiB0cXiu+HGp/Y8cY8=", version = "v1.5.0", ) go_repository( name = "com_github_masterminds_vcs", build_file_proto_mode = "disable_global", importpath = "github.com/Masterminds/vcs", sum = "h1:NL3G1X7/7xduQtA2sJLpVpfHTNBALVNSjob6KEjPXNQ=", version = "v1.13.1", ) go_repository( name = "com_github_matoous_godox", 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_matryer_moq", build_file_proto_mode = "disable_global", importpath = "github.com/matryer/moq", sum = "h1:reVOUXwnhsYv/8UqjvhrMOu5CNT9UapHFLbQ2JcXsmg=", version = "v0.0.0-20200106131100-75d0ddfc0007", ) go_repository( name = "com_github_mattermost_xml_roundtrip_validator", build_file_proto_mode = "disable_global", importpath = "github.com/mattermost/xml-roundtrip-validator", sum = "h1:qqXczln0qwkVGcpQ+sQuPOVntt2FytYarXXxYSNJkgw=", version = "v0.0.0-20201213122252-bcd7e1b9601e", ) go_repository( name = "com_github_mattn_go_colorable", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-colorable", sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=", version = "v0.1.8", ) go_repository( name = "com_github_mattn_go_ieproxy", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-ieproxy", sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=", version = "v0.0.1", ) go_repository( name = "com_github_mattn_go_isatty", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-isatty", sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=", version = "v0.0.12", ) go_repository( name = "com_github_mattn_go_oci8", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-oci8", sum = "h1:BBXYpvzPO43QNTLDEivPFteeFZ9nKA6JQ6eifpxOmio=", version = "v0.0.7", ) go_repository( name = "com_github_mattn_go_runewidth", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-runewidth", sum = "h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=", version = "v0.0.7", ) go_repository( name = "com_github_mattn_go_shellwords", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-shellwords", sum = "h1:vCoR9VPpsk/TZFW2JwK5I9S0xdrtUq2bph6/YjEPnaw=", version = "v1.0.11", ) go_repository( name = "com_github_mattn_go_sqlite3", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-sqlite3", sum = "h1:dNPt6NO46WmLVt2DLNpwczCmdV5boIZ6g/tlDrlRUbg=", version = "v1.14.6", ) go_repository( name = "com_github_mattn_go_zglob", 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_mattn_goveralls", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/goveralls", sum = "h1:7eJB6EqsPhRVxvwEXGnqdO2sJI0PTsrWoTMXEk9/OQc=", version = "v0.0.2", ) go_repository( name = "com_github_matttproud_golang_protobuf_extensions", build_file_proto_mode = "disable_global", importpath = "github.com/matttproud/golang_protobuf_extensions", sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=", version = "v1.0.2-0.20181231171920-c182affec369", ) go_repository( name = "com_github_maxbrunsfeld_counterfeiter_v6", 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_mgutz_ansi", 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_microsoft_go_winio", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/go-winio", sum = "h1:mw6pDQqv38/WGF1cO/jF5t/jyAJ2yi7CmtFLLO5tGFI=", version = "v0.4.17-0.20210211115548-6eac466e5fa3", ) go_repository( name = "com_github_microsoft_hcsshim", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/hcsshim", sum = "h1:Aof83YILRs2Vx3GhHqlvvfyx1asRJKMFIMeVlHsZKtI=", version = "v0.8.15", ) go_repository( name = "com_github_microsoft_hcsshim_test", build_file_proto_mode = "disable_global", importpath = "github.com/Microsoft/hcsshim/test", sum = "h1:sqPBuX6WumurdHaSRbS8xyyyP8Rf7kUpLUlJaN7rztw=", version = "v0.0.0-20201218223536-d3e5debf77da", ) go_repository( name = "com_github_miekg_dns", build_file_proto_mode = "disable_global", importpath = "github.com/miekg/dns", sum = "h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA=", version = "v1.0.14", ) go_repository( name = "com_github_mistifyio_go_zfs", build_file_proto_mode = "disable_global", importpath = "github.com/mistifyio/go-zfs", sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=", version = "v2.1.2-0.20190413222219-f784269be439+incompatible", ) go_repository( name = "com_github_mitchellh_cli", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/cli", sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_copystructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/copystructure", sum = "h1:Bp6x9R1Wn16SIz3OfeDr0b7RnCG2OB66Y7PQyC/cvq4=", version = "v1.1.1", ) go_repository( name = "com_github_mitchellh_go_homedir", 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_go_ps", 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_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_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_mitchellh_gox", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/gox", sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=", version = "v0.4.0", ) go_repository( name = "com_github_mitchellh_hashstructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/hashstructure", sum = "h1:ZkRJX1CyOoTkar7p/mLS5TZU4nJ1Rn/F8u9dGS02Q3Y=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_iochan", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/iochan", sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=", version = "v1.0.0", ) go_repository( name = "com_github_mitchellh_mapstructure", build_file_proto_mode = "disable_global", importpath = "github.com/mitchellh/mapstructure", sum = "h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=", version = "v1.3.3", ) go_repository( name = "com_github_mitchellh_osext", 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_proto_mode = "disable_global", importpath = "github.com/mitchellh/reflectwalk", sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=", version = "v1.0.1", ) go_repository( name = "com_github_moby_buildkit", build_file_proto_mode = "disable_global", importpath = "github.com/moby/buildkit", sum = "h1:zrGxLwffKM8nVxBvaJa7H404eQLfqlg1GB6YVIzXVQ0=", version = "v0.8.1", ) go_repository( name = "com_github_moby_locker", build_file_proto_mode = "disable_global", importpath = "github.com/moby/locker", sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=", version = "v1.0.1", ) go_repository( name = "com_github_moby_spdystream", build_file_proto_mode = "disable_global", importpath = "github.com/moby/spdystream", sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=", version = "v0.2.0", ) go_repository( name = "com_github_moby_sys_mount", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/mount", sum = "h1:WhCW5B355jtxndN5ovugJlMFJawbUODuW8fSnEH6SSM=", version = "v0.2.0", ) go_repository( name = "com_github_moby_sys_mountinfo", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/mountinfo", sum = "h1:1KInV3Huv18akCu58V7lzNlt+jFmqlu1EaErnEHE/VM=", version = "v0.4.0", ) go_repository( name = "com_github_moby_sys_symlink", build_file_proto_mode = "disable_global", importpath = "github.com/moby/sys/symlink", sum = "h1:MTFZ74KtNI6qQQpuBxU+uKCim4WtOMokr03hCfJcazE=", version = "v0.1.0", ) go_repository( name = "com_github_moby_term", build_file_proto_mode = "disable_global", importpath = "github.com/moby/term", sum = "h1:rzf0wL0CHVc8CEsgyygG0Mn9CNCCPZqOPaz8RiiHYQk=", version = "v0.0.0-20201216013528-df9cb8a40635", ) go_repository( name = "com_github_modern_go_concurrent", 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_proto_mode = "disable_global", importpath = "github.com/modern-go/reflect2", sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=", version = "v1.0.1", ) go_repository( name = "com_github_monochromegane_go_gitignore", build_file_proto_mode = "disable_global", importpath = "github.com/monochromegane/go-gitignore", sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=", version = "v0.0.0-20200626010858-205db1a8cc00", ) go_repository( name = "com_github_montanaflynn_stats", build_file_proto_mode = "disable_global", importpath = "github.com/montanaflynn/stats", sum = "h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=", version = "v0.0.0-20171201202039-1bf9dbcd8cbe", ) go_repository( name = "com_github_morikuni_aec", build_file_proto_mode = "disable_global", importpath = "github.com/morikuni/aec", sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=", version = "v1.0.0", ) go_repository( name = "com_github_mozilla_tls_observatory", build_file_proto_mode = "disable_global", importpath = "github.com/mozilla/tls-observatory", sum = "h1:1xJ+Xi9lYWLaaP4yB67ah0+548CD3110mCPWhVVjFkI=", version = "v0.0.0-20200317151703-4fa42e1c2dee", ) go_repository( name = "com_github_mrunalp_fileutils", build_file_proto_mode = "disable_global", importpath = "github.com/mrunalp/fileutils", sum = "h1:NKzVxiH7eSk+OQ4M+ZYW1K6h27RUV3MI6NUTsHhU6Z4=", version = "v0.5.0", ) go_repository( name = "com_github_munnerz_goautoneg", 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_proto_mode = "disable_global", importpath = "github.com/mwitkow/go-conntrack", sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", version = "v0.0.0-20190716064945-2f068394615f", ) go_repository( name = "com_github_mxk_go_flowrate", 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_nakabonne_nestif", build_file_proto_mode = "disable_global", importpath = "github.com/nakabonne/nestif", sum = "h1:+yOViDGhg8ygGrmII72nV9B/zGxY188TYpfolntsaPw=", version = "v0.3.0", ) go_repository( name = "com_github_nats_io_jwt", 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_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_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_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_proto_mode = "disable_global", importpath = "github.com/nats-io/nuid", sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=", version = "v1.0.1", ) go_repository( name = "com_github_nbutton23_zxcvbn_go", 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_ncr_swt_retail_ee_bff_golang", # NOTE: Any imports that BFF makes from edge-infra must be captured here # or else the build will try to resolve edge-infra as an external repository # and log errors about `@latest` not containing the expected modules build_directives = [ "gazelle:resolve go edge-infra.dev/pkg/k8s/util/gcp/iamcomponent @edge_infra//pkg/k8s/util/gcp/iamcomponent", "gazelle:resolve go edge-infra.dev/pkg/lib/logging @edge_infra//pkg/lib/logging", "gazelle:resolve go edge-infra.dev/pkg/edge/gitops/fns/deletetenant @edge_infra//pkg/edge/gitops/fns/deletetenant", "gazelle:resolve go edge-infra.dev/pkg/edge/constants/api/workload @edge_infra//pkg/edge/constants/api/workload", "gazelle:resolve go edge-infra.dev/pkg/edge/constants/api/fleet @edge_infra//pkg/edge/constants/api/fleet", ], build_file_proto_mode = "disable_global", importpath = "edge-infra.dev/pkg/edge/api", sum = "h1:ytu9hzoVqtstszdUKZ6Tb2dkFBUnbsViwvQs5Yq5gX4=", version = "v0.0.0-20210826164124-a1411f3bd876", ) go_repository( name = "com_github_ncw_swift", build_file_proto_mode = "disable_global", importpath = "github.com/ncw/swift", sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=", version = "v1.0.47", ) go_repository( name = "com_github_nektos_act", build_file_proto_mode = "disable_global", importpath = "github.com/nektos/act", sum = "h1:hOL87k5jfN6cOYpXlOGrClJKPcFDZnP2tMTXe9T3YR0=", version = "v0.2.23", ) go_repository( name = "com_github_netflix_go_expect", build_file_proto_mode = "disable_global", importpath = "github.com/Netflix/go-expect", sum = "h1:xzYJEypr/85nBpB11F9br+3HUrpgb+fcm5iADzXXYEw=", version = "v0.0.0-20180615182759-c93bf25de8e8", ) go_repository( name = "com_github_niemeyer_pretty", 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_nxadm_tail", build_file_proto_mode = "disable_global", importpath = "github.com/nxadm/tail", sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=", version = "v1.4.8", ) go_repository( name = "com_github_nytimes_gziphandler", build_file_proto_mode = "disable_global", importpath = "github.com/NYTimes/gziphandler", sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=", version = "v1.1.1", ) go_repository( name = "com_github_oklog_oklog", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/oklog", sum = "h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk=", version = "v0.3.2", ) go_repository( name = "com_github_oklog_run", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/run", sum = "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=", version = "v1.0.0", ) go_repository( name = "com_github_oklog_ulid", build_file_proto_mode = "disable_global", importpath = "github.com/oklog/ulid", sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", version = "v1.3.1", ) go_repository( name = "com_github_olekukonko_tablewriter", build_file_proto_mode = "disable_global", importpath = "github.com/olekukonko/tablewriter", sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=", version = "v0.0.4", ) go_repository( name = "com_github_oneofone_xxhash", build_file_proto_mode = "disable_global", importpath = "github.com/OneOfOne/xxhash", sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", version = "v1.2.2", ) go_repository( name = "com_github_onsi_ginkgo", build_extra_args = [ "-known_import=github.com/onsi/B", "-known_import=github.com/onsi/C", "-exclude=integration", ], build_file_proto_mode = "disable_global", importpath = "github.com/onsi/ginkgo", sum = "h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc=", version = "v1.16.4", ) go_repository( name = "com_github_onsi_gomega", build_file_proto_mode = "disable_global", importpath = "github.com/onsi/gomega", sum = "h1:ep6kpPVwmr/nTbklSx2nrLNSIO62DoYAhnPNIMhK8gI=", version = "v1.14.0", ) go_repository( name = "com_github_op_go_logging", build_file_proto_mode = "disable_global", importpath = "github.com/op/go-logging", sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=", version = "v0.0.0-20160315200505-970db520ece7", ) go_repository( name = "com_github_opencontainers_go_digest", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/go-digest", sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", version = "v1.0.0", ) go_repository( name = "com_github_opencontainers_image_spec", 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_opencontainers_runc", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runc", sum = "h1:x2UMpOOVf3kQ8arv/EsDGwim8PTNqzL1/EYDr/+scOM=", version = "v1.0.0-rc93", ) go_repository( name = "com_github_opencontainers_runtime_spec", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/runtime-spec", sum = "h1:pNa8metDkwZjb9g4T8s+krQ+HRgZAkqnXml+wNir/+s=", version = "v1.0.3-0.20200929063507-e6143ca7d51d", ) go_repository( name = "com_github_opencontainers_runtime_tools", 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_opencontainers_selinux", build_file_proto_mode = "disable_global", importpath = "github.com/opencontainers/selinux", sum = "h1:+77ba4ar4jsCbL1GLbFL8fFM57w6suPfSS9PDLDY7KM=", version = "v1.8.0", ) go_repository( name = "com_github_openpeedeep_depguard", 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_opentracing_basictracer_go", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing/basictracer-go", sum = "h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo=", version = "v1.0.0", ) go_repository( name = "com_github_opentracing_contrib_go_observer", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing-contrib/go-observer", sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=", version = "v0.0.0-20170622124052-a52f23424492", ) go_repository( name = "com_github_opentracing_contrib_go_stdlib", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing-contrib/go-stdlib", sum = "h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=", version = "v1.0.0", ) go_repository( name = "com_github_opentracing_opentracing_go", build_file_proto_mode = "disable_global", importpath = "github.com/opentracing/opentracing-go", sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=", version = "v1.2.0", ) go_repository( name = "com_github_openzipkin_contrib_zipkin_go_opentracing", build_file_proto_mode = "disable_global", importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing", sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=", version = "v0.4.5", ) go_repository( name = "com_github_openzipkin_zipkin_go", 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_pact_foundation_pact_go", build_file_proto_mode = "disable_global", importpath = "github.com/pact-foundation/pact-go", sum = "h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q=", version = "v1.0.4", ) go_repository( name = "com_github_palantir_go_baseapp", build_file_proto_mode = "disable_global", importpath = "github.com/palantir/go-baseapp", sum = "h1:BE5AJX6BHnC0a/98Vzy7VW+fMqFID91ofivGWUp1dqo=", version = "v0.2.2", ) go_repository( name = "com_github_palantir_go_githubapp", build_file_proto_mode = "disable_global", importpath = "github.com/palantir/go-githubapp", sum = "h1:FjjoD5Enh8DoEdW8ofZscKms7mHXs6gfNvdKlJ55TGY=", version = "v0.6.0", ) go_repository( name = "com_github_pascaldekloe_goe", build_file_proto_mode = "disable_global", importpath = "github.com/pascaldekloe/goe", sum = "h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=", version = "v0.1.0", ) go_repository( name = "com_github_pborman_uuid", 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_proto_mode = "disable_global", importpath = "github.com/pelletier/go-toml", sum = "h1:Keo9qb7iRJs2voHvunFtuuYFsbWeOBh8/P9v/kVMFtw=", version = "v1.8.0", ) go_repository( name = "com_github_performancecopilot_speed", build_file_proto_mode = "disable_global", importpath = "github.com/performancecopilot/speed", sum = "h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg=", version = "v3.0.0+incompatible", ) go_repository( name = "com_github_peterbourgon_diskv", 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_peterbourgon_ff", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/ff", sum = "h1:hknvTgsh90jNBIjPq7xeq32Y9AmSbpXvjrFW4sJwW+A=", version = "v1.7.0", ) go_repository( name = "com_github_peterbourgon_ff_v3", build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/ff/v3", sum = "h1:5JAeDK5j/zhKFjyHEZQXwXBoDijERaos10RE+xamOsY=", version = "v3.1.0", ) go_repository( name = "com_github_phayes_checkstyle", build_file_proto_mode = "disable_global", importpath = "github.com/phayes/checkstyle", sum = "h1:CdDQnGF8Nq9ocOS/xlSptM1N3BbrA6/kmaep5ggwaIA=", version = "v0.0.0-20170904204023-bfd46e6a821d", ) go_repository( name = "com_github_phayes_freeport", 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_proto_mode = "disable_global", importpath = "github.com/pierrec/lz4", sum = "h1:WCjObylUIOlKy/+7Abdn34TLIkXiA4UWUMhxq9m9ZXI=", version = "v2.5.2+incompatible", ) go_repository( name = "com_github_pkg_errors", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/errors", sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", version = "v0.9.1", ) go_repository( name = "com_github_pkg_profile", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/profile", sum = "h1:042Buzk+NhDI+DeSAA62RwJL8VAuZUMQZUjCsRz1Mug=", version = "v1.5.0", ) go_repository( name = "com_github_pmezard_go_difflib", 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_posener_complete", build_file_proto_mode = "disable_global", importpath = "github.com/posener/complete", sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=", version = "v1.1.1", ) go_repository( name = "com_github_pquerna_cachecontrol", 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_proto_mode = "disable_global", importpath = "github.com/prometheus/client_golang", sum = "h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=", version = "v1.11.0", ) go_repository( name = "com_github_prometheus_client_model", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/client_model", sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=", version = "v0.2.0", ) go_repository( name = "com_github_prometheus_common", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/common", sum = "h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ=", version = "v0.26.0", ) go_repository( name = "com_github_prometheus_procfs", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/procfs", sum = "h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=", version = "v0.6.0", ) go_repository( name = "com_github_prometheus_tsdb", build_file_proto_mode = "disable_global", importpath = "github.com/prometheus/tsdb", sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", version = "v0.7.1", ) go_repository( name = "com_github_puerkitobio_purell", 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_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_qri_io_jsonpointer", build_file_proto_mode = "disable_global", importpath = "github.com/qri-io/jsonpointer", sum = "h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA=", version = "v0.1.1", ) go_repository( name = "com_github_qri_io_jsonschema", build_file_proto_mode = "disable_global", importpath = "github.com/qri-io/jsonschema", sum = "h1:is8lirh3HYwTkC0e+4jL/vWEHwzPLojnl4FWkUoeEPU=", version = "v0.2.0", ) go_repository( name = "com_github_quasilyte_go_consistent", 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_quasilyte_go_ruleguard", build_file_proto_mode = "disable_global", importpath = "github.com/quasilyte/go-ruleguard", sum = "h1:DvnesvLtRPQOvaUbfXfh0tpMHg29by0H7F2U+QIkSu8=", version = "v0.1.2-0.20200318202121-b00d7a75d3d8", ) go_repository( name = "com_github_rcrowley_go_metrics", build_file_proto_mode = "disable_global", importpath = "github.com/rcrowley/go-metrics", sum = "h1:MkV+77GLUNo5oJ0jf870itWm3D0Sjh7+Za9gazKc5LQ=", version = "v0.0.0-20200313005456-10cdbea86bc0", ) go_repository( name = "com_github_remyoudompheng_bigfft", 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_robertkrimen_otto", build_file_proto_mode = "disable_global", importpath = "github.com/robertkrimen/otto", sum = "h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=", version = "v0.0.0-20200922221731-ef014fd054ac", ) go_repository( name = "com_github_rogpeppe_fastuuid", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/fastuuid", - sum = "h1:INyGLmTCMGFr6OVIb977ghJvABML2CMVjPoRfNDdYDo=", - version = "v1.1.0", + sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", + version = "v1.2.0", ) go_repository( name = "com_github_rogpeppe_go_internal", build_file_proto_mode = "disable_global", importpath = "github.com/rogpeppe/go-internal", sum = "h1:qLvObTrvO/XRCqmkKxUlOBc48bI3efyDuAZe25QiF0w=", version = "v1.5.2", ) go_repository( name = "com_github_rs_cors", build_file_proto_mode = "disable_global", importpath = "github.com/rs/cors", sum = "h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=", version = "v1.6.0", ) go_repository( name = "com_github_rs_xid", build_file_proto_mode = "disable_global", importpath = "github.com/rs/xid", sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=", version = "v1.2.1", ) go_repository( name = "com_github_rs_zerolog", build_file_proto_mode = "disable_global", importpath = "github.com/rs/zerolog", sum = "h1:Q3vdXlfLNT+OftyBHsU0Y445MD+8m8axjKgf2si0QcM=", version = "v1.21.0", ) go_repository( name = "com_github_rubenv_sql_migrate", build_file_proto_mode = "disable_global", importpath = "github.com/rubenv/sql-migrate", sum = "h1:HXr/qUllAWv9riaI4zh2eXWKmCSDqVS/XH1MRHLKRwk=", version = "v0.0.0-20200616145509-8d140a17f351", ) go_repository( name = "com_github_rubiojr_go_vhd", 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_russellhaering_goxmldsig", build_file_proto_mode = "disable_global", importpath = "github.com/russellhaering/goxmldsig", sum = "h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk=", version = "v1.1.0", ) go_repository( name = "com_github_russross_blackfriday", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday", sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=", version = "v1.5.2", ) go_repository( name = "com_github_russross_blackfriday_v2", build_file_proto_mode = "disable_global", importpath = "github.com/russross/blackfriday/v2", sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=", version = "v2.1.0", ) go_repository( name = "com_github_ryancurrah_gomodguard", build_file_proto_mode = "disable_global", importpath = "github.com/ryancurrah/gomodguard", sum = "h1:DWbye9KyMgytn8uYpuHkwf0RHqAYO6Ay/D0TbCpPtVU=", version = "v1.1.0", ) go_repository( name = "com_github_ryanuber_columnize", build_file_proto_mode = "disable_global", importpath = "github.com/ryanuber/columnize", sum = "h1:j1Wcmh8OrK4Q7GXY+V7SVSY8nUWQxHW5TkBe7YUl+2s=", version = "v2.1.0+incompatible", ) go_repository( name = "com_github_ryanuber_go_glob", build_file_proto_mode = "disable_global", importpath = "github.com/ryanuber/go-glob", sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=", version = "v1.0.0", ) go_repository( name = "com_github_sabhiram_go_gitignore", build_file_proto_mode = "disable_global", importpath = "github.com/sabhiram/go-gitignore", sum = "h1:G04eS0JkAIVZfaJLjla9dNxkJCPiKIGZlw9AfOhzOD0=", version = "v0.0.0-20180611051255-d3107576ba94", ) go_repository( name = "com_github_safchain_ethtool", build_file_proto_mode = "disable_global", importpath = "github.com/safchain/ethtool", sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=", version = "v0.0.0-20190326074333-42ed695e3de8", ) go_repository( name = "com_github_samuel_go_zookeeper", build_file_proto_mode = "disable_global", importpath = "github.com/samuel/go-zookeeper", sum = "h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=", version = "v0.0.0-20190923202752-2cc03de413da", ) go_repository( name = "com_github_sassoftware_go_rpmutils", build_file_proto_mode = "disable_global", importpath = "github.com/sassoftware/go-rpmutils", sum = "h1:+gCnWOZV8Z/8jehJ2CdqB47Z3S+SREmQcuXkRFLNsiI=", version = "v0.0.0-20190420191620-a8f1baeba37b", ) go_repository( name = "com_github_satori_go_uuid", 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_proto_mode = "disable_global", importpath = "github.com/sclevine/spec", sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=", version = "v1.2.0", ) go_repository( name = "com_github_sean_seed", build_file_proto_mode = "disable_global", importpath = "github.com/sean-/seed", sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", version = "v0.0.0-20170313163322-e2103e2c3529", ) go_repository( name = "com_github_seccomp_libseccomp_golang", build_file_proto_mode = "disable_global", importpath = "github.com/seccomp/libseccomp-golang", sum = "h1:NJjM5DNFOs0s3kYE1WUOr6G8V97sdt46rlXTMfXGWBo=", version = "v0.9.1", ) go_repository( name = "com_github_securego_gosec", build_file_proto_mode = "disable_global", importpath = "github.com/securego/gosec", sum = "h1:rq2/kILQnPtq5oL4+IAjgVOjh5e2yj2aaCYi7squEvI=", version = "v0.0.0-20200401082031-e946c8c39989", ) go_repository( name = "com_github_securego_gosec_v2", build_file_proto_mode = "disable_global", importpath = "github.com/securego/gosec/v2", sum = "h1:y/9mCF2WPDbSDpL3QDWZD3HHGrSYw0QSHnCqTfs4JPE=", version = "v2.3.0", ) go_repository( name = "com_github_sergi_go_diff", build_file_proto_mode = "disable_global", importpath = "github.com/sergi/go-diff", sum = "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=", version = "v1.1.0", ) go_repository( name = "com_github_serialx_hashring", build_file_proto_mode = "disable_global", importpath = "github.com/serialx/hashring", sum = "h1:ka9QPuQg2u4LGipiZGsgkg3rJCo4iIUCy75FddM0GRQ=", version = "v0.0.0-20190422032157-8b2912629002", ) go_repository( name = "com_github_shirou_gopsutil", 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_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_shopify_logrus_bugsnag", 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_proto_mode = "disable_global", importpath = "github.com/Shopify/sarama", sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=", version = "v1.19.0", ) go_repository( name = "com_github_shopify_toxiproxy", build_file_proto_mode = "disable_global", importpath = "github.com/Shopify/toxiproxy", sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=", version = "v2.1.4+incompatible", ) go_repository( name = "com_github_shopspring_decimal", build_file_proto_mode = "disable_global", importpath = "github.com/shopspring/decimal", sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=", version = "v1.2.0", ) go_repository( name = "com_github_shurcool_githubv4", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/githubv4", sum = "h1:T9uus1QvcPgeLShS30YOnnzk3r9Vvygp45muhlrufgY=", version = "v0.0.0-20191127044304-8f68eb5628d0", ) go_repository( name = "com_github_shurcool_go", 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_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_shurcool_graphql", 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_shurcool_httpfs", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/httpfs", sum = "h1:SWV2fHctRpRrp49VXJ6UZja7gU9QLHwRpIPBN89SKEo=", version = "v0.0.0-20171119174359-809beceb2371", ) go_repository( name = "com_github_shurcool_sanitized_anchor_name", 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_shurcool_vfsgen", build_file_proto_mode = "disable_global", importpath = "github.com/shurcooL/vfsgen", sum = "h1:JJV9CsgM9EC9w2iVkwuz+sMx8yRFe89PJRUrv6hPCIA=", version = "v0.0.0-20180121065927-ffb13db8def0", ) go_repository( name = "com_github_sirupsen_logrus", build_file_proto_mode = "disable_global", importpath = "github.com/sirupsen/logrus", sum = "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=", version = "v1.8.1", ) go_repository( name = "com_github_smartystreets_assertions", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/assertions", sum = "h1:UVQPSSmc3qtTi+zPPkCXvZX9VvW/xT/NsRvKfwY81a8=", version = "v1.0.0", ) go_repository( name = "com_github_smartystreets_go_aws_auth", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/go-aws-auth", sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=", version = "v0.0.0-20180515143844-0c1422d1fdb9", ) go_repository( name = "com_github_smartystreets_goconvey", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/goconvey", sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=", version = "v1.6.4", ) go_repository( name = "com_github_smartystreets_gunit", build_file_proto_mode = "disable_global", importpath = "github.com/smartystreets/gunit", sum = "h1:RyPDUFcJbvtXlhJPk7v+wnxZRY2EUokhEYl2EJOPToI=", version = "v1.0.0", ) go_repository( name = "com_github_soheilhy_cmux", build_file_proto_mode = "disable_global", importpath = "github.com/soheilhy/cmux", sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", version = "v0.1.4", ) go_repository( name = "com_github_sony_gobreaker", build_file_proto_mode = "disable_global", importpath = "github.com/sony/gobreaker", sum = "h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ=", version = "v0.4.1", ) go_repository( name = "com_github_sourcegraph_go_diff", 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_spaolacci_murmur3", 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_spf13_afero", 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_proto_mode = "disable_global", importpath = "github.com/spf13/cast", sum = "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=", version = "v1.3.1", ) go_repository( name = "com_github_spf13_cobra", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/cobra", sum = "h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=", version = "v1.1.3", ) go_repository( name = "com_github_spf13_jwalterweatherman", build_file_proto_mode = "disable_global", importpath = "github.com/spf13/jwalterweatherman", sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", version = "v1.1.0", ) go_repository( name = "com_github_spf13_pflag", 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_proto_mode = "disable_global", importpath = "github.com/spf13/viper", sum = "h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM=", version = "v1.7.0", ) go_repository( name = "com_github_stackexchange_wmi", 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_stoewer_go_strcase", build_file_proto_mode = "disable_global", importpath = "github.com/stoewer/go-strcase", sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=", version = "v1.2.0", ) go_repository( name = "com_github_streadway_amqp", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/amqp", sum = "h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw=", version = "v0.0.0-20190827072141-edfb9018d271", ) go_repository( name = "com_github_streadway_handy", build_file_proto_mode = "disable_global", importpath = "github.com/streadway/handy", sum = "h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug=", version = "v0.0.0-20190108123426-d5acb3125c2a", ) go_repository( name = "com_github_stretchr_objx", 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_proto_mode = "disable_global", importpath = "github.com/stretchr/testify", sum = "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=", version = "v1.7.0", ) go_repository( name = "com_github_subosito_gotenv", 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_proto_mode = "disable_global", importpath = "github.com/syndtr/gocapability", sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=", version = "v0.0.0-20200815063812-42c35b437635", ) go_repository( name = "com_github_tarm_serial", build_file_proto_mode = "disable_global", importpath = "github.com/tarm/serial", sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=", version = "v0.0.0-20180830185346-98f6abe2eb07", ) go_repository( name = "com_github_tchap_go_patricia", build_file_proto_mode = "disable_global", importpath = "github.com/tchap/go-patricia", sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=", version = "v2.2.6+incompatible", ) go_repository( name = "com_github_tdakkota_asciicheck", build_file_proto_mode = "disable_global", importpath = "github.com/tdakkota/asciicheck", sum = "h1:HxLVTlqcHhFAz3nWUcuvpH7WuOMv8LQoCWmruLfFH2U=", version = "v0.0.0-20200416200610-e657995f937b", ) go_repository( name = "com_github_tetafro_godot", build_file_proto_mode = "disable_global", importpath = "github.com/tetafro/godot", sum = "h1:Dib7un+rYJFUi8vN0Bk6EHheKy6fv6ZzFURHw75g6m8=", version = "v0.4.2", ) go_repository( name = "com_github_thoas_go_funk", build_file_proto_mode = "disable_global", importpath = "github.com/thoas/go-funk", sum = "h1:Yzu8aTjTb1sqHZzSZLBt4qaZrFfjNizhA7IfnefjEzo=", version = "v0.9.0", ) go_repository( name = "com_github_tidwall_gjson", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/gjson", sum = "h1:zmAN/xmX7OtpAkv4Ovfso60r/BiCi5IErCDYGNJu+uc=", version = "v1.7.5", ) go_repository( name = "com_github_tidwall_match", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/match", sum = "h1:FQUVvBImDutD8wJLN6c5eMzWtjgONK9MwIBCOrUJKeE=", version = "v1.0.3", ) go_repository( name = "com_github_tidwall_pretty", build_file_proto_mode = "disable_global", importpath = "github.com/tidwall/pretty", sum = "h1:K3hMW5epkdAVwibsQEfR/7Zj0Qgt4DxtNumTq/VloO8=", version = "v1.1.0", ) go_repository( name = "com_github_timakin_bodyclose", build_file_proto_mode = "disable_global", importpath = "github.com/timakin/bodyclose", sum = "h1:ig99OeTyDwQWhPe2iw9lwfQVF1KB3Q4fpP3X7/2VBG8=", version = "v0.0.0-20200424151742-cb6215831a94", ) go_repository( name = "com_github_tj_assert", build_file_proto_mode = "disable_global", importpath = "github.com/tj/assert", sum = "h1:Rw8kxzWo1mr6FSaYXjQELRe88y2KdfynXdnK72rdjtA=", version = "v0.0.0-20171129193455-018094318fb0", ) go_repository( name = "com_github_tj_go_elastic", build_file_proto_mode = "disable_global", importpath = "github.com/tj/go-elastic", sum = "h1:eGaGNxrtoZf/mBURsnNQKDR7u50Klgcf2eFDQEnc8Bc=", version = "v0.0.0-20171221160941-36157cbbebc2", ) go_repository( name = "com_github_tj_go_kinesis", build_file_proto_mode = "disable_global", importpath = "github.com/tj/go-kinesis", sum = "h1:m74UWYy+HBs+jMFR9mdZU6shPewugMyH5+GV6LNgW8w=", version = "v0.0.0-20171128231115-08b17f58cb1b", ) go_repository( name = "com_github_tj_go_spin", build_file_proto_mode = "disable_global", importpath = "github.com/tj/go-spin", sum = "h1:lhdWZsvImxvZ3q1C5OIB7d72DuOwP4O2NdBg9PyzNds=", version = "v1.1.0", ) go_repository( name = "com_github_tmc_grpc_websocket_proxy", build_file_proto_mode = "disable_global", importpath = "github.com/tmc/grpc-websocket-proxy", sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", version = "v0.0.0-20190109142713-0ad062ec5ee5", ) go_repository( name = "com_github_tommy_muehle_go_mnd", build_file_proto_mode = "disable_global", importpath = "github.com/tommy-muehle/go-mnd", sum = "h1:RC4maTWLKKwb7p1cnoygsbKIgNlJqSYBeAFON3Ar8As=", version = "v1.3.1-0.20200224220436-e6f9a994e8fa", ) go_repository( name = "com_github_tonistiigi_fsutil", build_file_proto_mode = "disable_global", importpath = "github.com/tonistiigi/fsutil", sum = "h1:014iQD8i8EabPWK2XgUuOTxg5s2nhfDmq6GupskfUO8=", version = "v0.0.0-20201103201449-0834f99b7b85", ) go_repository( name = "com_github_tonistiigi_units", build_file_proto_mode = "disable_global", importpath = "github.com/tonistiigi/units", sum = "h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=", version = "v0.0.0-20180711220420-6950e57a87ea", ) go_repository( name = "com_github_tv42_httpunix", build_file_proto_mode = "disable_global", importpath = "github.com/tv42/httpunix", sum = "h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=", version = "v0.0.0-20150427012821-b75d8614f926", ) go_repository( name = "com_github_uber_jaeger_client_go", build_file_proto_mode = "disable_global", importpath = "github.com/uber/jaeger-client-go", sum = "h1:IxcNZ7WRY1Y3G4poYlx24szfsn/3LvK9QHCq9oQw8+U=", version = "v2.25.0+incompatible", ) go_repository( name = "com_github_uber_jaeger_lib", build_file_proto_mode = "disable_global", importpath = "github.com/uber/jaeger-lib", sum = "h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=", version = "v2.2.0+incompatible", ) go_repository( name = "com_github_udacity_graphb", build_file_proto_mode = "disable_global", importpath = "github.com/udacity/graphb", sum = "h1:rM+Y8sWxT/pBMrQ3zlWWXpoF/1qxvWBFqqwia6ZYxTA=", version = "v0.0.0-20190520214654-912b8fd361d7", ) go_repository( name = "com_github_ugorji_go", build_file_proto_mode = "disable_global", importpath = "github.com/ugorji/go", sum = "h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=", version = "v1.1.7", ) go_repository( name = "com_github_ugorji_go_codec", build_file_proto_mode = "disable_global", importpath = "github.com/ugorji/go/codec", sum = "h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=", version = "v1.1.7", ) go_repository( name = "com_github_ulikunitz_xz", build_file_proto_mode = "disable_global", importpath = "github.com/ulikunitz/xz", sum = "h1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4=", version = "v0.5.7", ) go_repository( name = "com_github_ultraware_funlen", 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_proto_mode = "disable_global", importpath = "github.com/ultraware/whitespace", sum = "h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg=", version = "v0.0.4", ) go_repository( name = "com_github_urfave_cli", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/cli", sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=", version = "v1.22.2", ) go_repository( name = "com_github_urfave_cli_v2", build_file_proto_mode = "disable_global", importpath = "github.com/urfave/cli/v2", sum = "h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=", version = "v2.3.0", ) go_repository( name = "com_github_uudashr_gocognit", build_file_proto_mode = "disable_global", importpath = "github.com/uudashr/gocognit", sum = "h1:MoG2fZ0b/Eo7NXoIwCVFLG5JED3qgQz5/NEE+rOsjPs=", version = "v1.0.1", ) go_repository( name = "com_github_valyala_bytebufferpool", 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_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_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_proto_mode = "disable_global", importpath = "github.com/valyala/tcplisten", sum = "h1:0R4NLDRDZX6JcmhJgXi5E4b8Wg84ihbmUKp/GvSPEzc=", version = "v0.0.0-20161114210144-ceec8f93295a", ) go_repository( name = "com_github_vdemeester_k8s_pkg_credentialprovider", build_file_proto_mode = "disable_global", importpath = "github.com/vdemeester/k8s-pkg-credentialprovider", sum = "h1:lWvSzFrGhtYgApDvR5X+43rqfpLzRumLzypyL1YhDww=", version = "v1.18.1-0.20201019120933-f1d16962a4db", ) go_repository( name = "com_github_vektah_dataloaden", build_file_proto_mode = "disable_global", importpath = "github.com/vektah/dataloaden", sum = "h1:+w0Zm/9gaWpEAyDlU1eKOuk5twTjAjuevXqcJJw8hrg=", version = "v0.2.1-0.20190515034641-a19b9a6e7c9e", ) go_repository( name = "com_github_vektah_gqlparser_v2", build_file_proto_mode = "disable_global", importpath = "github.com/vektah/gqlparser/v2", sum = "h1:uiKJ+T5HMGGQM2kRKQ8Pxw8+Zq9qhhZhz/lieYvCMns=", version = "v2.1.0", ) go_repository( name = "com_github_vishvananda_netlink", build_file_proto_mode = "disable_global", importpath = "github.com/vishvananda/netlink", sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=", version = "v1.1.0", ) go_repository( name = "com_github_vishvananda_netns", build_file_proto_mode = "disable_global", importpath = "github.com/vishvananda/netns", sum = "h1:OviZH7qLw/7ZovXvuNyL3XQl8UFofeikI1NW1Gypu7k=", version = "v0.0.0-20191106174202-0a2b9b5464df", ) go_repository( name = "com_github_vividcortex_gohistogram", build_file_proto_mode = "disable_global", importpath = "github.com/VividCortex/gohistogram", sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=", version = "v1.0.0", ) go_repository( name = "com_github_vmware_govmomi", build_file_proto_mode = "disable_global", importpath = "github.com/vmware/govmomi", sum = "h1:gpw/0Ku+6RgF3jsi7fnCLmlcikBHfKBCUcu1qgc16OU=", version = "v0.20.3", ) go_repository( name = "com_github_willf_bitset", build_file_proto_mode = "disable_global", importpath = "github.com/willf/bitset", sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=", version = "v1.1.11", ) go_repository( name = "com_github_xanzy_go_gitlab", build_file_proto_mode = "disable_global", importpath = "github.com/xanzy/go-gitlab", sum = "h1:tBm+OXv1t+KBsqlXkSDFz+YUjRM0GFsjpOWYOod3Ebs=", version = "v0.32.0", ) go_repository( name = "com_github_xanzy_ssh_agent", build_file_proto_mode = "disable_global", importpath = "github.com/xanzy/ssh-agent", sum = "h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=", version = "v0.3.0", ) go_repository( name = "com_github_xdg_go_pbkdf2", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/pbkdf2", sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=", version = "v1.0.0", ) go_repository( name = "com_github_xdg_go_scram", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/scram", sum = "h1:akYIkZ28e6A96dkWNJQu3nmCzH3YfwMPQExUYDaRv7w=", version = "v1.0.2", ) go_repository( name = "com_github_xdg_go_stringprep", build_file_proto_mode = "disable_global", importpath = "github.com/xdg-go/stringprep", sum = "h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=", version = "v1.0.2", ) go_repository( name = "com_github_xeipuuv_gojsonpointer", build_file_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonpointer", sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=", version = "v0.0.0-20180127040702-4e3ac2762d5f", ) go_repository( name = "com_github_xeipuuv_gojsonreference", 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_proto_mode = "disable_global", importpath = "github.com/xeipuuv/gojsonschema", sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=", version = "v1.2.0", ) go_repository( name = "com_github_xi2_xz", 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_xiang90_probing", 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_xlab_treeprint", 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_xordataexchange_crypt", 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_github_youmark_pkcs8", build_file_proto_mode = "disable_global", importpath = "github.com/youmark/pkcs8", sum = "h1:fZHgsYlfvtyqToslyjUt3VOPF4J7aK/3MPcK7xp3PDk=", version = "v0.0.0-20201027041543-1326539a0a0a", ) go_repository( name = "com_github_yuin_goldmark", build_file_proto_mode = "disable_global", importpath = "github.com/yuin/goldmark", sum = "h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs=", version = "v1.3.5", ) go_repository( name = "com_github_yvasiyarov_go_metrics", 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_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_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_github_zenazn_goji", build_file_proto_mode = "disable_global", importpath = "github.com/zenazn/goji", sum = "h1:mXV20Aj/BdWrlVzIn1kXFa+Tq62INlUi0cFFlztTaK0=", version = "v0.9.1-0.20160507202103-64eb34159fe5", ) go_repository( name = "com_github_ziutek_mymysql", build_file_proto_mode = "disable_global", importpath = "github.com/ziutek/mymysql", sum = "h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=", version = "v1.5.4", ) go_repository( name = "com_google_cloud_go", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go", - sum = "h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8=", - version = "v0.81.0", + sum = "h1:DwuSvDZ1pTYGbXo8yOJevCTr3BoBlE+OVkHAKiYQUXc=", + version = "v0.94.1", ) go_repository( name = "com_google_cloud_go_bigquery", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/bigquery", sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=", version = "v1.8.0", ) go_repository( name = "com_google_cloud_go_datastore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/datastore", sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=", version = "v1.1.0", ) go_repository( name = "com_google_cloud_go_firestore", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/firestore", sum = "h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY=", version = "v1.1.0", ) go_repository( name = "com_google_cloud_go_logging", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/logging", sum = "h1:Mu2Q75VBDQlW1HlBMjTX4X84UFR73G1TiLlRYc/b7tA=", version = "v1.4.2", ) go_repository( name = "com_google_cloud_go_pubsub", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/pubsub", sum = "h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU=", version = "v1.3.1", ) + go_repository( + name = "com_google_cloud_go_secretmanager", + build_file_proto_mode = "disable_global", + importpath = "cloud.google.com/go/secretmanager", + sum = "h1:ovHBlQ62xZxSmnf4RarqU45rSYl+QB/FkzZGvE/FjWI=", + version = "v0.1.0", + ) + go_repository( name = "com_google_cloud_go_storage", build_file_proto_mode = "disable_global", importpath = "cloud.google.com/go/storage", - sum = "h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA=", - version = "v1.10.0", + sum = "h1:sMEIc4wxvoY3NXG7Rn9iP7jb/2buJgWR1vNXCR/UPfs=", + version = "v1.16.1", ) go_repository( name = "com_shuralyov_dmitri_gpu_mtl", build_file_proto_mode = "disable_global", importpath = "dmitri.shuralyov.com/gpu/mtl", sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", version = "v0.0.0-20190408044501-666a987793e9", ) go_repository( name = "com_sourcegraph_sourcegraph_appdash", build_file_proto_mode = "disable_global", importpath = "sourcegraph.com/sourcegraph/appdash", sum = "h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM=", version = "v0.0.0-20190731080439-ebfcffb1b5c0", ) go_repository( name = "com_sourcegraph_sourcegraph_appdash_data", build_file_proto_mode = "disable_global", importpath = "sourcegraph.com/sourcegraph/appdash-data", sum = "h1:e1sMhtVq9AfcEy8AXNb8eSg6gbzfdpYhoNqnPJa+GzI=", version = "v0.0.0-20151005221446-73f23eafcf67", ) go_repository( name = "com_sourcegraph_sqs_pbtypes", build_file_proto_mode = "disable_global", importpath = "sourcegraph.com/sqs/pbtypes", sum = "h1:f7lAwqviDEGvON4kRv0o5V7FT/IQK+tbkF664XMbP3o=", version = "v1.0.0", ) go_repository( name = "dev_gocloud", build_file_proto_mode = "disable_global", importpath = "gocloud.dev", sum = "h1:EDRyaRAnMGSq/QBto486gWFxMLczAfIYUmusV7XLNBM=", version = "v0.19.0", ) go_repository( name = "in_gopkg_airbrake_gobrake_v2", 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_alecthomas_kingpin_v2", 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_proto_mode = "disable_global", importpath = "gopkg.in/check.v1", sum = "h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=", version = "v1.0.0-20200227125254-8fa46927fb4f", ) go_repository( name = "in_gopkg_cheggaaa_pb_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/cheggaaa/pb.v1", sum = "h1:kJdccidYzt3CaHD1crCFTS1hxyhSi059NhOFUf03YFo=", version = "v1.0.27", ) go_repository( name = "in_gopkg_errgo_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/errgo.v2", sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", version = "v2.1.0", ) go_repository( name = "in_gopkg_fsnotify_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/fsnotify.v1", sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", version = "v1.4.7", ) go_repository( name = "in_gopkg_gcfg_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gcfg.v1", sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=", version = "v1.2.3", ) go_repository( name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2", 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_go_playground_assert_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-playground/assert.v1", sum = "h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=", version = "v1.2.1", ) go_repository( name = "in_gopkg_go_playground_validator_v9", build_file_proto_mode = "disable_global", importpath = "gopkg.in/go-playground/validator.v9", sum = "h1:bmXmP2RSNtFES+bn4uYuHT7iJFJv7Vj+an+ZQdDaD1M=", version = "v9.31.0", ) go_repository( name = "in_gopkg_gorp_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/gorp.v1", sum = "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=", version = "v1.7.2", ) go_repository( name = "in_gopkg_inf_v0", build_file_proto_mode = "disable_global", importpath = "gopkg.in/inf.v0", sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", version = "v0.9.1", ) go_repository( name = "in_gopkg_ini_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/ini.v1", sum = "h1:DPMeDvGTM54DXbPkVIZsp19fp/I2K7zwA/itHYHKo8Y=", version = "v1.56.0", ) go_repository( name = "in_gopkg_natefinch_lumberjack_v2", 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_proto_mode = "disable_global", importpath = "gopkg.in/resty.v1", sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", version = "v1.12.0", ) go_repository( name = "in_gopkg_sourcemap_v1", build_file_proto_mode = "disable_global", importpath = "gopkg.in/sourcemap.v1", sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=", version = "v1.0.5", ) go_repository( name = "in_gopkg_square_go_jose_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/square/go-jose.v2", sum = "h1:7odma5RETjNHWJnR32wx8t+Io4djHE1PqxCFx3iiZ2w=", version = "v2.5.1", ) go_repository( name = "in_gopkg_tomb_v1", 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_warnings_v0", build_file_proto_mode = "disable_global", importpath = "gopkg.in/warnings.v0", sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=", version = "v0.1.2", ) go_repository( name = "in_gopkg_yaml_v2", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v2", sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", version = "v2.4.0", ) go_repository( name = "in_gopkg_yaml_v3", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v3", replace = "gopkg.in/yaml.v3", sum = "h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=", version = "v3.0.0-20200313102051-9f266ea9e77c", ) go_repository( name = "io_etcd_go_bbolt", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/bbolt", sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=", version = "v1.3.5", ) go_repository( name = "io_etcd_go_etcd", build_file_proto_mode = "disable_global", importpath = "go.etcd.io/etcd", sum = "h1:1JFLBqwIgdyHN1ZtgjTBwO+blA6gVOmZurpiMEsETKo=", version = "v0.5.0-alpha.5.0.20200910180754-dd1b699fc489", ) go_repository( name = "io_gitea_code_sdk_gitea", build_file_proto_mode = "disable_global", importpath = "code.gitea.io/sdk/gitea", sum = "h1:hvDCz4wtFvo7rf5Ebj8tGd4aJ4wLPKX3BKFX9Dk1Pgs=", version = "v0.12.0", ) go_repository( name = "io_goji", build_file_proto_mode = "disable_global", importpath = "goji.io", sum = "h1:uIssv/elbKRLznFUy3Xj4+2Mz/qKhek/9aZQDUMae7c=", version = "v2.0.2+incompatible", ) go_repository( name = "io_k8s_api", build_file_proto_mode = "disable_global", importpath = "k8s.io/api", replace = "k8s.io/api", sum = "h1:vz7DqmRsXTCSa6pNxXwQ1IYeAZgdIsua+DZU+o+SX3Y=", version = "v0.21.2", ) go_repository( name = "io_k8s_apiextensions_apiserver", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiextensions-apiserver", replace = "k8s.io/apiextensions-apiserver", sum = "h1:+exKMRep4pDrphEafRvpEi79wTnCFMqKf8LBtlA3yrE=", version = "v0.21.2", ) go_repository( name = "io_k8s_apimachinery", build_file_proto_mode = "disable_global", importpath = "k8s.io/apimachinery", replace = "k8s.io/apimachinery", sum = "h1:vezUc/BHqWlQDnZ+XkrpXSmnANSLbpnlpwo0Lhk0gpc=", version = "v0.21.2", ) go_repository( name = "io_k8s_apiserver", build_file_proto_mode = "disable_global", importpath = "k8s.io/apiserver", replace = "k8s.io/apiserver", sum = "h1:vfGLD8biFXHzbcIEXyW3652lDwkV8tZEFJAaS2iuJlw=", version = "v0.21.2", ) go_repository( name = "io_k8s_cli_runtime", build_file_proto_mode = "disable_global", importpath = "k8s.io/cli-runtime", replace = "k8s.io/cli-runtime", sum = "h1:x40XY8UqrlWYY/lYH0PwqPk0i/Jo3C/PJM2V5zYkksk=", version = "v0.21.2", ) go_repository( name = "io_k8s_client_go", build_file_proto_mode = "disable_global", importpath = "k8s.io/client-go", replace = "k8s.io/client-go", sum = "h1:Q1j4L/iMN4pTw6Y4DWppBoUxgKO8LbffEMVEV00MUp0=", version = "v0.21.2", ) go_repository( name = "io_k8s_cloud_provider", build_file_proto_mode = "disable_global", importpath = "k8s.io/cloud-provider", sum = "h1:XNCJIzKFtoXhn6cyyXe7JWde0KjK6o8vo2Dtat7hb6Q=", version = "v0.18.8", ) go_repository( name = "io_k8s_cluster_registry", # ignore bad imports in test dir build_extra_args = [ "-exclude=test/integration", ], build_file_proto_mode = "disable_global", importpath = "k8s.io/cluster-registry", sum = "h1:zSzuBlDybN72jty3veddOALhWyzeXfF80u8NZg3FMFM=", version = "v0.0.6", ) go_repository( name = "io_k8s_code_generator", build_file_proto_mode = "disable_global", importpath = "k8s.io/code-generator", sum = "h1:EyHysEtLHTsNMoace0b3Yec9feD0qkV+5RZRoeSh+sc=", version = "v0.21.2", ) go_repository( name = "io_k8s_component_base", build_file_proto_mode = "disable_global", importpath = "k8s.io/component-base", sum = "h1:4WuuXY3Npa+iFfi2aDRiOz+anhNvRfye0859ZgfC5Og=", version = "v0.21.3", ) go_repository( name = "io_k8s_component_helpers", build_file_proto_mode = "disable_global", importpath = "k8s.io/component-helpers", sum = "h1:SoWLsd63LI5uwofcHVSO4jtlmZEJRycfwNBKU4eAGPQ=", version = "v0.21.0", ) go_repository( name = "io_k8s_cri_api", build_file_proto_mode = "disable_global", importpath = "k8s.io/cri-api", sum = "h1:b4l7SZ9+VPfIrrJnMXzm0HR9wAsHwHh9+QcmK31nQMI=", version = "v0.20.1", ) go_repository( name = "io_k8s_csi_translation_lib", build_file_proto_mode = "disable_global", importpath = "k8s.io/csi-translation-lib", sum = "h1:HdyTgN4+O0zPDsF3rDGVYNwuhsG16HLQvC7lKuIxBq4=", version = "v0.18.8", ) go_repository( name = "io_k8s_gengo", build_file_proto_mode = "disable_global", importpath = "k8s.io/gengo", sum = "h1:Uusb3oh8XcdzDF/ndlI4ToKTYVlkCSJP39SRY2mfRAw=", version = "v0.0.0-20201214224949-b6c5ce23f027", ) go_repository( name = "io_k8s_klog", build_file_proto_mode = "disable_global", importpath = "k8s.io/klog", sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=", version = "v1.0.0", ) go_repository( name = "io_k8s_klog_v2", build_file_proto_mode = "disable_global", importpath = "k8s.io/klog/v2", sum = "h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts=", version = "v2.8.0", ) go_repository( name = "io_k8s_kube_openapi", build_file_proto_mode = "disable_global", importpath = "k8s.io/kube-openapi", sum = "h1:KLHHjkdQFomZy8+06csTWZ0m1343QqxZhR2LJ1OxCYM=", version = "v0.0.0-20210421082810-95288971da7e", ) go_repository( name = "io_k8s_kubectl", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubectl", sum = "h1:WZXlnG/yjcE4LWO2g6ULjFxtzK6H1TKzsfaBFuVIhNg=", version = "v0.21.0", ) go_repository( name = "io_k8s_kubernetes", build_file_proto_mode = "disable_global", importpath = "k8s.io/kubernetes", sum = "h1:qTfB+u5M92k2fCCCVP2iuhgwwSOv1EkAkvQY1tQODD8=", version = "v1.13.0", ) go_repository( name = "io_k8s_legacy_cloud_providers", build_file_proto_mode = "disable_global", importpath = "k8s.io/legacy-cloud-providers", sum = "h1:IGASZSYJjkMk5d1HU9+zskZqoRG3zccVzvA3hV7hCL0=", version = "v0.18.8", ) go_repository( name = "io_k8s_metrics", build_file_proto_mode = "disable_global", importpath = "k8s.io/metrics", sum = "h1:uwS3CgheLKaw3PTpwhjMswnm/PMqeLbdLH88VI7FMQQ=", version = "v0.21.0", ) go_repository( name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client", sum = "h1:0jaDAAxtqIrrqas4vtTqxct4xS5kHfRNycTRLTyJmVM=", version = "v0.0.19", ) go_repository( name = "io_k8s_sigs_cli_utils", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/cli-utils", sum = "h1:uYoe/BZBJBUluU/PknsY9mgqB8jPvQV5ADp9VT9GS2w=", version = "v0.25.0", ) go_repository( name = "io_k8s_sigs_controller_runtime", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-runtime", sum = "h1:WThcFE6cqctTn2jCZprLICO6BaKZfhsT37uAapTNfxc=", version = "v0.9.5", ) go_repository( name = "io_k8s_sigs_controller_tools", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/controller-tools", sum = "h1:nODRx2YrSNcaGd+90+CVC9SGEG6ygHlz3nSJmweR5as=", version = "v0.6.1", ) go_repository( name = "io_k8s_sigs_kustomize", 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_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/api", replace = "sigs.k8s.io/kustomize/api", sum = "h1:CqbdK/qT7JE+uVETkrVMk7pQf0fPFXk9+QQ//Q7sAtc=", version = "v0.8.10", ) go_repository( name = "io_k8s_sigs_kustomize_cmd_config", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/cmd/config", sum = "h1:xxvL/np/zYHVuCH1tNFehlyEtSW5oXjoI6ycejiyOwQ=", version = "v0.9.7", ) go_repository( name = "io_k8s_sigs_kustomize_kustomize_v4", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kustomize/v4", sum = "h1:0xQWp03aKWilF6UJrupcA2rCoCn3jejkJ+m/CCI/Fis=", version = "v4.0.5", ) go_repository( name = "io_k8s_sigs_kustomize_kyaml", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/kustomize/kyaml", replace = "sigs.k8s.io/kustomize/kyaml", sum = "h1:KdoEgz3HzmcaLUTFqs6aaqFpsaA9MVRIwOZbi8vMaD0=", version = "v0.10.21", ) go_repository( name = "io_k8s_sigs_structured_merge_diff", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/structured-merge-diff", sum = "h1:4Z09Hglb792X0kfOBBJUPFEyvVfQWrYT/l8h5EKA6JQ=", version = "v0.0.0-20190525122527-15d366b2352e", ) go_repository( name = "io_k8s_sigs_structured_merge_diff_v4", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/structured-merge-diff/v4", sum = "h1:C4r9BgJ98vrKnnVCjwCSXcWjWe0NKcUQkmzDXZXGwH8=", version = "v4.1.0", ) go_repository( name = "io_k8s_sigs_yaml", build_file_proto_mode = "disable_global", importpath = "sigs.k8s.io/yaml", sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", version = "v1.2.0", ) go_repository( name = "io_k8s_utils", build_file_proto_mode = "disable_global", importpath = "k8s.io/utils", sum = "h1:DnzUXII7sVg1FJ/4JX6YDRJfLNAC7idRatPwe07suiI=", version = "v0.0.0-20210722164352-7f3ee0f31471", ) go_repository( name = "io_opencensus_go", build_file_proto_mode = "disable_global", importpath = "go.opencensus.io", sum = "h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=", version = "v0.23.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_aws", 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_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/ocagent", sum = "h1:TKXjQSRS0/cCDrP7KvkgU6SmILtF/yV2TOs/02K/WZQ=", version = "v0.5.0", ) go_repository( name = "io_opencensus_go_contrib_exporter_stackdriver", build_file_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/exporter/stackdriver", sum = "h1:Dll2uFfOVI3fa8UzsHyP6z0M6fEc9ZTAMo+Y3z282Xg=", version = "v0.12.1", ) go_repository( name = "io_opencensus_go_contrib_integrations_ocsql", 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_proto_mode = "disable_global", importpath = "contrib.go.opencensus.io/resource", sum = "h1:4r2CANuYhKGmYWP02+5E94rLRcS/YeD+KlxSrOsMxk0=", version = "v0.1.1", ) + go_repository( + name = "io_opentelemetry_go_proto_otlp", + build_file_proto_mode = "disable_global", + importpath = "go.opentelemetry.io/proto/otlp", + sum = "h1:rwOQPCuKAKmwGKq2aVNnYIibI6wnV7EvzgfTCzcdGg8=", + version = "v0.7.0", + ) go_repository( name = "io_rsc_binaryregexp", 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_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_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_proto_mode = "disable_global", importpath = "rsc.io/sampler", sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", version = "v1.3.0", ) go_repository( name = "net_starlark_go", build_file_proto_mode = "disable_global", importpath = "go.starlark.net", sum = "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=", version = "v0.0.0-20200306205701-8dd3e2ee1dd5", ) go_repository( name = "org_apache_git_thrift_git", 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_proto_mode = "disable_global", importpath = "bazil.org/fuse", sum = "h1:FNCRpXiquG1aoyqcIWVFmpTSKVcx2bQD38uZZeGtdlw=", version = "v0.0.0-20180421153158-65cc252bf669", ) go_repository( name = "org_go4", build_file_proto_mode = "disable_global", importpath = "go4.org", sum = "h1:+hE86LblG4AyDgwMCLTE6FOlM9+qjHSYS+rKqxUVdsM=", version = "v0.0.0-20180809161055-417644f6feb5", ) go_repository( name = "org_go4_grpc", build_file_proto_mode = "disable_global", importpath = "grpc.go4.org", sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=", version = "v0.0.0-20170609214715-11d0a25b4919", ) go_repository( name = "org_golang_google_api", build_file_proto_mode = "disable_global", importpath = "google.golang.org/api", - sum = "h1:jkDWHOBIoNSD0OQpq4rtBVu+Rh325MPjXG1rakAp8JU=", - version = "v0.46.0", + sum = "h1:08F9XVYTLOGeSQb3xI9C0gXMuQanhdGed0cWFhDozbI=", + version = "v0.56.0", ) go_repository( name = "org_golang_google_appengine", build_file_proto_mode = "disable_global", importpath = "google.golang.org/appengine", sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", version = "v1.6.7", ) go_repository( name = "org_golang_google_cloud", build_file_proto_mode = "disable_global", importpath = "google.golang.org/cloud", sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=", version = "v0.0.0-20151119220103-975617b05ea8", ) + go_repository( name = "org_golang_google_grpc", build_file_proto_mode = "disable_global", importpath = "google.golang.org/grpc", + sum = "h1:AGJ0Ih4mHjSeibYkFGh1dD9KJ/eOtZ93I6hoHhukQ5Q=", + version = "v1.40.0", + ) + go_repository( + name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc", + build_file_proto_mode = "disable_global", + importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc", + sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=", + version = "v1.1.0", ) + go_repository( name = "org_golang_google_protobuf", build_file_proto_mode = "disable_global", importpath = "google.golang.org/protobuf", - sum = "h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=", - version = "v1.26.0", + sum = "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=", + version = "v1.27.1", ) go_repository( name = "org_golang_x_build", build_file_proto_mode = "disable_global", importpath = "golang.org/x/build", sum = "h1:9vRy8wdKITrvvXLEOnNC9FHAGhmzy3OwvKfscMgJ4vo=", version = "v0.0.0-20190314133821-5284462c4bec", ) go_repository( name = "org_golang_x_crypto", build_file_proto_mode = "disable_global", importpath = "golang.org/x/crypto", sum = "h1:/ZScEX8SfEmUGRHs0gxpqteO5nfNW6axyZbBdw9A12g=", version = "v0.0.0-20210220033148-5ea612d1eb83", ) go_repository( name = "org_golang_x_exp", build_file_proto_mode = "disable_global", importpath = "golang.org/x/exp", sum = "h1:FR+oGxGfbQu1d+jglI3rCkjAjUnhRSZcUxr+DqlDLNo=", version = "v0.0.0-20200331195152-e8c3332aa8e5", ) go_repository( name = "org_golang_x_image", build_file_proto_mode = "disable_global", importpath = "golang.org/x/image", sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=", version = "v0.0.0-20190802002840-cff245a6509b", ) go_repository( name = "org_golang_x_lint", build_file_proto_mode = "disable_global", importpath = "golang.org/x/lint", - sum = "h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI=", - version = "v0.0.0-20201208152925-83fdc39ff7b5", + sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=", + version = "v0.0.0-20210508222113-6edffad5e616", ) go_repository( name = "org_golang_x_mobile", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mobile", sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", version = "v0.0.0-20190719004257-d2bd2a29d028", ) go_repository( name = "org_golang_x_mod", build_file_proto_mode = "disable_global", importpath = "golang.org/x/mod", sum = "h1:Gz96sIWK3OalVv/I/qNygP42zyoKp3xptRVCWRFEBvo=", version = "v0.4.2", ) go_repository( name = "org_golang_x_oauth2", build_file_proto_mode = "disable_global", importpath = "golang.org/x/oauth2", - sum = "h1:pkQiBZBvdos9qq4wBAHqlzuZHEXo07pqV06ef90u1WI=", - version = "v0.0.0-20210514164344-f6687ab2804c", + sum = "h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw=", + version = "v0.0.0-20210819190943-2bc19b11175f", ) go_repository( name = "org_golang_x_perf", build_file_proto_mode = "disable_global", importpath = "golang.org/x/perf", sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=", version = "v0.0.0-20180704124530-6e6d33e29852", ) go_repository( name = "org_golang_x_sync", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sync", sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=", version = "v0.0.0-20210220032951-036812b2e83c", ) go_repository( name = "org_golang_x_sys", build_file_proto_mode = "disable_global", importpath = "golang.org/x/sys", - sum = "h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I=", - version = "v0.0.0-20210630005230-0f9fa26af87c", + sum = "h1:xrCZDmdtoloIiooiA9q0OQb9r8HejIHYoHGhGCe1pGg=", + version = "v0.0.0-20210910150752-751e447fb3d0", ) go_repository( name = "org_golang_x_term", build_file_proto_mode = "disable_global", importpath = "golang.org/x/term", sum = "h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE=", version = "v0.0.0-20210220032956-6a3ed077a48d", ) go_repository( name = "org_golang_x_text", build_file_proto_mode = "disable_global", importpath = "golang.org/x/text", - sum = "h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=", - version = "v0.3.6", + sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=", + version = "v0.3.7", ) go_repository( name = "org_golang_x_time", build_file_proto_mode = "disable_global", importpath = "golang.org/x/time", sum = "h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs=", version = "v0.0.0-20210723032227-1f47c861a9ac", ) go_repository( name = "org_golang_x_tools", build_extra_args = [ # ignore test dirs that contain invalid imports # see related issue here: https://github.com/bazelbuild/bazel-gazelle/issues/766 "-exclude=cmd/fiximports/testdata", "-exclude=go/internal/gccgoimporter/testdata", "-exclude=go/loader/testdata", "-exclude=go/internal/gcimporter/testdata", "-exclude=go/packages/packagestest", # ignore known imports which are also used in tests # https://github.com/bazelbuild/bazel-gazelle/issues/473 "-known_import=domain.name/importdecl", "-known_import=example.com/extramodule/pkg", "-known_import=nosuchpkg", "-known_import=lib", "-known_import=referrers", "-known_import=a", "-known_import=b", ], build_file_proto_mode = "disable_global", importpath = "golang.org/x/tools", - sum = "h1:L69ShwSZEyCsLKoAxDKeMvLDZkumEe8gXUZAjab0tX8=", - version = "v0.1.3", + sum = "h1:ouewzE6p+/VEB31YYnTbEJdi8pFqKp4P4n85vwo3DHA=", + version = "v0.1.5", ) go_repository( name = "org_golang_x_xerrors", build_file_proto_mode = "disable_global", importpath = "golang.org/x/xerrors", sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=", version = "v0.0.0-20200804184101-5ec99f83aff1", ) go_repository( name = "org_gonum_v1_gonum", build_file_proto_mode = "disable_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_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_proto_mode = "disable_global", importpath = "modernc.org/cc", sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=", version = "v1.0.0", ) go_repository( name = "org_modernc_golex", 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_proto_mode = "disable_global", importpath = "modernc.org/mathutil", sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=", version = "v1.0.0", ) go_repository( name = "org_modernc_strutil", 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_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_proto_mode = "disable_global", importpath = "go.mongodb.org/mongo-driver", sum = "h1:9nOVLGDfOaZ9R0tBumx/BcuqkbFpyTCU2r/Po7A2azI=", version = "v1.5.1", ) go_repository( name = "org_uber_go_atomic", build_file_proto_mode = "disable_global", importpath = "go.uber.org/atomic", sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=", version = "v1.7.0", ) go_repository( name = "org_uber_go_goleak", build_file_proto_mode = "disable_global", importpath = "go.uber.org/goleak", sum = "h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0=", version = "v1.1.10", ) go_repository( name = "org_uber_go_multierr", build_file_proto_mode = "disable_global", importpath = "go.uber.org/multierr", sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=", version = "v1.6.0", ) go_repository( name = "org_uber_go_tools", build_file_proto_mode = "disable_global", importpath = "go.uber.org/tools", sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=", version = "v0.0.0-20190618225709-2cfd321de3ee", ) go_repository( name = "org_uber_go_zap", build_file_proto_mode = "disable_global", importpath = "go.uber.org/zap", sum = "h1:CSUJ2mjFszzEWt4CdKISEuChVIXGBn3lAPwkRGyVrc4=", version = "v1.18.1", ) go_repository( name = "sh_helm_helm_v3", build_file_proto_mode = "disable_global", importpath = "helm.sh/helm/v3", sum = "h1:0nKDyXJr23nI3JrcP7HH7NcR+CYRvro/52Dvr1KhGO0=", version = "v3.6.3", ) go_repository( name = "tools_gotest", build_file_proto_mode = "disable_global", importpath = "gotest.tools", sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=", version = "v2.2.0+incompatible", ) go_repository( name = "tools_gotest_v3", build_file_proto_mode = "disable_global", importpath = "gotest.tools/v3", sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=", version = "v3.0.3", ) go_repository( name = "xyz_gomodules_jsonpatch_v2", build_file_proto_mode = "disable_global", importpath = "gomodules.xyz/jsonpatch/v2", sum = "h1:4pT439QV83L+G9FkcCriY6EkpcK6r6bK+A5FBUMI7qY=", version = "v2.2.0", )