| "This file managed by `bazel run //:update_go_deps`" |
| |
| load("@bazel_gazelle//:deps.bzl", "go_repository") |
| |
| def deps(): |
| "Fetch go dependencies" |
| go_repository( |
| name = "co_honnef_go_tools", |
| importpath = "honnef.co/go/tools", |
| sum = "h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8=", |
| version = "v0.0.1-2020.1.4", |
| ) |
| go_repository( |
| name = "com_github_antihax_optional", |
| importpath = "github.com/antihax/optional", |
| sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_armon_circbuf", |
| importpath = "github.com/armon/circbuf", |
| sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", |
| version = "v0.0.0-20150827004946-bbbad097214e", |
| ) |
| go_repository( |
| name = "com_github_armon_go_metrics", |
| importpath = "github.com/armon/go-metrics", |
| sum = "h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I=", |
| version = "v0.0.0-20180917152333-f0300d1749da", |
| ) |
| go_repository( |
| name = "com_github_armon_go_radix", |
| importpath = "github.com/armon/go-radix", |
| sum = "h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=", |
| version = "v0.0.0-20180808171621-7fddfc383310", |
| ) |
| go_repository( |
| name = "com_github_bazelbuild_bazel_gazelle", |
| importpath = "github.com/bazelbuild/bazel-gazelle", |
| sum = "h1:Ks6YN+WkOv2lYWlvf7ksxUpLvrDbBHPBXXUrBFQ3BZM=", |
| version = "v0.23.0", |
| ) |
| |
| go_repository( |
| name = "com_github_bazelbuild_bazelisk", |
| build_naming_convention = "go_default_library", |
| importpath = "github.com/bazelbuild/bazelisk", |
| sum = "h1:2EWA2lRrt/k8B5ASt0mlTDQ+7mnzvKdF6ShNWLbk0o0=", |
| version = "v1.10.1", |
| ) |
| go_repository( |
| name = "com_github_bazelbuild_buildtools", |
| build_naming_convention = "go_default_library", |
| importpath = "github.com/bazelbuild/buildtools", |
| sum = "h1:hWvEw/36XcpZzKZB2LBYhKSGt72ETiIhudjxd637+4w=", |
| version = "v0.0.0-20210920153738-d6daef01a1a2", |
| ) |
| |
| go_repository( |
| name = "com_github_bazelbuild_rules_go", |
| importpath = "github.com/bazelbuild/rules_go", |
| sum = "h1:fNtx0dJpG5ENGdMj3/GICoi/7z+ixB3IIW5rERTzOgM=", |
| version = "v0.28.0", |
| ) |
| |
| go_repository( |
| name = "com_github_bgentry_speakeasy", |
| importpath = "github.com/bgentry/speakeasy", |
| sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_bketelsen_crypt", |
| importpath = "github.com/bketelsen/crypt", |
| sum = "h1:w/jqZtC9YD4DS/Vp9GhWfWcCpuAL58oTnLoI8vE9YHU=", |
| version = "v0.0.4", |
| ) |
| go_repository( |
| name = "com_github_bmatcuk_doublestar", |
| importpath = "github.com/bmatcuk/doublestar", |
| sum = "h1:oC24CykoSAB8zd7XgruHo33E0cHJf/WhQA/7BeXj+x0=", |
| version = "v1.2.2", |
| ) |
| |
| go_repository( |
| name = "com_github_burntsushi_toml", |
| importpath = "github.com/BurntSushi/toml", |
| sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=", |
| version = "v0.3.1", |
| ) |
| go_repository( |
| name = "com_github_burntsushi_xgb", |
| importpath = "github.com/BurntSushi/xgb", |
| sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", |
| version = "v0.0.0-20160522181843-27f122750802", |
| ) |
| go_repository( |
| name = "com_github_census_instrumentation_opencensus_proto", |
| importpath = "github.com/census-instrumentation/opencensus-proto", |
| sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=", |
| version = "v0.2.1", |
| ) |
| |
| go_repository( |
| name = "com_github_chzyer_logex", |
| importpath = "github.com/chzyer/logex", |
| sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=", |
| version = "v1.1.10", |
| ) |
| go_repository( |
| name = "com_github_chzyer_readline", |
| 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", |
| importpath = "github.com/chzyer/test", |
| sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", |
| version = "v0.0.0-20180213035817-a1ea475d72b1", |
| ) |
| |
| go_repository( |
| name = "com_github_client9_misspell", |
| importpath = "github.com/client9/misspell", |
| sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", |
| version = "v0.3.4", |
| ) |
| go_repository( |
| name = "com_github_cncf_udpa_go", |
| importpath = "github.com/cncf/udpa/go", |
| sum = "h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M=", |
| version = "v0.0.0-20201120205902-5459f2c99403", |
| ) |
| |
| go_repository( |
| name = "com_github_coreos_go_semver", |
| importpath = "github.com/coreos/go-semver", |
| sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=", |
| version = "v0.3.0", |
| ) |
| go_repository( |
| name = "com_github_coreos_go_systemd_v22", |
| importpath = "github.com/coreos/go-systemd/v22", |
| sum = "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=", |
| version = "v22.3.2", |
| ) |
| |
| go_repository( |
| name = "com_github_cpuguy83_go_md2man_v2", |
| importpath = "github.com/cpuguy83/go-md2man/v2", |
| sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=", |
| version = "v2.0.0", |
| ) |
| go_repository( |
| name = "com_github_davecgh_go_spew", |
| importpath = "github.com/davecgh/go-spew", |
| sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", |
| version = "v1.1.1", |
| ) |
| |
| go_repository( |
| name = "com_github_envoyproxy_go_control_plane", |
| importpath = "github.com/envoyproxy/go-control-plane", |
| sum = "h1:QyzYnTnPE15SQyUeqU6qLbWxMkwyAyu+vGksa0b7j00=", |
| version = "v0.9.9-0.20210217033140-668b12f5399d", |
| ) |
| go_repository( |
| name = "com_github_envoyproxy_protoc_gen_validate", |
| importpath = "github.com/envoyproxy/protoc-gen-validate", |
| sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_fatih_color", |
| importpath = "github.com/fatih/color", |
| sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=", |
| version = "v1.12.0", |
| ) |
| go_repository( |
| name = "com_github_fsnotify_fsnotify", |
| importpath = "github.com/fsnotify/fsnotify", |
| sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=", |
| version = "v1.4.9", |
| ) |
| go_repository( |
| name = "com_github_ghodss_yaml", |
| importpath = "github.com/ghodss/yaml", |
| sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_go_gl_glfw", |
| 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", |
| importpath = "github.com/go-gl/glfw/v3.3/glfw", |
| sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", |
| version = "v0.0.0-20200222043503-6f7a984d4dc4", |
| ) |
| |
| go_repository( |
| name = "com_github_go_task_slim_sprig", |
| importpath = "github.com/go-task/slim-sprig", |
| sum = "h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=", |
| version = "v0.0.0-20210107165309-348f09dbbbc0", |
| ) |
| go_repository( |
| name = "com_github_godbus_dbus_v5", |
| importpath = "github.com/godbus/dbus/v5", |
| sum = "h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=", |
| version = "v5.0.4", |
| ) |
| |
| go_repository( |
| name = "com_github_gogo_protobuf", |
| importpath = "github.com/gogo/protobuf", |
| sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", |
| version = "v1.3.2", |
| ) |
| go_repository( |
| name = "com_github_golang_glog", |
| importpath = "github.com/golang/glog", |
| sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=", |
| version = "v0.0.0-20160126235308-23def4e6c14b", |
| ) |
| go_repository( |
| name = "com_github_golang_groupcache", |
| importpath = "github.com/golang/groupcache", |
| sum = "h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=", |
| version = "v0.0.0-20200121045136-8c9f03a8e57e", |
| ) |
| go_repository( |
| name = "com_github_golang_mock", |
| importpath = "github.com/golang/mock", |
| sum = "h1:jlYHihg//f7RRwuPfptm04yp4s7O6Kw8EZiVYIGcH0g=", |
| version = "v1.5.0", |
| ) |
| go_repository( |
| name = "com_github_golang_protobuf", |
| importpath = "github.com/golang/protobuf", |
| sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=", |
| version = "v1.5.2", |
| ) |
| go_repository( |
| name = "com_github_google_btree", |
| importpath = "github.com/google/btree", |
| sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_google_go_cmp", |
| importpath = "github.com/google/go-cmp", |
| sum = "h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=", |
| version = "v0.5.5", |
| ) |
| go_repository( |
| name = "com_github_google_gofuzz", |
| importpath = "github.com/google/gofuzz", |
| sum = "h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_google_martian", |
| importpath = "github.com/google/martian", |
| sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", |
| version = "v2.1.0+incompatible", |
| ) |
| go_repository( |
| name = "com_github_google_martian_v3", |
| importpath = "github.com/google/martian/v3", |
| sum = "h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60=", |
| version = "v3.1.0", |
| ) |
| |
| go_repository( |
| name = "com_github_google_pprof", |
| importpath = "github.com/google/pprof", |
| sum = "h1:zIaiqGYDQwa4HVx5wGRTXbx38Pqxjemn4BP98wpzpXo=", |
| version = "v0.0.0-20210226084205-cbba55b83ad5", |
| ) |
| go_repository( |
| name = "com_github_google_renameio", |
| importpath = "github.com/google/renameio", |
| sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_google_uuid", |
| importpath = "github.com/google/uuid", |
| sum = "h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=", |
| version = "v1.1.2", |
| ) |
| |
| go_repository( |
| name = "com_github_googleapis_gax_go_v2", |
| importpath = "github.com/googleapis/gax-go/v2", |
| sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=", |
| version = "v2.0.5", |
| ) |
| go_repository( |
| name = "com_github_gopherjs_gopherjs", |
| importpath = "github.com/gopherjs/gopherjs", |
| sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=", |
| version = "v0.0.0-20181017120253-0766667cb4d1", |
| ) |
| |
| go_repository( |
| name = "com_github_grpc_ecosystem_grpc_gateway", |
| importpath = "github.com/grpc-ecosystem/grpc-gateway", |
| sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=", |
| version = "v1.16.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_consul_api", |
| importpath = "github.com/hashicorp/consul/api", |
| sum = "h1:BNQPM9ytxj6jbjjdRPioQ94T6YXriSopn0i8COv6SRA=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_consul_sdk", |
| importpath = "github.com/hashicorp/consul/sdk", |
| sum = "h1:LnuDWGNsoajlhGyHJvuWW6FVqRl8JOTPqS6CPTsYjhY=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_errwrap", |
| importpath = "github.com/hashicorp/errwrap", |
| sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_cleanhttp", |
| importpath = "github.com/hashicorp/go-cleanhttp", |
| sum = "h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=", |
| version = "v0.5.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_immutable_radix", |
| 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_msgpack", |
| importpath = "github.com/hashicorp/go-msgpack", |
| sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", |
| version = "v0.5.3", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_multierror", |
| importpath = "github.com/hashicorp/go-multierror", |
| sum = "h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_net", |
| importpath = "github.com/hashicorp/go.net", |
| sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=", |
| version = "v0.0.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_rootcerts", |
| importpath = "github.com/hashicorp/go-rootcerts", |
| sum = "h1:Rqb66Oo1X/eSV1x66xbDccZjhJigjg0+e82kpwzSwCI=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_sockaddr", |
| importpath = "github.com/hashicorp/go-sockaddr", |
| sum = "h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_syslog", |
| importpath = "github.com/hashicorp/go-syslog", |
| sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_uuid", |
| importpath = "github.com/hashicorp/go-uuid", |
| sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=", |
| version = "v1.0.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_version", |
| importpath = "github.com/hashicorp/go-version", |
| sum = "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=", |
| version = "v1.3.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_golang_lru", |
| importpath = "github.com/hashicorp/golang-lru", |
| sum = "h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=", |
| version = "v0.5.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_hcl", |
| importpath = "github.com/hashicorp/hcl", |
| sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_logutils", |
| importpath = "github.com/hashicorp/logutils", |
| sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_mdns", |
| importpath = "github.com/hashicorp/mdns", |
| sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_memberlist", |
| importpath = "github.com/hashicorp/memberlist", |
| sum = "h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=", |
| version = "v0.1.3", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_serf", |
| importpath = "github.com/hashicorp/serf", |
| sum = "h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0=", |
| version = "v0.8.2", |
| ) |
| go_repository( |
| name = "com_github_hpcloud_tail", |
| importpath = "github.com/hpcloud/tail", |
| sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_ianlancetaylor_demangle", |
| importpath = "github.com/ianlancetaylor/demangle", |
| sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=", |
| version = "v0.0.0-20200824232613-28f6c0f3b639", |
| ) |
| |
| go_repository( |
| name = "com_github_inconshreveable_mousetrap", |
| importpath = "github.com/inconshreveable/mousetrap", |
| sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_json_iterator_go", |
| importpath = "github.com/json-iterator/go", |
| sum = "h1:uVUAXhF2To8cbw/3xN3pxj6kk7TYKs98NIrTqPlMWAQ=", |
| version = "v1.1.11", |
| ) |
| go_repository( |
| name = "com_github_jstemmer_go_junit_report", |
| importpath = "github.com/jstemmer/go-junit-report", |
| sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", |
| version = "v0.9.1", |
| ) |
| go_repository( |
| name = "com_github_jtolds_gls", |
| importpath = "github.com/jtolds/gls", |
| sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=", |
| version = "v4.20.0+incompatible", |
| ) |
| go_repository( |
| name = "com_github_juju_ansiterm", |
| importpath = "github.com/juju/ansiterm", |
| sum = "h1:FaWFmfWdAUKbSCtOU2QjDaorUexogfaMgbipgYATUMU=", |
| version = "v0.0.0-20180109212912-720a0952cc2a", |
| ) |
| |
| go_repository( |
| name = "com_github_kisielk_errcheck", |
| importpath = "github.com/kisielk/errcheck", |
| sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", |
| version = "v1.5.0", |
| ) |
| go_repository( |
| name = "com_github_kisielk_gotool", |
| importpath = "github.com/kisielk/gotool", |
| sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_kr_fs", |
| importpath = "github.com/kr/fs", |
| sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=", |
| version = "v0.1.0", |
| ) |
| |
| go_repository( |
| name = "com_github_kr_pretty", |
| importpath = "github.com/kr/pretty", |
| sum = "h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_kr_pty", |
| importpath = "github.com/kr/pty", |
| sum = "h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw=", |
| version = "v1.1.1", |
| ) |
| go_repository( |
| name = "com_github_kr_text", |
| importpath = "github.com/kr/text", |
| sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_lunixbochs_vtclean", |
| importpath = "github.com/lunixbochs/vtclean", |
| sum = "h1:weJVJJRzAJBFRlAiJQROKQs8oC9vOxvm4rZmBBk0ONw=", |
| version = "v0.0.0-20180621232353-2d01aacdc34a", |
| ) |
| |
| go_repository( |
| name = "com_github_magiconair_properties", |
| importpath = "github.com/magiconair/properties", |
| sum = "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=", |
| version = "v1.8.5", |
| ) |
| go_repository( |
| name = "com_github_manifoldco_promptui", |
| importpath = "github.com/manifoldco/promptui", |
| sum = "h1:R95mMF+McvXZQ7j1g8ucVZE1gLP3Sv6j9vlF9kyRqQo=", |
| version = "v0.8.0", |
| ) |
| |
| go_repository( |
| name = "com_github_mattn_go_colorable", |
| importpath = "github.com/mattn/go-colorable", |
| sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=", |
| version = "v0.1.8", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_isatty", |
| importpath = "github.com/mattn/go-isatty", |
| sum = "h1:qdl+GuBjcsKKDco5BsxPJlId98mSWNKqYA+Co0SC1yA=", |
| version = "v0.0.13", |
| ) |
| |
| go_repository( |
| name = "com_github_miekg_dns", |
| importpath = "github.com/miekg/dns", |
| sum = "h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA=", |
| version = "v1.0.14", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_cli", |
| importpath = "github.com/mitchellh/cli", |
| sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_go_homedir", |
| importpath = "github.com/mitchellh/go-homedir", |
| sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_go_testing_interface", |
| importpath = "github.com/mitchellh/go-testing-interface", |
| sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_gox", |
| importpath = "github.com/mitchellh/gox", |
| sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=", |
| version = "v0.4.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_iochan", |
| importpath = "github.com/mitchellh/iochan", |
| sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_mapstructure", |
| importpath = "github.com/mitchellh/mapstructure", |
| sum = "h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag=", |
| version = "v1.4.1", |
| ) |
| go_repository( |
| name = "com_github_modern_go_concurrent", |
| importpath = "github.com/modern-go/concurrent", |
| sum = "h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc=", |
| version = "v0.0.0-20180228061459-e0a39a4cb421", |
| ) |
| go_repository( |
| name = "com_github_modern_go_reflect2", |
| importpath = "github.com/modern-go/reflect2", |
| sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=", |
| version = "v1.0.1", |
| ) |
| |
| go_repository( |
| name = "com_github_nxadm_tail", |
| importpath = "github.com/nxadm/tail", |
| sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=", |
| version = "v1.4.8", |
| ) |
| |
| go_repository( |
| name = "com_github_onsi_ginkgo", |
| importpath = "github.com/onsi/ginkgo", |
| sum = "h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc=", |
| version = "v1.16.4", |
| ) |
| go_repository( |
| name = "com_github_onsi_gomega", |
| importpath = "github.com/onsi/gomega", |
| sum = "h1:6gjqkI8iiRHMvdccRJM8rVKjCWk6ZIm6FTm3ddIe4/c=", |
| version = "v1.16.0", |
| ) |
| go_repository( |
| name = "com_github_pascaldekloe_goe", |
| importpath = "github.com/pascaldekloe/goe", |
| sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=", |
| version = "v0.0.0-20180627143212-57f6aae5913c", |
| ) |
| go_repository( |
| name = "com_github_pelletier_go_toml", |
| importpath = "github.com/pelletier/go-toml", |
| sum = "h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ=", |
| version = "v1.9.3", |
| ) |
| go_repository( |
| name = "com_github_pkg_browser", |
| importpath = "github.com/pkg/browser", |
| sum = "h1:TdFv+3Gr3GaghJ/o80aulO4ian7GHGWMdLBXoLZH1Is=", |
| version = "v0.0.0-20210904010418-6d279e18f982", |
| ) |
| |
| go_repository( |
| name = "com_github_pkg_errors", |
| importpath = "github.com/pkg/errors", |
| sum = "h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=", |
| version = "v0.8.1", |
| ) |
| go_repository( |
| name = "com_github_pkg_sftp", |
| importpath = "github.com/pkg/sftp", |
| sum = "h1:VasscCm72135zRysgrJDKsntdmPN+OuU3+nnHYA9wyc=", |
| version = "v1.10.1", |
| ) |
| go_repository( |
| name = "com_github_pmezard_go_difflib", |
| importpath = "github.com/pmezard/go-difflib", |
| sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_posener_complete", |
| importpath = "github.com/posener/complete", |
| sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=", |
| version = "v1.1.1", |
| ) |
| |
| go_repository( |
| name = "com_github_prometheus_client_model", |
| importpath = "github.com/prometheus/client_model", |
| sum = "h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM=", |
| version = "v0.0.0-20190812154241-14fe0d1b01d4", |
| ) |
| |
| go_repository( |
| name = "com_github_rogpeppe_fastuuid", |
| importpath = "github.com/rogpeppe/fastuuid", |
| sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=", |
| version = "v1.2.0", |
| ) |
| go_repository( |
| name = "com_github_rogpeppe_go_internal", |
| importpath = "github.com/rogpeppe/go-internal", |
| sum = "h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=", |
| version = "v1.3.0", |
| ) |
| go_repository( |
| name = "com_github_russross_blackfriday_v2", |
| importpath = "github.com/russross/blackfriday/v2", |
| sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=", |
| version = "v2.0.1", |
| ) |
| go_repository( |
| name = "com_github_ryanuber_columnize", |
| importpath = "github.com/ryanuber/columnize", |
| sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=", |
| version = "v0.0.0-20160712163229-9b3edd62028f", |
| ) |
| go_repository( |
| name = "com_github_sean_seed", |
| importpath = "github.com/sean-/seed", |
| sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", |
| version = "v0.0.0-20170313163322-e2103e2c3529", |
| ) |
| go_repository( |
| name = "com_github_shurcool_sanitized_anchor_name", |
| importpath = "github.com/shurcooL/sanitized_anchor_name", |
| sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", |
| version = "v1.0.0", |
| ) |
| |
| go_repository( |
| name = "com_github_smartystreets_assertions", |
| importpath = "github.com/smartystreets/assertions", |
| sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=", |
| version = "v0.0.0-20180927180507-b2de0cb4f26d", |
| ) |
| go_repository( |
| name = "com_github_smartystreets_goconvey", |
| importpath = "github.com/smartystreets/goconvey", |
| sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=", |
| version = "v1.6.4", |
| ) |
| |
| go_repository( |
| name = "com_github_spf13_afero", |
| importpath = "github.com/spf13/afero", |
| sum = "h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY=", |
| version = "v1.6.0", |
| ) |
| go_repository( |
| name = "com_github_spf13_cast", |
| importpath = "github.com/spf13/cast", |
| sum = "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=", |
| version = "v1.3.1", |
| ) |
| go_repository( |
| name = "com_github_spf13_cobra", |
| importpath = "github.com/spf13/cobra", |
| sum = "h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw=", |
| version = "v1.2.1", |
| ) |
| go_repository( |
| name = "com_github_spf13_jwalterweatherman", |
| importpath = "github.com/spf13/jwalterweatherman", |
| sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_spf13_pflag", |
| importpath = "github.com/spf13/pflag", |
| sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", |
| version = "v1.0.5", |
| ) |
| go_repository( |
| name = "com_github_spf13_viper", |
| importpath = "github.com/spf13/viper", |
| sum = "h1:Kq1fyeebqsBfbjZj4EL7gj2IO0mMaiyjYUWcUsl2O44=", |
| version = "v1.8.1", |
| ) |
| go_repository( |
| name = "com_github_stretchr_objx", |
| importpath = "github.com/stretchr/objx", |
| sum = "h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_stretchr_testify", |
| importpath = "github.com/stretchr/testify", |
| sum = "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=", |
| version = "v1.7.0", |
| ) |
| go_repository( |
| name = "com_github_subosito_gotenv", |
| importpath = "github.com/subosito/gotenv", |
| sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=", |
| version = "v1.2.0", |
| ) |
| |
| go_repository( |
| name = "com_github_yuin_goldmark", |
| importpath = "github.com/yuin/goldmark", |
| sum = "h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs=", |
| version = "v1.3.5", |
| ) |
| go_repository( |
| name = "com_google_cloud_go", |
| importpath = "cloud.google.com/go", |
| sum = "h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8=", |
| version = "v0.81.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_bigquery", |
| importpath = "cloud.google.com/go/bigquery", |
| sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=", |
| version = "v1.8.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datastore", |
| importpath = "cloud.google.com/go/datastore", |
| sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_firestore", |
| importpath = "cloud.google.com/go/firestore", |
| sum = "h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_pubsub", |
| importpath = "cloud.google.com/go/pubsub", |
| sum = "h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU=", |
| version = "v1.3.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_storage", |
| importpath = "cloud.google.com/go/storage", |
| sum = "h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA=", |
| version = "v1.10.0", |
| ) |
| go_repository( |
| name = "com_shuralyov_dmitri_gpu_mtl", |
| importpath = "dmitri.shuralyov.com/gpu/mtl", |
| sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", |
| version = "v0.0.0-20190408044501-666a987793e9", |
| ) |
| |
| go_repository( |
| name = "in_gopkg_check_v1", |
| importpath = "gopkg.in/check.v1", |
| sum = "h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=", |
| version = "v1.0.0-20180628173108-788fd7840127", |
| ) |
| go_repository( |
| name = "in_gopkg_errgo_v2", |
| importpath = "gopkg.in/errgo.v2", |
| sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", |
| version = "v2.1.0", |
| ) |
| go_repository( |
| name = "in_gopkg_fsnotify_v1", |
| importpath = "gopkg.in/fsnotify.v1", |
| sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", |
| version = "v1.4.7", |
| ) |
| go_repository( |
| name = "in_gopkg_ini_v1", |
| importpath = "gopkg.in/ini.v1", |
| sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=", |
| version = "v1.62.0", |
| ) |
| |
| go_repository( |
| name = "in_gopkg_tomb_v1", |
| importpath = "gopkg.in/tomb.v1", |
| sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", |
| version = "v1.0.0-20141024135613-dd632973f1e7", |
| ) |
| go_repository( |
| name = "in_gopkg_yaml_v2", |
| importpath = "gopkg.in/yaml.v2", |
| sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", |
| version = "v2.4.0", |
| ) |
| go_repository( |
| name = "in_gopkg_yaml_v3", |
| importpath = "gopkg.in/yaml.v3", |
| sum = "h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=", |
| version = "v3.0.0-20210107192922-496545a6307b", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_api_v3", |
| importpath = "go.etcd.io/etcd/api/v3", |
| sum = "h1:GsV3S+OfZEOCNXdtNkBSR7kgLobAa/SO6tCxRa0GAYw=", |
| version = "v3.5.0", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_client_pkg_v3", |
| importpath = "go.etcd.io/etcd/client/pkg/v3", |
| sum = "h1:2aQv6F436YnN7I4VbI8PPYrBhu+SmrTaADcf8Mi/6PU=", |
| version = "v3.5.0", |
| ) |
| go_repository( |
| name = "io_etcd_go_etcd_client_v2", |
| importpath = "go.etcd.io/etcd/client/v2", |
| sum = "h1:ftQ0nOOHMcbMS3KIaDQ0g5Qcd6bhaBrQT6b89DfwLTs=", |
| version = "v2.305.0", |
| ) |
| |
| go_repository( |
| name = "io_opencensus_go", |
| importpath = "go.opencensus.io", |
| sum = "h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=", |
| version = "v0.23.0", |
| ) |
| go_repository( |
| name = "io_rsc_binaryregexp", |
| importpath = "rsc.io/binaryregexp", |
| sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "io_rsc_quote_v3", |
| importpath = "rsc.io/quote/v3", |
| sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", |
| version = "v3.1.0", |
| ) |
| go_repository( |
| name = "io_rsc_sampler", |
| importpath = "rsc.io/sampler", |
| sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=", |
| version = "v1.3.0", |
| ) |
| |
| go_repository( |
| name = "net_starlark_go", |
| importpath = "go.starlark.net", |
| sum = "h1:xwwDQW5We85NaTk2APgoN9202w/l0DVGp+GZMfsrh7s=", |
| version = "v0.0.0-20210223155950-e043a3d3c984", |
| ) |
| |
| go_repository( |
| name = "org_golang_google_api", |
| importpath = "google.golang.org/api", |
| sum = "h1:URs6qR1lAxDsqWITsQXI4ZkGiYJ5dHtRNiCpfs2OeKA=", |
| version = "v0.44.0", |
| ) |
| go_repository( |
| name = "org_golang_google_appengine", |
| importpath = "google.golang.org/appengine", |
| sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", |
| version = "v1.6.7", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto", |
| importpath = "google.golang.org/genproto", |
| sum = "h1:wtujag7C+4D6KMoulW9YauvK2lgdvCMS260jsqqBXr0=", |
| version = "v0.0.0-20210602131652-f16073e35f0c", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc", |
| importpath = "google.golang.org/grpc", |
| sum = "h1:/9BgsAsa5nWe26HqOlvlgJnqBuktYOLCgjCPqsa56W0=", |
| version = "v1.38.0", |
| ) |
| go_repository( |
| name = "org_golang_google_protobuf", |
| build_directives = ["gazelle:exclude **/testdata/**/*"], |
| importpath = "google.golang.org/protobuf", |
| sum = "h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=", |
| version = "v1.26.0", |
| ) |
| go_repository( |
| name = "org_golang_x_crypto", |
| importpath = "golang.org/x/crypto", |
| sum = "h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=", |
| version = "v0.0.0-20200622213623-75b288015ac9", |
| ) |
| go_repository( |
| name = "org_golang_x_exp", |
| importpath = "golang.org/x/exp", |
| sum = "h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y=", |
| version = "v0.0.0-20200224162631-6cc2880d07d6", |
| ) |
| go_repository( |
| name = "org_golang_x_image", |
| importpath = "golang.org/x/image", |
| sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=", |
| version = "v0.0.0-20190802002840-cff245a6509b", |
| ) |
| go_repository( |
| name = "org_golang_x_lint", |
| importpath = "golang.org/x/lint", |
| sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=", |
| version = "v0.0.0-20210508222113-6edffad5e616", |
| ) |
| go_repository( |
| name = "org_golang_x_mobile", |
| importpath = "golang.org/x/mobile", |
| sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=", |
| version = "v0.0.0-20190719004257-d2bd2a29d028", |
| ) |
| go_repository( |
| name = "org_golang_x_mod", |
| importpath = "golang.org/x/mod", |
| sum = "h1:Gz96sIWK3OalVv/I/qNygP42zyoKp3xptRVCWRFEBvo=", |
| version = "v0.4.2", |
| ) |
| go_repository( |
| name = "org_golang_x_net", |
| importpath = "golang.org/x/net", |
| sum = "h1:w6wWR0H+nyVpbSAQbzVEIACVyr/h8l/BEkY6Sokc7Eg=", |
| version = "v0.0.0-20210903162142-ad29c8ab022f", |
| ) |
| go_repository( |
| name = "org_golang_x_oauth2", |
| importpath = "golang.org/x/oauth2", |
| sum = "h1:0Ja1LBD+yisY6RWM/BH7TJVXWsSjs2VwBSmvSX4HdBc=", |
| version = "v0.0.0-20210402161424-2e8d93401602", |
| ) |
| go_repository( |
| name = "org_golang_x_sync", |
| importpath = "golang.org/x/sync", |
| sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=", |
| version = "v0.0.0-20210220032951-036812b2e83c", |
| ) |
| go_repository( |
| name = "org_golang_x_sys", |
| importpath = "golang.org/x/sys", |
| sum = "h1:3Dq0eVHn0uaQJmPO+/aYPI/fRMqdrVDbu7MQcku54gg=", |
| version = "v0.0.0-20210903071746-97244b99971b", |
| ) |
| go_repository( |
| name = "org_golang_x_term", |
| importpath = "golang.org/x/term", |
| sum = "h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=", |
| version = "v0.0.0-20201126162022-7de9c90e9dd1", |
| ) |
| go_repository( |
| name = "org_golang_x_text", |
| importpath = "golang.org/x/text", |
| sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=", |
| version = "v0.3.7", |
| ) |
| go_repository( |
| name = "org_golang_x_time", |
| importpath = "golang.org/x/time", |
| sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=", |
| version = "v0.0.0-20191024005414-555d28b269f0", |
| ) |
| go_repository( |
| name = "org_golang_x_tools", |
| build_directives = ["gazelle:exclude **/testdata/**/*"], |
| importpath = "golang.org/x/tools", |
| sum = "h1:kRBLX7v7Af8W7Gdbbc908OJcdgtK8bOz9Uaj8/F1ACA=", |
| version = "v0.1.2", |
| ) |
| go_repository( |
| name = "org_golang_x_xerrors", |
| importpath = "golang.org/x/xerrors", |
| sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=", |
| version = "v0.0.0-20200804184101-5ec99f83aff1", |
| ) |
| go_repository( |
| name = "org_uber_go_atomic", |
| importpath = "go.uber.org/atomic", |
| sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=", |
| version = "v1.7.0", |
| ) |
| go_repository( |
| name = "org_uber_go_multierr", |
| importpath = "go.uber.org/multierr", |
| sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=", |
| version = "v1.6.0", |
| ) |
| go_repository( |
| name = "org_uber_go_zap", |
| importpath = "go.uber.org/zap", |
| sum = "h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U=", |
| version = "v1.17.0", |
| ) |