| "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:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=", |
| version = "v0.0.1-2019.2.3", |
| ) |
| go_repository( |
| name = "com_github_alecthomas_template", |
| importpath = "github.com/alecthomas/template", |
| sum = "h1:cAKDfWh5VpdgMhJosfJnn5/FoN2SRZ4p7fJNX58YPaU=", |
| version = "v0.0.0-20160405071501-a0175ee3bccc", |
| ) |
| go_repository( |
| name = "com_github_alecthomas_units", |
| importpath = "github.com/alecthomas/units", |
| sum = "h1:qet1QNfXsQxTZqLG4oE62mJzwPIB8+Tee4RNCL9ulrY=", |
| version = "v0.0.0-20151022065526-2efee857e7cf", |
| ) |
| 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_beorn7_perks", |
| importpath = "github.com/beorn7/perks", |
| sum = "h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=", |
| version = "v1.0.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:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=", |
| version = "v0.0.3-0.20200106085610-5cbc8cc4026c", |
| ) |
| 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_cespare_xxhash", |
| importpath = "github.com/cespare/xxhash", |
| sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", |
| version = "v1.1.0", |
| ) |
| 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_coreos_bbolt", |
| importpath = "github.com/coreos/bbolt", |
| sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", |
| version = "v1.3.2", |
| ) |
| go_repository( |
| name = "com_github_coreos_etcd", |
| importpath = "github.com/coreos/etcd", |
| sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=", |
| version = "v3.3.13+incompatible", |
| ) |
| 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", |
| importpath = "github.com/coreos/go-systemd", |
| sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=", |
| version = "v0.0.0-20190321100706-95778dfbb74e", |
| ) |
| go_repository( |
| name = "com_github_coreos_pkg", |
| importpath = "github.com/coreos/pkg", |
| sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", |
| version = "v0.0.0-20180928190104-399ea9e2e55f", |
| ) |
| 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_dgrijalva_jwt_go", |
| importpath = "github.com/dgrijalva/jwt-go", |
| sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", |
| version = "v3.2.0+incompatible", |
| ) |
| go_repository( |
| name = "com_github_dgryski_go_sip13", |
| importpath = "github.com/dgryski/go-sip13", |
| sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", |
| version = "v0.0.0-20181026042036-e10d5fee7954", |
| ) |
| go_repository( |
| name = "com_github_fatih_color", |
| importpath = "github.com/fatih/color", |
| sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=", |
| version = "v1.7.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_kit_kit", |
| importpath = "github.com/go-kit/kit", |
| sum = "h1:Wz+5lgoB0kkuqLEc6NVmwRknTKP6dTGbSqvhZtBI/j0=", |
| version = "v0.8.0", |
| ) |
| go_repository( |
| name = "com_github_go_logfmt_logfmt", |
| importpath = "github.com/go-logfmt/logfmt", |
| sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=", |
| version = "v0.4.0", |
| ) |
| go_repository( |
| name = "com_github_go_stack_stack", |
| importpath = "github.com/go-stack/stack", |
| sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=", |
| version = "v1.8.0", |
| ) |
| go_repository( |
| name = "com_github_gogo_protobuf", |
| importpath = "github.com/gogo/protobuf", |
| sum = "h1:/s5zKNz0uPFCZ5hddgPdo2TK2TVrUNMn0OOX8/aZMTE=", |
| version = "v1.2.1", |
| ) |
| 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:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk=", |
| version = "v0.0.0-20190129154638-5b532d6fd5ef", |
| ) |
| go_repository( |
| name = "com_github_golang_mock", |
| importpath = "github.com/golang/mock", |
| sum = "h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=", |
| version = "v1.3.1", |
| ) |
| go_repository( |
| name = "com_github_golang_protobuf", |
| importpath = "github.com/golang/protobuf", |
| sum = "h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=", |
| version = "v1.3.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:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=", |
| version = "v0.3.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_pprof", |
| importpath = "github.com/google/pprof", |
| sum = "h1:Jnx61latede7zDD3DiiP4gmNz33uK0U5HDUaF0a/HVQ=", |
| version = "v0.0.0-20190515194954-54271f7e092f", |
| ) |
| go_repository( |
| name = "com_github_google_renameio", |
| importpath = "github.com/google/renameio", |
| sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", |
| version = "v0.1.0", |
| ) |
| 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_gorilla_websocket", |
| importpath = "github.com/gorilla/websocket", |
| sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=", |
| version = "v1.4.2", |
| ) |
| go_repository( |
| name = "com_github_grpc_ecosystem_go_grpc_middleware", |
| importpath = "github.com/grpc-ecosystem/go-grpc-middleware", |
| sum = "h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_grpc_ecosystem_go_grpc_prometheus", |
| 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", |
| importpath = "github.com/grpc-ecosystem/grpc-gateway", |
| sum = "h1:bM6ZAFZmc/wPFaRDi0d5L7hGEZEx/2u+Tmr2evNHDiI=", |
| version = "v1.9.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_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_inconshreveable_mousetrap", |
| importpath = "github.com/inconshreveable/mousetrap", |
| sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_jonboulle_clockwork", |
| importpath = "github.com/jonboulle/clockwork", |
| sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_json_iterator_go", |
| importpath = "github.com/json-iterator/go", |
| sum = "h1:MrUvLMLTMxbqFJ9kzlvat/rYZqZnW3u4wkLzWTaFwKs=", |
| version = "v1.1.6", |
| ) |
| go_repository( |
| name = "com_github_jstemmer_go_junit_report", |
| importpath = "github.com/jstemmer/go-junit-report", |
| sum = "h1:rBMNdlhTLzJjJSDIjNEXX1Pz3Hmwmz91v+zycvx9PJc=", |
| version = "v0.0.0-20190106144839-af01ea7f8024", |
| ) |
| 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_julienschmidt_httprouter", |
| importpath = "github.com/julienschmidt/httprouter", |
| sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=", |
| version = "v1.2.0", |
| ) |
| go_repository( |
| name = "com_github_kisielk_errcheck", |
| importpath = "github.com/kisielk/errcheck", |
| sum = "h1:ZqfnKyx9KGpRcW04j5nnPDgRgoXUeLh2YFBeFzphcA0=", |
| version = "v1.1.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_konsorten_go_windows_terminal_sequences", |
| importpath = "github.com/konsorten/go-windows-terminal-sequences", |
| sum = "h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=", |
| version = "v1.0.1", |
| ) |
| 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_logfmt", |
| importpath = "github.com/kr/logfmt", |
| sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=", |
| version = "v0.0.0-20140226030751-b84e30acd515", |
| ) |
| 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_magiconair_properties", |
| importpath = "github.com/magiconair/properties", |
| sum = "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=", |
| version = "v1.8.5", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_colorable", |
| importpath = "github.com/mattn/go-colorable", |
| sum = "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=", |
| version = "v0.0.9", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_isatty", |
| importpath = "github.com/mattn/go-isatty", |
| sum = "h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI=", |
| version = "v0.0.3", |
| ) |
| go_repository( |
| name = "com_github_matttproud_golang_protobuf_extensions", |
| importpath = "github.com/matttproud/golang_protobuf_extensions", |
| sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=", |
| version = "v1.0.1", |
| ) |
| 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:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", |
| version = "v0.0.0-20180306012644-bacd9c7ef1dd", |
| ) |
| 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_mwitkow_go_conntrack", |
| importpath = "github.com/mwitkow/go-conntrack", |
| sum = "h1:F9x/1yl3T2AeKLr2AMdilSD8+f9bvMnNN8VS5iDtovc=", |
| version = "v0.0.0-20161129095857-cc309e4a2223", |
| ) |
| go_repository( |
| name = "com_github_oklog_ulid", |
| importpath = "github.com/oklog/ulid", |
| sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", |
| version = "v1.3.1", |
| ) |
| go_repository( |
| name = "com_github_oneofone_xxhash", |
| importpath = "github.com/OneOfOne/xxhash", |
| sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", |
| version = "v1.2.2", |
| ) |
| 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:7NiByeVF4jKSG1lDF3X8LTIkq2/bu+1uYbIm1eS5tzk=", |
| version = "v1.9.2", |
| ) |
| 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_golang", |
| importpath = "github.com/prometheus/client_golang", |
| sum = "h1:9iH4JKXLzFbOAdtqv/a+j8aewx2Y8lAjAydhbaScPF8=", |
| version = "v0.9.3", |
| ) |
| go_repository( |
| name = "com_github_prometheus_client_model", |
| importpath = "github.com/prometheus/client_model", |
| sum = "h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE=", |
| version = "v0.0.0-20190129233127-fd36f4220a90", |
| ) |
| go_repository( |
| name = "com_github_prometheus_common", |
| importpath = "github.com/prometheus/common", |
| sum = "h1:7etb9YClo3a6HjLzfl6rIQaU+FDfi0VSX39io3aQ+DM=", |
| version = "v0.4.0", |
| ) |
| go_repository( |
| name = "com_github_prometheus_procfs", |
| importpath = "github.com/prometheus/procfs", |
| sum = "h1:sofwID9zm4tzrgykg80hfFph1mryUeLRsUfoocVVmRY=", |
| version = "v0.0.0-20190507164030-5867b95ac084", |
| ) |
| go_repository( |
| name = "com_github_prometheus_tsdb", |
| importpath = "github.com/prometheus/tsdb", |
| sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", |
| version = "v0.7.1", |
| ) |
| go_repository( |
| name = "com_github_rogpeppe_fastuuid", |
| importpath = "github.com/rogpeppe/fastuuid", |
| sum = "h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=", |
| version = "v0.0.0-20150106093220-6724a57986af", |
| ) |
| 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_sirupsen_logrus", |
| importpath = "github.com/sirupsen/logrus", |
| sum = "h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo=", |
| version = "v1.2.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_soheilhy_cmux", |
| importpath = "github.com/soheilhy/cmux", |
| sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", |
| version = "v0.1.4", |
| ) |
| go_repository( |
| name = "com_github_spaolacci_murmur3", |
| importpath = "github.com/spaolacci/murmur3", |
| sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", |
| version = "v0.0.0-20180118202830-f09979ecbc72", |
| ) |
| 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:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=", |
| version = "v1.1.3", |
| ) |
| 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:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk=", |
| version = "v1.7.1", |
| ) |
| go_repository( |
| name = "com_github_stretchr_objx", |
| importpath = "github.com/stretchr/objx", |
| sum = "h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_stretchr_testify", |
| importpath = "github.com/stretchr/testify", |
| sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=", |
| version = "v1.4.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_tmc_grpc_websocket_proxy", |
| importpath = "github.com/tmc/grpc-websocket-proxy", |
| sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", |
| version = "v0.0.0-20190109142713-0ad062ec5ee5", |
| ) |
| go_repository( |
| name = "com_github_xiang90_probing", |
| importpath = "github.com/xiang90/probing", |
| sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=", |
| version = "v0.0.0-20190116061207-43a291ad63a2", |
| ) |
| go_repository( |
| name = "com_google_cloud_go", |
| importpath = "cloud.google.com/go", |
| sum = "h1:AVXDdKsrtX33oR9fbCMu/+c1o8Ofjq6Ku/MInaLVg5Y=", |
| version = "v0.46.3", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_bigquery", |
| importpath = "cloud.google.com/go/bigquery", |
| sum = "h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=", |
| version = "v1.0.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_datastore", |
| importpath = "cloud.google.com/go/datastore", |
| sum = "h1:Kt+gOPPp2LEPWp8CSfxhsM8ik9CcyE/gYu+0r+RnZvM=", |
| version = "v1.0.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:W9tAK3E57P75u0XLLR82LZyw8VpAnhmyTOxW9qzmyj8=", |
| version = "v1.0.1", |
| ) |
| go_repository( |
| name = "com_google_cloud_go_storage", |
| importpath = "cloud.google.com/go/storage", |
| sum = "h1:VV2nUM3wwLLGh9lSABFgZMjInyUbJeaRSE64WuAIQ+4=", |
| version = "v1.0.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_alecthomas_kingpin_v2", |
| importpath = "gopkg.in/alecthomas/kingpin.v2", |
| sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", |
| version = "v2.2.6", |
| ) |
| 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_ini_v1", |
| importpath = "gopkg.in/ini.v1", |
| sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=", |
| version = "v1.62.0", |
| ) |
| go_repository( |
| name = "in_gopkg_resty_v1", |
| importpath = "gopkg.in/resty.v1", |
| sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", |
| version = "v1.12.0", |
| ) |
| go_repository( |
| name = "in_gopkg_yaml_v2", |
| importpath = "gopkg.in/yaml.v2", |
| sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", |
| version = "v2.4.0", |
| ) |
| go_repository( |
| name = "io_etcd_go_bbolt", |
| importpath = "go.etcd.io/bbolt", |
| sum = "h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk=", |
| version = "v1.3.2", |
| ) |
| go_repository( |
| name = "io_opencensus_go", |
| importpath = "go.opencensus.io", |
| sum = "h1:C9hSCOW830chIVkdja34wa6Ky+IzWllkUinR+BtRZd4=", |
| version = "v0.22.0", |
| ) |
| go_repository( |
| name = "io_rsc_binaryregexp", |
| importpath = "rsc.io/binaryregexp", |
| sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "org_golang_google_api", |
| importpath = "google.golang.org/api", |
| sum = "h1:Q3Ui3V3/CVinFWFiW39Iw0kMuVrRzYX0wN6OPFp0lTA=", |
| version = "v0.13.0", |
| ) |
| go_repository( |
| name = "org_golang_google_appengine", |
| importpath = "google.golang.org/appengine", |
| sum = "h1:QzqyMA1tlu6CgqCDUtU9V+ZKhLFT2dkJuANu5QaxI3I=", |
| version = "v1.6.1", |
| ) |
| go_repository( |
| name = "org_golang_google_genproto", |
| importpath = "google.golang.org/genproto", |
| sum = "h1:Ob5/580gVHBJZgXnff1cZDbG+xLtMVE5mDRTe+nIsX4=", |
| version = "v0.0.0-20191108220845-16a3f7862a1a", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc", |
| importpath = "google.golang.org/grpc", |
| sum = "h1:j6XxA85m/6txkUCHvzlV5f+HBNl/1r5cZ2A/3IEFOO8=", |
| version = "v1.21.1", |
| ) |
| go_repository( |
| name = "org_golang_x_crypto", |
| importpath = "golang.org/x/crypto", |
| sum = "h1:7KByu05hhLed2MO29w7p1XfZvZ13m8mub3shuVftRs0=", |
| version = "v0.0.0-20190820162420-60c769a6c586", |
| ) |
| go_repository( |
| name = "org_golang_x_exp", |
| importpath = "golang.org/x/exp", |
| sum = "h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw=", |
| version = "v0.0.0-20191030013958-a1ab85dbe136", |
| ) |
| 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:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs=", |
| version = "v0.0.0-20190930215403-16217165b5de", |
| ) |
| 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:sfUMP1Gu8qASkorDVjnMuvgJzwFbTZSeXFiGBYAVdl4=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "org_golang_x_net", |
| importpath = "golang.org/x/net", |
| sum = "h1:R/3boaszxrf1GEUWTVDzSKVwLmSJpwZ1yqXm8j0v2QI=", |
| version = "v0.0.0-20190620200207-3b0461eec859", |
| ) |
| go_repository( |
| name = "org_golang_x_oauth2", |
| importpath = "golang.org/x/oauth2", |
| sum = "h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=", |
| version = "v0.0.0-20190604053449-0f29369cfe45", |
| ) |
| go_repository( |
| name = "org_golang_x_sync", |
| importpath = "golang.org/x/sync", |
| sum = "h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU=", |
| version = "v0.0.0-20190423024810-112230192c58", |
| ) |
| go_repository( |
| name = "org_golang_x_sys", |
| importpath = "golang.org/x/sys", |
| sum = "h1:faDu4veV+8pcThn4fewv6TVlNCezafGoC1gM/mxQLbQ=", |
| version = "v0.0.0-20210611083646-a4fc73990273", |
| ) |
| go_repository( |
| name = "org_golang_x_text", |
| importpath = "golang.org/x/text", |
| sum = "h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=", |
| version = "v0.3.6", |
| ) |
| go_repository( |
| name = "org_golang_x_time", |
| importpath = "golang.org/x/time", |
| sum = "h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ=", |
| version = "v0.0.0-20190308202827-9d24e82272b4", |
| ) |
| go_repository( |
| name = "org_golang_x_tools", |
| importpath = "golang.org/x/tools", |
| sum = "h1:NCy3Ohtk6Iny5V/reW2Ktypo4zIpWBdRJ1uFMjBxdg8=", |
| version = "v0.0.0-20191112195655-aa38f8e97acc", |
| ) |
| go_repository( |
| name = "org_golang_x_xerrors", |
| importpath = "golang.org/x/xerrors", |
| sum = "h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=", |
| version = "v0.0.0-20190717185122-a985d3407aa7", |
| ) |
| go_repository( |
| name = "org_uber_go_atomic", |
| importpath = "go.uber.org/atomic", |
| sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "org_uber_go_multierr", |
| importpath = "go.uber.org/multierr", |
| sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "org_uber_go_zap", |
| importpath = "go.uber.org/zap", |
| sum = "h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM=", |
| version = "v1.10.0", |
| ) |