| """Tink Go dependencies.""" |
| |
| load("@bazel_gazelle//:deps.bzl", "go_repository") |
| |
| # Placeholder for internal instructions to autogenerate dependencies. |
| def go_dependencies(): |
| """Loads Tink Go dependencies. |
| |
| These are autogenerated running `go mod tidy && bazel run //:gazelle-update-repos`. |
| """ |
| 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_alecthomas_template", |
| importpath = "github.com/alecthomas/template", |
| sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", |
| version = "v0.0.0-20190718012654-fb15b899a751", |
| ) |
| go_repository( |
| name = "com_github_alecthomas_units", |
| importpath = "github.com/alecthomas/units", |
| sum = "h1:Hs82Z41s6SdL1CELW+XaDYmOH4hkBN4/N9og/AsOv7E=", |
| version = "v0.0.0-20190717042225-c3de453c63f4", |
| ) |
| 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_go_metrics", |
| importpath = "github.com/armon/go-metrics", |
| sum = "h1:O2sNqxBdvq8Eq5xmzljcYzAORli6RWCvEym4cJf9m18=", |
| version = "v0.3.9", |
| ) |
| go_repository( |
| name = "com_github_armon_go_radix", |
| importpath = "github.com/armon/go-radix", |
| sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_aws_aws_sdk_go", |
| importpath = "github.com/aws/aws-sdk-go", |
| sum = "h1:k1S/29Bp2QD5ZopnGzIn0Sp63yyt3WH1JRE2OOU3Aig=", |
| version = "v1.43.9", |
| ) |
| go_repository( |
| name = "com_github_beorn7_perks", |
| importpath = "github.com/beorn7/perks", |
| sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", |
| version = "v1.0.1", |
| ) |
| 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_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_cenkalti_backoff_v3", |
| importpath = "github.com/cenkalti/backoff/v3", |
| sum = "h1:ske+9nBpD9qZsTBoF41nW5L+AIuFBKMeze18XQ3eG1c=", |
| version = "v3.0.0", |
| ) |
| 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_cespare_xxhash", |
| importpath = "github.com/cespare/xxhash", |
| sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_cespare_xxhash_v2", |
| importpath = "github.com/cespare/xxhash/v2", |
| sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=", |
| version = "v2.1.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_circonus_labs_circonus_gometrics", |
| importpath = "github.com/circonus-labs/circonus-gometrics", |
| sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=", |
| version = "v2.3.1+incompatible", |
| ) |
| go_repository( |
| name = "com_github_circonus_labs_circonusllhist", |
| importpath = "github.com/circonus-labs/circonusllhist", |
| sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=", |
| version = "v0.1.3", |
| ) |
| 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:hzAQntlaYRkVSFEfj9OTWlVV1H155FMD8BTKktLv0QI=", |
| version = "v0.0.0-20210930031921-04548b0d99d4", |
| ) |
| go_repository( |
| name = "com_github_cncf_xds_go", |
| importpath = "github.com/cncf/xds/go", |
| sum = "h1:zH8ljVhhq7yC0MIeUL/IviMtY8hx2mK8cN9wEYb8ggw=", |
| version = "v0.0.0-20211011173535-cb28da3451f1", |
| ) |
| go_repository( |
| name = "com_github_creack_pty", |
| importpath = "github.com/creack/pty", |
| sum = "h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w=", |
| version = "v1.1.9", |
| ) |
| go_repository( |
| name = "com_github_datadog_datadog_go", |
| importpath = "github.com/DataDog/datadog-go", |
| sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=", |
| version = "v3.2.0+incompatible", |
| ) |
| 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:fP+fF0up6oPY49OrjPrhIJ8yQfdIM85NXMLkMg1EXVs=", |
| version = "v0.9.10-0.20210907150352-cf90f659a021", |
| ) |
| 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_evanphx_json_patch_v5", |
| importpath = "github.com/evanphx/json-patch/v5", |
| sum = "h1:bAmFiUJ+o0o2B4OiTFeE3MqCOtyo+jjPP9iZ0VRxYUc=", |
| version = "v5.5.0", |
| ) |
| go_repository( |
| name = "com_github_fatih_color", |
| importpath = "github.com/fatih/color", |
| sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=", |
| version = "v1.7.0", |
| ) |
| go_repository( |
| name = "com_github_fatih_structs", |
| importpath = "github.com/fatih/structs", |
| sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_frankban_quicktest", |
| importpath = "github.com/frankban/quicktest", |
| sum = "h1:yNZif1OkDfNoDfb9zZa9aXIpejNR4F23Wely0c+Qdqk=", |
| version = "v1.13.0", |
| ) |
| 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_asn1_ber_asn1_ber", |
| importpath = "github.com/go-asn1-ber/asn1-ber", |
| sum = "h1:gvPdv/Hr++TRFCl0UbPFHC54P9N9jgsRPnmnr419Uck=", |
| version = "v1.3.1", |
| ) |
| 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_kit_kit", |
| importpath = "github.com/go-kit/kit", |
| sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=", |
| version = "v0.9.0", |
| ) |
| go_repository( |
| name = "com_github_go_ldap_ldap_v3", |
| importpath = "github.com/go-ldap/ldap/v3", |
| sum = "h1:7WsKqasmPThNvdl0Q5GPpbTDD/ZD98CfuawrMIuh7qQ=", |
| version = "v3.1.10", |
| ) |
| 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_go_test_deep", |
| importpath = "github.com/go-test/deep", |
| sum = "h1:onZX1rnHT3Wv6cqNgYyFOOlgVKJrksuCMCRvJStbMYw=", |
| version = "v1.0.2", |
| ) |
| go_repository( |
| name = "com_github_gogo_protobuf", |
| importpath = "github.com/gogo/protobuf", |
| sum = "h1:72R+M5VuhED/KujmZVcIquuo8mBgX4oVda//DQb3PXo=", |
| version = "v1.1.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:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=", |
| version = "v0.0.0-20200121045136-8c9f03a8e57e", |
| ) |
| go_repository( |
| name = "com_github_golang_mock", |
| importpath = "github.com/golang/mock", |
| sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=", |
| version = "v1.6.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_golang_snappy", |
| importpath = "github.com/golang/snappy", |
| sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", |
| version = "v0.0.4", |
| ) |
| 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:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=", |
| version = "v0.5.7", |
| ) |
| 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:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ=", |
| version = "v3.2.1", |
| ) |
| go_repository( |
| name = "com_github_google_pprof", |
| importpath = "github.com/google/pprof", |
| sum = "h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=", |
| version = "v0.0.0-20210720184732-4bb14d4b1be1", |
| ) |
| 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:dp3bWCh+PPO1zjRRiCSczJav13sBvG4UhNyVTa1KqdU=", |
| version = "v2.1.1", |
| ) |
| 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_errwrap", |
| importpath = "github.com/hashicorp/errwrap", |
| sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_cleanhttp", |
| importpath = "github.com/hashicorp/go-cleanhttp", |
| sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", |
| version = "v0.5.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_hclog", |
| importpath = "github.com/hashicorp/go-hclog", |
| sum = "h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs=", |
| version = "v0.16.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_immutable_radix", |
| importpath = "github.com/hashicorp/go-immutable-radix", |
| sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=", |
| version = "v1.3.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_kms_wrapping_entropy", |
| importpath = "github.com/hashicorp/go-kms-wrapping/entropy", |
| sum = "h1:xuTi5ZwjimfpvpL09jDE71smCBRpnF5xfo871BSX4gs=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_multierror", |
| importpath = "github.com/hashicorp/go-multierror", |
| sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", |
| version = "v1.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_plugin", |
| importpath = "github.com/hashicorp/go-plugin", |
| sum = "h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM=", |
| version = "v1.4.3", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_retryablehttp", |
| importpath = "github.com/hashicorp/go-retryablehttp", |
| sum = "h1:HJunrbHTDDbBb/ay4kxa1n+dLmttUlnP3V9oNE4hmsM=", |
| version = "v0.6.6", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_rootcerts", |
| importpath = "github.com/hashicorp/go-rootcerts", |
| sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", |
| version = "v1.0.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_base62", |
| importpath = "github.com/hashicorp/go-secure-stdlib/base62", |
| sum = "h1:6KMBnfEv0/kLAz0O76sliN5mXbCDcLfs2kP7ssP7+DQ=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_mlock", |
| importpath = "github.com/hashicorp/go-secure-stdlib/mlock", |
| sum = "h1:cCRo8gK7oq6A2L6LICkUZ+/a5rLiRXFMf1Qd4xSwxTc=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_parseutil", |
| importpath = "github.com/hashicorp/go-secure-stdlib/parseutil", |
| sum = "h1:78ki3QBevHwYrVxnyVeaEz+7WtifHhauYF23es/0KlI=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_password", |
| importpath = "github.com/hashicorp/go-secure-stdlib/password", |
| sum = "h1:6JzmBqXprakgFEHwBgdchsjaA9x3GyjdI568bXKxa60=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_strutil", |
| importpath = "github.com/hashicorp/go-secure-stdlib/strutil", |
| sum = "h1:nd0HIW15E6FG1MsnArYaHfuw9C2zgzM8LxkG5Ty/788=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_secure_stdlib_tlsutil", |
| importpath = "github.com/hashicorp/go-secure-stdlib/tlsutil", |
| sum = "h1:Yc026VyMyIpq1UWRnakHRG01U8fJm+nEfEmjoAb00n8=", |
| version = "v0.1.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_sockaddr", |
| importpath = "github.com/hashicorp/go-sockaddr", |
| sum = "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=", |
| version = "v1.0.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_uuid", |
| importpath = "github.com/hashicorp/go-uuid", |
| sum = "h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=", |
| version = "v1.0.2", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_go_version", |
| importpath = "github.com/hashicorp/go-version", |
| sum = "h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E=", |
| version = "v1.2.0", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_golang_lru", |
| importpath = "github.com/hashicorp/golang-lru", |
| sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", |
| version = "v0.5.4", |
| ) |
| 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_vault_api", |
| importpath = "github.com/hashicorp/vault/api", |
| sum = "h1:mWLfPT0RhxBitjKr6swieCEP2v5pp/M//t70S3kMLRo=", |
| version = "v1.4.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_vault_sdk", |
| importpath = "github.com/hashicorp/vault/sdk", |
| sum = "h1:3SaHOJY687jY1fnB61PtL0cOkKItphrbLmux7T92HBo=", |
| version = "v0.4.1", |
| ) |
| go_repository( |
| name = "com_github_hashicorp_yamux", |
| importpath = "github.com/hashicorp/yamux", |
| sum = "h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M=", |
| version = "v0.0.0-20180604194846-3520598351bb", |
| ) |
| 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_jessevdk_go_flags", |
| importpath = "github.com/jessevdk/go-flags", |
| sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "com_github_jhump_protoreflect", |
| importpath = "github.com/jhump/protoreflect", |
| sum = "h1:h5jfMVslIg6l29nsMs0D8Wj17RDVdNYti0vDN/PZZoE=", |
| version = "v1.6.0", |
| ) |
| go_repository( |
| name = "com_github_jmespath_go_jmespath", |
| importpath = "github.com/jmespath/go-jmespath", |
| sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", |
| version = "v0.4.0", |
| ) |
| go_repository( |
| name = "com_github_jmespath_go_jmespath_internal_testify", |
| importpath = "github.com/jmespath/go-jmespath/internal/testify", |
| sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=", |
| version = "v1.5.1", |
| ) |
| go_repository( |
| name = "com_github_json_iterator_go", |
| importpath = "github.com/json-iterator/go", |
| sum = "h1:9yzud/Ht36ygwatGx56VwCZtlI/2AD15T1X2sjSuGns=", |
| version = "v1.1.9", |
| ) |
| 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_julienschmidt_httprouter", |
| importpath = "github.com/julienschmidt/httprouter", |
| sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=", |
| version = "v1.2.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_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:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=", |
| version = "v0.2.1", |
| ) |
| 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:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_colorable", |
| importpath = "github.com/mattn/go-colorable", |
| sum = "h1:6Su7aK7lXmJ/U79bYtBjLNaha4Fs1Rg9plHpcH+vvnE=", |
| version = "v0.1.6", |
| ) |
| go_repository( |
| name = "com_github_mattn_go_isatty", |
| importpath = "github.com/mattn/go-isatty", |
| sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=", |
| version = "v0.0.12", |
| ) |
| 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_mitchellh_cli", |
| importpath = "github.com/mitchellh/cli", |
| sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_copystructure", |
| importpath = "github.com/mitchellh/copystructure", |
| sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=", |
| 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_go_wordwrap", |
| importpath = "github.com/mitchellh/go-wordwrap", |
| sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_mapstructure", |
| importpath = "github.com/mitchellh/mapstructure", |
| sum = "h1:6h7AQ0yhTcIsmFmnAwQls75jp2Gzs4iB8W7pjMO+rqo=", |
| version = "v1.4.2", |
| ) |
| go_repository( |
| name = "com_github_mitchellh_reflectwalk", |
| importpath = "github.com/mitchellh/reflectwalk", |
| sum = "h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/IfikLNY=", |
| version = "v1.0.0", |
| ) |
| 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_run", |
| importpath = "github.com/oklog/run", |
| sum = "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=", |
| version = "v1.0.0", |
| ) |
| 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:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=", |
| version = "v0.1.0", |
| ) |
| go_repository( |
| name = "com_github_pierrec_lz4", |
| importpath = "github.com/pierrec/lz4", |
| sum = "h1:WCjObylUIOlKy/+7Abdn34TLIkXiA4UWUMhxq9m9ZXI=", |
| version = "v2.5.2+incompatible", |
| ) |
| go_repository( |
| name = "com_github_pkg_errors", |
| importpath = "github.com/pkg/errors", |
| sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", |
| version = "v0.9.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:YVIb/fVcOTMSqtqZWSKnHpSLBxu8DKgxq8z6RuBZwqI=", |
| version = "v1.4.0", |
| ) |
| go_repository( |
| name = "com_github_prometheus_client_model", |
| importpath = "github.com/prometheus/client_model", |
| sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=", |
| version = "v0.2.0", |
| ) |
| go_repository( |
| name = "com_github_prometheus_common", |
| importpath = "github.com/prometheus/common", |
| sum = "h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U=", |
| version = "v0.9.1", |
| ) |
| go_repository( |
| name = "com_github_prometheus_procfs", |
| importpath = "github.com/prometheus/procfs", |
| sum = "h1:+fpWZdT24pJBiqJdAwYBjPSk+5YmQzYNPYzQsdzLkt8=", |
| version = "v0.0.8", |
| ) |
| 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_ryanuber_columnize", |
| importpath = "github.com/ryanuber/columnize", |
| sum = "h1:j1Wcmh8OrK4Q7GXY+V7SVSY8nUWQxHW5TkBe7YUl+2s=", |
| version = "v2.1.0+incompatible", |
| ) |
| go_repository( |
| name = "com_github_ryanuber_go_glob", |
| importpath = "github.com/ryanuber/go-glob", |
| sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=", |
| version = "v1.0.0", |
| ) |
| go_repository( |
| name = "com_github_sirupsen_logrus", |
| importpath = "github.com/sirupsen/logrus", |
| sum = "h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4=", |
| version = "v1.4.2", |
| ) |
| 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_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:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=", |
| version = "v1.7.0", |
| ) |
| go_repository( |
| name = "com_github_tv42_httpunix", |
| importpath = "github.com/tv42/httpunix", |
| sum = "h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=", |
| version = "v0.0.0-20150427012821-b75d8614f926", |
| ) |
| 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:t9Iw5QH5v4XtlEQaCtUY7x6sCABps8sW0acw7e2WQ6Y=", |
| version = "v0.100.2", |
| ) |
| 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_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_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:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=", |
| version = "v1.0.0-20190902080502-41f04d3bba15", |
| ) |
| 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_square_go_jose_v2", |
| importpath = "gopkg.in/square/go-jose.v2", |
| sum = "h1:7odma5RETjNHWJnR32wx8t+Io4djHE1PqxCFx3iiZ2w=", |
| version = "v2.5.1", |
| ) |
| go_repository( |
| name = "in_gopkg_yaml_v2", |
| importpath = "gopkg.in/yaml.v2", |
| sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=", |
| version = "v2.2.8", |
| ) |
| go_repository( |
| name = "in_gopkg_yaml_v3", |
| importpath = "gopkg.in/yaml.v3", |
| sum = "h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=", |
| version = "v3.0.0-20200313102051-9f266ea9e77c", |
| ) |
| 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_opentelemetry_go_proto_otlp", |
| importpath = "go.opentelemetry.io/proto/otlp", |
| sum = "h1:rwOQPCuKAKmwGKq2aVNnYIibI6wnV7EvzgfTCzcdGg8=", |
| version = "v0.7.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 = "org_golang_google_api", |
| importpath = "google.golang.org/api", |
| sum = "h1:67zQnAE0T2rB0A3CwLSas0K+SbVzSxP+zTLkQLexeiw=", |
| version = "v0.70.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:TU4rFa5APdKTq0s6B7WTsH6Xmx0Knj86s6Biz56mErE=", |
| version = "v0.0.0-20220218161850-94dd64e39d7c", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc", |
| build_file_proto_mode = "disable", |
| importpath = "google.golang.org/grpc", |
| sum = "h1:weqSxi/TMs1SqFRMHCtBgXRs8k3X39QIDEZ0pRcttUg=", |
| version = "v1.44.0", |
| ) |
| go_repository( |
| name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc", |
| importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc", |
| sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=", |
| version = "v1.1.0", |
| ) |
| go_repository( |
| name = "org_golang_google_protobuf", |
| importpath = "google.golang.org/protobuf", |
| sum = "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=", |
| version = "v1.27.1", |
| ) |
| go_repository( |
| name = "org_golang_x_crypto", |
| importpath = "golang.org/x/crypto", |
| sum = "h1:f+lwQ+GtmgoY+A2YaQxlSOnDjXcQ7ZRLWOHbC6HtRqE=", |
| version = "v0.0.0-20220214200702-86341886e292", |
| ) |
| 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:O7DYs+zxREGLKzKoMQrtrEacpb0ZVXA5rIwylE2Xchk=", |
| version = "v0.0.0-20220127200216-cd36cc0744dd", |
| ) |
| go_repository( |
| name = "org_golang_x_oauth2", |
| importpath = "golang.org/x/oauth2", |
| sum = "h1:clP8eMhB30EHdc0bd2Twtq6kgU7yl5ub2cQLSdrv1Dg=", |
| version = "v0.0.0-20220223155221-ee480838109b", |
| ) |
| 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:rm+CHSpPEEW2IsXUib1ThaHIjuBVZjxNgSKmBLFfD4c=", |
| version = "v0.0.0-20220209214540-3681064d5158", |
| ) |
| go_repository( |
| name = "org_golang_x_term", |
| importpath = "golang.org/x/term", |
| sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=", |
| version = "v0.0.0-20210927222741-03fcf44c2211", |
| ) |
| 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:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=", |
| version = "v0.0.0-20200416051211-89c76fbcd5d1", |
| ) |
| go_repository( |
| name = "org_golang_x_tools", |
| importpath = "golang.org/x/tools", |
| sum = "h1:ouewzE6p+/VEB31YYnTbEJdi8pFqKp4P4n85vwo3DHA=", |
| version = "v0.1.5", |
| ) |
| 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:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=", |
| version = "v1.9.0", |
| ) |