mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
fec469291e
* Add genesis validator root to chainstartresposne * Deps * Tidy * Fix tests * Fix test * Fix test and add to ChainStartedData
3191 lines
114 KiB
Python
3191 lines
114 KiB
Python
load("@prysm//tools/go:def.bzl", "go_repository", "maybe") # gazelle:keep
|
|
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # gazelle:keep
|
|
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
|
|
|
# Prysm's third party / external dependencies.
|
|
#
|
|
##################################################################
|
|
#
|
|
# ██████████████████
|
|
# ██ ██
|
|
# ██ ██████████████████ ██
|
|
# ██ ██████████████████████ ██
|
|
# ██ ██████████████████████████ ██
|
|
# ██ ██████████████████████████████ ██
|
|
# ██ ██████████████████████████████████ ██
|
|
# ██ ██████████████████████████████████████ ██
|
|
# ██ ██████ ██ ████ ████ ██████ ██
|
|
# ██ ████ ████████ ████ ██ ██ ██ ████ ██
|
|
# ██ ████ ████████ ████ ██ ██ ██ ████ ██
|
|
# ██ ██████ ██████ ████ ██ ██ ██████ ██
|
|
# ██ ████████ ████ ████ ██ ██ ████████ ██
|
|
# ██ ████████ ████ ████ ██ ██ ████████ ██
|
|
# ██ ████ ██████ ██████ ████ ████████ ██
|
|
# ██ ██████████████████████████████████████ ██
|
|
# ██ ██████████████████████████████████ ██
|
|
# ██ ██████████████████████████████ ██
|
|
# ██ ██████████████████████████ ██
|
|
# ██ ██████████████████████ ██
|
|
# ██ ██████████████████ ██
|
|
# ██ ██
|
|
# ██████████████████
|
|
#
|
|
##################################################################
|
|
# Make sure you have read DEPENDENCIES.md!
|
|
##################################################################
|
|
def prysm_deps():
|
|
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_aead_siphash",
|
|
importpath = "github.com/aead/siphash",
|
|
sum = "h1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg=",
|
|
version = "v1.0.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_ajstarks_svgo",
|
|
importpath = "github.com/ajstarks/svgo",
|
|
sum = "h1:wVe6/Ea46ZMeNkQjjBW6xcqyQA/j5e0D6GytH95g0gQ=",
|
|
version = "v0.0.0-20180226025133-644b8db467af",
|
|
)
|
|
|
|
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_allegro_bigcache",
|
|
importpath = "github.com/allegro/bigcache",
|
|
sum = "h1:hg1sY1raCwic3Vnsvje6TT7/pnZba83LeFck5NrFKSc=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_andreasbriese_bbloom",
|
|
importpath = "github.com/AndreasBriese/bbloom",
|
|
sum = "h1:HD8gA2tkByhMAwYaFAX9w2l7vxvBQ5NMoxDrkhqhtn4=",
|
|
version = "v0.0.0-20190306092124-e2d15f34fcf9",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_andreyvit_diff",
|
|
importpath = "github.com/andreyvit/diff",
|
|
sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
|
|
version = "v0.0.0-20170406064948-c7f18ee00883",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_antihax_optional",
|
|
importpath = "github.com/antihax/optional",
|
|
sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_apache_arrow_go_arrow",
|
|
importpath = "github.com/apache/arrow/go/arrow",
|
|
sum = "h1:nxAtV4VajJDhKysp2kdcJZsq8Ss1xSA0vZTkVHHJd0E=",
|
|
version = "v0.0.0-20191024131854-af6fa24be0db",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aristanetworks_fsnotify",
|
|
importpath = "github.com/aristanetworks/fsnotify",
|
|
sum = "h1:it2ydpY6k0aXB7qjb4vGhOYOL6YDC/sr8vhqwokFQwQ=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aristanetworks_glog",
|
|
importpath = "github.com/aristanetworks/glog",
|
|
sum = "h1:Bmjk+DjIi3tTAU0wxGaFbfjGUqlxxSXARq9A96Kgoos=",
|
|
version = "v0.0.0-20191112221043-67e8567f59f3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_aristanetworks_goarista",
|
|
importpath = "github.com/aristanetworks/goarista",
|
|
sum = "h1:cgk6xsRVshE29qzHDCQ+tqmu7ny8GnjPQhAw/RTk/Co=",
|
|
version = "v0.0.0-20200521140103-6c3304613b30",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aristanetworks_splunk_hec_go",
|
|
importpath = "github.com/aristanetworks/splunk-hec-go",
|
|
sum = "h1:O7zlcm4ve7JvqTyEK3vSBh1LngLezraqcxv8Ya6tQFY=",
|
|
version = "v0.3.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_consul_api",
|
|
importpath = "github.com/armon/consul-api",
|
|
sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
|
|
version = "v0.0.0-20180202201655-eb2c6b5be1b6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go",
|
|
importpath = "github.com/aws/aws-sdk-go",
|
|
sum = "h1:J82DYDGZHOKHdhx6hD24Tm30c2C3GchYGfN0mf9iKUk=",
|
|
version = "v1.25.48",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_pipeline_go",
|
|
importpath = "github.com/Azure/azure-pipeline-go",
|
|
sum = "h1:6oiIS9yaG6XCCzhgAgKFfIWyo4LLCiDhZot6ltoThhY=",
|
|
version = "v0.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_storage_blob_go",
|
|
importpath = "github.com/Azure/azure-storage-blob-go",
|
|
sum = "h1:MuueVOYkufCxJw5YZzF842DY2MBsp+hLuh2apKY0mck=",
|
|
version = "v0.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest",
|
|
importpath = "github.com/Azure/go-autorest/autorest",
|
|
sum = "h1:MRvx8gncNaXJqOoLmhNjUAKh33JJF8LyxPhomEtOsjs=",
|
|
version = "v0.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_adal",
|
|
importpath = "github.com/Azure/go-autorest/autorest/adal",
|
|
sum = "h1:CxTzQrySOxDnKpLjFJeZAS5Qrv/qFPkgLjx5bOAi//I=",
|
|
version = "v0.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_date",
|
|
importpath = "github.com/Azure/go-autorest/autorest/date",
|
|
sum = "h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_mocks",
|
|
importpath = "github.com/Azure/go-autorest/autorest/mocks",
|
|
sum = "h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_logger",
|
|
importpath = "github.com/Azure/go-autorest/logger",
|
|
sum = "h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_tracing",
|
|
importpath = "github.com/Azure/go-autorest/tracing",
|
|
sum = "h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bazelbuild_rules_go",
|
|
importpath = "github.com/bazelbuild/rules_go",
|
|
sum = "h1:Wxu7JjqnF78cKZbsBsARLSXx/jlGaSLCnUV3mTlyHvM=",
|
|
version = "v0.23.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_benbjohnson_clock",
|
|
importpath = "github.com/benbjohnson/clock",
|
|
sum = "h1:vkLuvpK4fmtSCuo60+yC63p7y0BmQ8gm5ZXGuBCJyXg=",
|
|
version = "v1.0.3",
|
|
)
|
|
|
|
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_bmizerany_pat",
|
|
importpath = "github.com/bmizerany/pat",
|
|
sum = "h1:y4B3+GPxKlrigF1ha5FFErxK+sr6sWxQovRMzwMhejo=",
|
|
version = "v0.0.0-20170815010413-6226ea591a40",
|
|
)
|
|
go_repository(
|
|
name = "com_github_boltdb_bolt",
|
|
importpath = "github.com/boltdb/bolt",
|
|
sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
|
|
version = "v1.3.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_bradfitz_gomemcache",
|
|
importpath = "github.com/bradfitz/gomemcache",
|
|
sum = "h1:7IjN4QP3c38xhg6wz8R3YjoU+6S9e7xBc0DAVLLIpHE=",
|
|
version = "v0.0.0-20170208213004-1952afaa557d",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_btcsuite_btcd",
|
|
importpath = "github.com/btcsuite/btcd",
|
|
sum = "h1:At9hIZdJW0s9E/fAz28nrz6AmcNlSVucCH796ZteX1M=",
|
|
version = "v0.21.0-beta",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_btclog",
|
|
importpath = "github.com/btcsuite/btclog",
|
|
sum = "h1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo=",
|
|
version = "v0.0.0-20170628155309-84c8d2346e9f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_btcutil",
|
|
importpath = "github.com/btcsuite/btcutil",
|
|
sum = "h1:9iZ1Terx9fMIOtq1VrwdqfsATL9MC2l8ZrUY6YZ2uts=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_go_socks",
|
|
importpath = "github.com/btcsuite/go-socks",
|
|
sum = "h1:R/opQEbFEy9JGkIguV40SvRY1uliPX8ifOvi6ICsFCw=",
|
|
version = "v0.0.0-20170105172521-4720035b7bfd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_goleveldb",
|
|
importpath = "github.com/btcsuite/goleveldb",
|
|
sum = "h1:Tvd0BfvqX9o823q1j2UZ/epQo09eJh6dTcRp79ilIN4=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_snappy_go",
|
|
importpath = "github.com/btcsuite/snappy-go",
|
|
sum = "h1:ZxaA6lo2EpxGddsA8JwWOcxlzRybb444sgmeJQMJGQE=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_btcsuite_websocket",
|
|
importpath = "github.com/btcsuite/websocket",
|
|
sum = "h1:R8vQdOQdZ9Y3SkEwmHoWBmX1DNXhXZqlTpq6s4tyJGc=",
|
|
version = "v0.0.0-20150119174127-31079b680792",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_winsvc",
|
|
importpath = "github.com/btcsuite/winsvc",
|
|
sum = "h1:J9B4L7e3oqhXOcm+2IuNApwzQec85lE+QaikUcCs+dk=",
|
|
version = "v1.0.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_c_bata_go_prompt",
|
|
importpath = "github.com/c-bata/go-prompt",
|
|
sum = "h1:uyKRz6Z6DUyj49QVijyM339UJV9yhbr70gESwbNU3e0=",
|
|
version = "v0.2.2",
|
|
)
|
|
|
|
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_cp",
|
|
importpath = "github.com/cespare/cp",
|
|
sum = "h1:nCb6ZLdB7NRaqsm91JtQTAme2SKJzXVsdPIPkyJr1MU=",
|
|
version = "v1.1.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_client9_misspell",
|
|
importpath = "github.com/client9/misspell",
|
|
sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
|
|
version = "v0.3.4",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_cloudflare_cloudflare_go",
|
|
importpath = "github.com/cloudflare/cloudflare-go",
|
|
sum = "h1:J82+/8rub3qSy0HxEnoYD8cs+HDlHWYrqYXe2Vqxluk=",
|
|
version = "v0.10.2-0.20190916151808-a80f83b9add9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cncf_udpa_go",
|
|
importpath = "github.com/cncf/udpa/go",
|
|
sum = "h1:WBZRG4aNOuI15bLRrCgN8fCq8E5Xuty6jGbmSNEvSsU=",
|
|
version = "v0.0.0-20191209042840-269d4d468f6f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_confluentinc_confluent_kafka_go",
|
|
importpath = "github.com/confluentinc/confluent-kafka-go",
|
|
patch_args = ["-p1"],
|
|
patches = ["@prysm//third_party:in_gopkg_confluentinc_confluent_kafka_go_v1.patch"],
|
|
sum = "h1:13EK9RTujF7lVkvHQ5Hbu6bM+Yfrq8L0MkJNnjHSd4Q=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_etcd",
|
|
importpath = "github.com/coreos/etcd",
|
|
sum = "h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=",
|
|
version = "v3.3.10+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_etcd",
|
|
importpath = "github.com/coreos/go-etcd",
|
|
sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=",
|
|
version = "v2.0.0+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:iW4rZ826su+pqaw19uhpSCzhj44qo35pNgKFGqzDKkU=",
|
|
version = "v0.0.0-20191104093116-d3cd4ed1dbcf",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cpuguy83_go_md2man",
|
|
importpath = "github.com/cpuguy83/go-md2man",
|
|
sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=",
|
|
version = "v1.0.10",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_cpuguy83_go_md2man_v2",
|
|
importpath = "github.com/cpuguy83/go-md2man/v2",
|
|
sum = "h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=",
|
|
version = "v2.0.0-20190314233015-f79a8a8ca69d",
|
|
)
|
|
|
|
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_d4l3k_messagediff",
|
|
importpath = "github.com/d4l3k/messagediff",
|
|
sum = "h1:ZcAIMYsUg0EAp9X+tt8/enBE/Q8Yd5kzPynLyKptt9U=",
|
|
version = "v1.2.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_data_dog_go_sqlmock",
|
|
importpath = "github.com/DATA-DOG/go-sqlmock",
|
|
sum = "h1:CWUqKXe0s8A2z6qCgkP4Kru7wC11YoAnoupUKFDnH08=",
|
|
version = "v1.3.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dave_jennifer",
|
|
importpath = "github.com/dave/jennifer",
|
|
sum = "h1:S15ZkFMRoJ36mGAQgWL1tnr0NQJh9rZ8qatseX/VbBc=",
|
|
version = "v1.2.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_davidlazar_go_crypto",
|
|
importpath = "github.com/davidlazar/go-crypto",
|
|
sum = "h1:pFUpOrbxDR6AkioZ1ySsx5yxlDQZ8stG2b88gTPxgJU=",
|
|
version = "v0.0.0-20200604182044-b73af7476f6c",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_deckarep_golang_set",
|
|
importpath = "github.com/deckarep/golang-set",
|
|
sum = "h1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ=",
|
|
version = "v1.7.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_decred_dcrd_lru",
|
|
importpath = "github.com/decred/dcrd/lru",
|
|
sum = "h1:Kbsb1SFDsIlaupWPwsPp+dkxiBY1frcS07PCPgotKz8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dgraph_io_badger",
|
|
importpath = "github.com/dgraph-io/badger",
|
|
sum = "h1:w9pSFNSdq/JPM1N12Fz/F/bzo993Is1W+Q7HjPzi7yg=",
|
|
version = "v1.6.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_dgraph_io_ristretto",
|
|
importpath = "github.com/dgraph-io/ristretto",
|
|
sum = "h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI=",
|
|
version = "v0.0.3",
|
|
)
|
|
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_bitstream",
|
|
importpath = "github.com/dgryski/go-bitstream",
|
|
sum = "h1:akOQj8IVgoeFfBTzGOEQakCYshWD6RNo1M5pivFXt70=",
|
|
version = "v0.0.0-20180413035011-3522498ce2c8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dgryski_go_farm",
|
|
importpath = "github.com/dgryski/go-farm",
|
|
sum = "h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=",
|
|
version = "v0.0.0-20190423205320-6a90982ecee2",
|
|
)
|
|
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_dlclark_regexp2",
|
|
importpath = "github.com/dlclark/regexp2",
|
|
sum = "h1:8sAhBGEM0dRWogWqWyQeIJnxjWO6oIjl8FKqREDsGfk=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_docker_docker",
|
|
importpath = "github.com/docker/docker",
|
|
sum = "h1:sh8rkQZavChcmakYiSlqu2425CHyFXLZZnvm7PDpU8M=",
|
|
version = "v1.4.2-0.20180625184442-8e610b2b55bf",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_spdystream",
|
|
importpath = "github.com/docker/spdystream",
|
|
sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=",
|
|
version = "v0.0.0-20160310174837-449fdfce4d96",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_dop251_goja",
|
|
importpath = "github.com/dop251/goja",
|
|
sum = "h1:Y9vTBSsV4hSwPSj4bacAU/eSnV3dAxVpepaghAdhGoQ=",
|
|
version = "v0.0.0-20200721192441-a695b0cdd498",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dustin_go_humanize",
|
|
importpath = "github.com/dustin/go-humanize",
|
|
sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_dvyukov_go_fuzz",
|
|
importpath = "github.com/dvyukov/go-fuzz",
|
|
sum = "h1:NgO45/5mBLRVfiXerEFzH6ikcZ7DNRPS639xFg3ENzU=",
|
|
version = "v0.0.0-20200318091601-be3528f3a813",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_go_resiliency",
|
|
importpath = "github.com/eapache/go-resiliency",
|
|
sum = "h1:v7g92e/KSN71Rq7vSThKaWIq68fL4YHvWyiUKorFR1Q=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_go_xerial_snappy",
|
|
importpath = "github.com/eapache/go-xerial-snappy",
|
|
sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=",
|
|
version = "v0.0.0-20180814174437-776d5712da21",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_queue",
|
|
importpath = "github.com/eapache/queue",
|
|
sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=",
|
|
version = "v1.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_eclipse_paho_mqtt_golang",
|
|
importpath = "github.com/eclipse/paho.mqtt.golang",
|
|
sum = "h1:1F8mhG9+aO5/xpdtFkW4SxOJB67ukuDC3t2y2qayIX0=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_edsrzf_mmap_go",
|
|
importpath = "github.com/edsrzf/mmap-go",
|
|
sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_elazarl_goproxy",
|
|
importpath = "github.com/elazarl/goproxy",
|
|
sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
|
|
version = "v0.0.0-20180725130230-947c36da3153",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_emicklei_dot",
|
|
importpath = "github.com/emicklei/dot",
|
|
sum = "h1:Ase39UD9T9fRBOb5ptgpixrxfx8abVzNWZi2+lr53PI=",
|
|
version = "v0.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_emicklei_go_restful",
|
|
importpath = "github.com/emicklei/go-restful",
|
|
sum = "h1:H2pdYOb3KQ1/YsqVWoWNLQO+fusocsw354rqGTZtAgw=",
|
|
version = "v0.0.0-20170410110728-ff4f55a20633",
|
|
)
|
|
go_repository(
|
|
name = "com_github_envoyproxy_go_control_plane",
|
|
importpath = "github.com/envoyproxy/go-control-plane",
|
|
sum = "h1:rEvIZUSZ3fx39WIi3JkQqQBitGwpELBIYWeBVh6wn+E=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_envoyproxy_protoc_gen_validate",
|
|
importpath = "github.com/envoyproxy/protoc-gen-validate",
|
|
sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=",
|
|
version = "v0.1.0",
|
|
)
|
|
|
|
# Note: It is required to define com_github_ethereum_go_ethereum like this for some reason...
|
|
# Note: The keep directives help gazelle leave this alone.
|
|
go_repository(
|
|
name = "com_github_ethereum_go_ethereum",
|
|
commit = "233538bfc3d8e62a179ffe2af8015d03842a9dc3", # keep
|
|
importpath = "github.com/ethereum/go-ethereum", # keep
|
|
# Note: go-ethereum is not bazel-friendly with regards to cgo. We have a
|
|
# a fork that has resolved these issues by disabling HID/USB support and
|
|
# some manual fixes for c imports in the crypto package. This is forked
|
|
# branch should be updated from time to time with the latest go-ethereum
|
|
# code.
|
|
remote = "https://github.com/prysmaticlabs/bazel-go-ethereum", # keep
|
|
replace = None, # keep
|
|
sum = None, # keep
|
|
vcs = "git", # keep
|
|
version = None, # keep
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_evanphx_json_patch",
|
|
importpath = "github.com/evanphx/json-patch",
|
|
sum = "h1:fUDGZCv/7iAN7u0puUVhvKCcsR6vRfwrJatElLBEf0I=",
|
|
version = "v4.2.0+incompatible",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_fatih_color",
|
|
importpath = "github.com/fatih/color",
|
|
sum = "h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ferranbt_fastssz",
|
|
importpath = "github.com/ferranbt/fastssz",
|
|
nofuzz = True,
|
|
sum = "h1:FnpkCo1TAj/eq0ETLPhAplYYB4KlFQy3kVb8cLludAc=",
|
|
version = "v0.0.0-20201020132831-68dc48984fd3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_fjl_memsize",
|
|
importpath = "github.com/fjl/memsize",
|
|
sum = "h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c=",
|
|
version = "v0.0.0-20190710130421-bcb5799ab5e5",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_flynn_noise",
|
|
importpath = "github.com/flynn/noise",
|
|
sum = "h1:u/UEqS66A5ckRmS4yNpjmVH56sVtS/RfclBAYocb4as=",
|
|
version = "v0.0.0-20180327030543-2492fe189ae6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_fogleman_gg",
|
|
importpath = "github.com/fogleman/gg",
|
|
sum = "h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=",
|
|
version = "v1.2.1-0.20190220221249-0403632d5b90",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fortytw2_leaktest",
|
|
importpath = "github.com/fortytw2/leaktest",
|
|
sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
|
|
version = "v1.3.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_frankban_quicktest",
|
|
importpath = "github.com/frankban/quicktest",
|
|
sum = "h1:2QxQoC1TS09S7fhCPsrvqYdvP1H5M1P1ih5ABm3BTYk=",
|
|
version = "v1.7.2",
|
|
)
|
|
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_garyburd_redigo",
|
|
importpath = "github.com/garyburd/redigo",
|
|
sum = "h1:0VruCpn7yAIIu7pWVClQC8wxCJEcG3nyzpMSHKi1PQc=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gballet_go_libpcsclite",
|
|
importpath = "github.com/gballet/go-libpcsclite",
|
|
sum = "h1:f6D9Hr8xV8uYKlyuj8XIruxlh9WjVjdh1gIicAS7ays=",
|
|
version = "v0.0.0-20191108122812-4678299bea08",
|
|
)
|
|
|
|
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_glycerine_go_unsnap_stream",
|
|
importpath = "github.com/glycerine/go-unsnap-stream",
|
|
sum = "h1:r04MMPyLHj/QwZuMJ5+7tJcBr1AQjpiAK/rZWRrQT7o=",
|
|
version = "v0.0.0-20180323001048-9f0cb55181dd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_glycerine_goconvey",
|
|
importpath = "github.com/glycerine/goconvey",
|
|
sum = "h1:gclg6gY70GLy3PbkQ1AERPfmLMMagS60DKF78eWwLn8=",
|
|
version = "v0.0.0-20190410193231-58a59202ab31",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_check_check",
|
|
importpath = "github.com/go-check/check",
|
|
sum = "h1:0gkP6mzaMqkmpcJYCFOLkIBwI7xFExG03bbkOkCvUPI=",
|
|
version = "v0.0.0-20180628173108-788fd7840127",
|
|
)
|
|
|
|
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_logfmt_logfmt",
|
|
importpath = "github.com/go-logfmt/logfmt",
|
|
sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_logr_logr",
|
|
importpath = "github.com/go-logr/logr",
|
|
sum = "h1:fV3MLmabKIZ383XifUjFSwcoGee0v9qgPp8wy5svibE=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_ole_go_ole",
|
|
importpath = "github.com/go-ole/go-ole",
|
|
sum = "h1:2lOsA72HgjxAuMlKpFiCbHTvu44PIVkZ5hqm3RSdI/E=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_jsonpointer",
|
|
importpath = "github.com/go-openapi/jsonpointer",
|
|
sum = "h1:wSt/4CYxs70xbATrGXhokKF1i0tZjENLOo1ioIO13zk=",
|
|
version = "v0.0.0-20160704185906-46af16f9f7b1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_jsonreference",
|
|
importpath = "github.com/go-openapi/jsonreference",
|
|
sum = "h1:tF+augKRWlWx0J0B7ZyyKSiTyV6E1zZe+7b3qQlcEf8=",
|
|
version = "v0.0.0-20160704190145-13c6e3589ad9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_spec",
|
|
importpath = "github.com/go-openapi/spec",
|
|
sum = "h1:C1JKChikHGpXwT5UQDFaryIpDtyyGL/CR6C2kB7F1oc=",
|
|
version = "v0.0.0-20160808142527-6aced65f8501",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_swag",
|
|
importpath = "github.com/go-openapi/swag",
|
|
sum = "h1:zP3nY8Tk2E6RTkqGYrarZXuzh+ffyLDljLxCy1iJw80=",
|
|
version = "v0.0.0-20160704191624-1d0bd113de87",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_sourcemap_sourcemap",
|
|
importpath = "github.com/go-sourcemap/sourcemap",
|
|
sum = "h1:0b/xya7BKGhXuqFESKM4oIiRo9WOt2ebz7KxfreD6ug=",
|
|
version = "v2.1.2+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_sql_driver_mysql",
|
|
importpath = "github.com/go-sql-driver/mysql",
|
|
sum = "h1:g24URVg0OFbNUTx9qqY1IRZ9D9z3iPyi5zKhQZpNwpA=",
|
|
version = "v1.4.1",
|
|
)
|
|
|
|
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_yaml_yaml",
|
|
importpath = "github.com/go-yaml/yaml",
|
|
sum = "h1:RYi2hDdss1u4YE7GwixGzWwVo47T8UQwnTLB6vQiq+o=",
|
|
version = "v2.1.0+incompatible",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_gofrs_flock",
|
|
importpath = "github.com/gofrs/flock",
|
|
sum = "h1:DP+LD/t0njgoPBvT5MJLeliUIVQR03hiKR6vezdwHlc=",
|
|
version = "v0.7.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_freetype",
|
|
importpath = "github.com/golang/freetype",
|
|
sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
|
|
version = "v0.0.0-20170609003504-e2365dfdc4a0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_gddo",
|
|
importpath = "github.com/golang/gddo",
|
|
sum = "h1:HoqgYR60VYu5+0BuG6pjeGp7LKEPZnHt+dUClx9PeIs=",
|
|
version = "v0.0.0-20200528160355-8d077c1d8f4c",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_golang_geo",
|
|
importpath = "github.com/golang/geo",
|
|
sum = "h1:lJwO/92dFXWeXOZdoGXgptLmNLwynMSHUmU6besqtiw=",
|
|
version = "v0.0.0-20190916061304-5b978397cfec",
|
|
)
|
|
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_lint",
|
|
importpath = "github.com/golang/lint",
|
|
sum = "h1:ior8LN6127GsA53E9mD9nH/oP/LVbJplmLH5V8o+/Uk=",
|
|
version = "v0.0.0-20170918230701-e5d664eb928e",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_golang_mock",
|
|
importpath = "github.com/golang/mock",
|
|
sum = "h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc=",
|
|
version = "v1.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_protobuf",
|
|
importpath = "github.com/golang/protobuf",
|
|
sum = "h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM=",
|
|
version = "v1.4.3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_golang_snappy",
|
|
importpath = "github.com/golang/snappy",
|
|
sum = "h1:aeE13tS0IiQgFjYdoL8qN3K1N2bXXtI6Vi51/y7BpMw=",
|
|
version = "v0.0.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_flatbuffers",
|
|
importpath = "github.com/google/flatbuffers",
|
|
sum = "h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=",
|
|
version = "v1.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_cmp",
|
|
importpath = "github.com/google/go-cmp",
|
|
sum = "h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=",
|
|
version = "v0.5.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_google_gofuzz",
|
|
importpath = "github.com/google/gofuzz",
|
|
sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_gopacket",
|
|
importpath = "github.com/google/gopacket",
|
|
sum = "h1:lum7VRA9kdlvBi7/v2p7/zcbkduHaCH/SVVyurs7OpY=",
|
|
version = "v1.1.18",
|
|
)
|
|
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:pMen7vLs8nvgEYhywH3KDWJIJTeEr2ULsVWHWYHQyBs=",
|
|
version = "v3.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_pprof",
|
|
importpath = "github.com/google/pprof",
|
|
sum = "h1:Ak8CrdlwwXwAZxzS66vgPt4U8yUZX7JwLvVR58FN5jM=",
|
|
version = "v0.0.0-20200708004538-1a94d8640e99",
|
|
)
|
|
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_shlex",
|
|
importpath = "github.com/google/shlex",
|
|
sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
|
|
version = "v0.0.0-20191202100458-e7afc7fbc510",
|
|
)
|
|
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",
|
|
importpath = "github.com/googleapis/gax-go",
|
|
sum = "h1:j0GKcs05QVmm7yesiZq2+9cxHkNK9YM6zKx4D2qucQU=",
|
|
version = "v2.0.0+incompatible",
|
|
)
|
|
|
|
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_googleapis_gnostic",
|
|
importpath = "github.com/googleapis/gnostic",
|
|
sum = "h1:rVsPeBmXbYv4If/cumu1AzZPwV58q433hvONV1UEZoI=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gophercloud_gophercloud",
|
|
importpath = "github.com/gophercloud/gophercloud",
|
|
sum = "h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=",
|
|
version = "v0.1.0",
|
|
)
|
|
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_graph_gophers_graphql_go",
|
|
importpath = "github.com/graph-gophers/graphql-go",
|
|
sum = "h1:kLnsdud6Fl1/7ZX/5oD23cqYAzBfuZBhNkGr2NvuEsU=",
|
|
version = "v0.0.0-20200309224638-dae41bde9ef9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gregjones_httpcache",
|
|
importpath = "github.com/gregjones/httpcache",
|
|
sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
|
|
version = "v0.0.0-20180305231024-9cad4c3443a7",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_go_grpc_middleware",
|
|
importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
|
|
sum = "h1:FlFbCRLd5Jr4iYXZufAvgWN6Ao0JrI5chLINnUXDDr0=",
|
|
version = "v1.2.2",
|
|
)
|
|
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:8ERzHx8aj1Sc47mu9n/AksaKCSWrMchFtkdrS4BIj5o=",
|
|
version = "v1.14.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gxed_hashland_keccakpg",
|
|
importpath = "github.com/gxed/hashland/keccakpg",
|
|
sum = "h1:wrk3uMNaMxbXiHibbPO4S0ymqJMm41WiudyFSs7UnsU=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gxed_hashland_murmur3",
|
|
importpath = "github.com/gxed/hashland/murmur3",
|
|
sum = "h1:SheiaIt0sda5K+8FLz952/1iWS9zrnKsEJaOJu4ZbSc=",
|
|
version = "v0.0.1",
|
|
)
|
|
|
|
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_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_herumi_bls_eth_go_binary",
|
|
importpath = "github.com/herumi/bls-eth-go-binary",
|
|
sum = "h1:S7pKW74AvYc89WawL6IxGSnJRxF4TkE1GITYqKFyYy4=",
|
|
version = "v0.0.0-20201019012252-4b463a10c225",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_holiman_uint256",
|
|
importpath = "github.com/holiman/uint256",
|
|
sum = "h1:4JywC80b+/hSfljFlEBLHrrh+CIONLDz9NuFl0af4Mw=",
|
|
version = "v1.1.1",
|
|
)
|
|
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_huin_goupnp",
|
|
importpath = "github.com/huin/goupnp",
|
|
sum = "h1:wg75sLpL6DZqwHQN6E1Cfk6mtfzS45z8OV+ic+DtHRo=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_huin_goutil",
|
|
importpath = "github.com/huin/goutil",
|
|
sum = "h1:vlNjIqmUZ9CMAWsbURYl3a6wZbw7q5RHVvlXTNS/Bs8=",
|
|
version = "v0.0.0-20170803182201-1ca381bf3150",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_ianlancetaylor_cgosymbolizer",
|
|
importpath = "github.com/ianlancetaylor/cgosymbolizer",
|
|
sum = "h1:IpTHAzWv1pKDDWeJDY5VOHvqc2T9d3C8cPKEf2VPqHE=",
|
|
version = "v0.0.0-20200424224625-be1b05b0b279",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ianlancetaylor_demangle",
|
|
importpath = "github.com/ianlancetaylor/demangle",
|
|
sum = "h1:UDMh68UUwekSh5iP2OMhRRZJiiBccgV7axzUG8vi56c=",
|
|
version = "v0.0.0-20181102032728-5e5cf60278f6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_imdario_mergo",
|
|
importpath = "github.com/imdario/mergo",
|
|
sum = "h1:JboBksRwiiAJWvIYJVo46AfV+IAIKZpfrSzVKj42R4Q=",
|
|
version = "v0.3.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_inconshreveable_log15",
|
|
importpath = "github.com/inconshreveable/log15",
|
|
sum = "h1:g/SJtZVYc1cxSB8lgrgqeOlIdi4MhqNNHYRAC8y+g4c=",
|
|
version = "v0.0.0-20170622235902-74a0988b5f80",
|
|
)
|
|
|
|
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_influxdata_flux",
|
|
importpath = "github.com/influxdata/flux",
|
|
sum = "h1:57tk1Oo4gpGIDbV12vUAPCMtLtThhaXzub1XRIuqv6A=",
|
|
version = "v0.65.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_influxdb",
|
|
importpath = "github.com/influxdata/influxdb",
|
|
sum = "h1:/X+G+i3udzHVxpBMuXdPZcUbkIE0ouT+6U+CzQTsOys=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_influxdb1_client",
|
|
importpath = "github.com/influxdata/influxdb1-client",
|
|
sum = "h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=",
|
|
version = "v0.0.0-20191209144304-8bf82d3c094d",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_influxdata_influxql",
|
|
importpath = "github.com/influxdata/influxql",
|
|
sum = "h1:sPsaumLFRPMwR5QtD3Up54HXpNND8Eu7G1vQFmi3quQ=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_line_protocol",
|
|
importpath = "github.com/influxdata/line-protocol",
|
|
sum = "h1:/o3vQtpWJhvnIbXley4/jwzzqNeigJK9z+LZcJZ9zfM=",
|
|
version = "v0.0.0-20180522152040-32c6aa80de5e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_promql_v2",
|
|
importpath = "github.com/influxdata/promql/v2",
|
|
sum = "h1:kXn3p0D7zPw16rOtfDR+wo6aaiH8tSMfhPwONTxrlEc=",
|
|
version = "v2.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_roaring",
|
|
importpath = "github.com/influxdata/roaring",
|
|
sum = "h1:UzJnB7VRL4PSkUJHwsyzseGOmrO/r4yA+AuxGJxiZmA=",
|
|
version = "v0.4.13-0.20180809181101-fc520f41fab6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_tdigest",
|
|
importpath = "github.com/influxdata/tdigest",
|
|
sum = "h1:MHTrDWmQpHq/hkq+7cw9oYAt2PqUw52TZazRA0N7PGE=",
|
|
version = "v0.0.0-20181121200506-bf2b5ad3c0a9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_usage_client",
|
|
importpath = "github.com/influxdata/usage-client",
|
|
sum = "h1:+TUUmaFa4YD1Q+7bH9o5NCHQGPMqZCYJiNW6lIIS9z4=",
|
|
version = "v0.0.0-20160829180054-6d3895376368",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_cid",
|
|
importpath = "github.com/ipfs/go-cid",
|
|
sum = "h1:ysQJVJA3fNDF1qigJbsSQOdjhVLsOEoPdh0+R97k3jY=",
|
|
version = "v0.0.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_datastore",
|
|
importpath = "github.com/ipfs/go-datastore",
|
|
sum = "h1:rjvQ9+muFaJ+QZ7dN5B1MSDNQ0JVZKkkES/rMZmA8X8=",
|
|
version = "v0.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_detect_race",
|
|
importpath = "github.com/ipfs/go-detect-race",
|
|
sum = "h1:qX/xay2W3E4Q1U7d9lNs1sU9nvguX0a7319XbyQ6cOk=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ds_badger",
|
|
importpath = "github.com/ipfs/go-ds-badger",
|
|
sum = "h1:J27YvAcpuA5IvZUbeBxOcQgqnYHUPxoygc6QxxkodZ4=",
|
|
version = "v0.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ds_leveldb",
|
|
importpath = "github.com/ipfs/go-ds-leveldb",
|
|
sum = "h1:QmQoAJ9WkPMUfBLnu1sBVy0xWWlJPg0m4kRAiJL9iaw=",
|
|
version = "v0.4.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ipfs_addr",
|
|
importpath = "github.com/ipfs/go-ipfs-addr",
|
|
sum = "h1:DpDFybnho9v3/a1dzJ5KnWdThWD1HrFLpQ+tWIyBaFI=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ipfs_delay",
|
|
importpath = "github.com/ipfs/go-ipfs-delay",
|
|
sum = "h1:NAviDvJ0WXgD+yiL2Rj35AmnfgI11+pHXbdciD917U0=",
|
|
version = "v0.0.0-20181109222059-70721b86a9a8",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ipfs_util",
|
|
importpath = "github.com/ipfs/go-ipfs-util",
|
|
sum = "h1:59Sswnk1MFaiq+VcaknX7aYEyGyGDAA73ilhEK2POp8=",
|
|
version = "v0.0.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_ipfs_go_log",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/ipfs/go-log",
|
|
sum = "h1:6nLQdX4W8P9yZZFH7mO+X/PzjN8Laozm/lMJ6esdgzY=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_log_v2",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/ipfs/go-log/v2",
|
|
sum = "h1:G4TtqN+V9y9HY9TA6BwbCVyyBZ2B9MbCjR2MtGx8FR0=",
|
|
version = "v2.1.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_jackpal_gateway",
|
|
importpath = "github.com/jackpal/gateway",
|
|
sum = "h1:qzXWUJfuMdlLMtt0a3Dgt+xkWQiA5itDEITVJtuSwMc=",
|
|
version = "v1.0.5",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_jackpal_go_nat_pmp",
|
|
importpath = "github.com/jackpal/go-nat-pmp",
|
|
sum = "h1:KzKSgb7qkJvOUTqYl9/Hg/me3pWgBmERKrTGD7BdWus=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jbenet_go_cienv",
|
|
importpath = "github.com/jbenet/go-cienv",
|
|
sum = "h1:Vc/s0QbQtoxX8MwwSLWWh+xNNZvM3Lw7NsTcHrvvhMc=",
|
|
version = "v0.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_jbenet_go_temp_err_catcher",
|
|
importpath = "github.com/jbenet/go-temp-err-catcher",
|
|
sum = "h1:zpb3ZH6wIE8Shj2sKS+khgRvf7T7RABoLk/+KKHggpk=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jbenet_goprocess",
|
|
importpath = "github.com/jbenet/goprocess",
|
|
sum = "h1:DRGOFReOMqqDNXwW70QkacFW0YN9QnwLV0Vqk+3oU0o=",
|
|
version = "v0.1.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_gofork",
|
|
importpath = "github.com/jcmturner/gofork",
|
|
sum = "h1:J7uCkflzTEhUZ64xqKnkDxq3kzc96ajM1Gli5ktUem8=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
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_jmespath_go_jmespath",
|
|
importpath = "github.com/jmespath/go-jmespath",
|
|
sum = "h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=",
|
|
version = "v0.0.0-20180206201540-c2b33e8439af",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_joonix_log",
|
|
importpath = "github.com/joonix/log",
|
|
sum = "h1:k+SfYbN66Ev/GDVq39wYOXVW5RNd5kzzairbCe9dK5Q=",
|
|
version = "v0.0.0-20200409080653-9c1d2ceb5f1d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jrick_logrotate",
|
|
importpath = "github.com/jrick/logrotate",
|
|
sum = "h1:lQ1bL/n9mBNeIXoTUoYRlK4dHuNJVofX9oWqBtPnSzI=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_json_iterator_go",
|
|
importpath = "github.com/json-iterator/go",
|
|
replace = "github.com/prestonvanloon/go",
|
|
sum = "h1:Bt5PzQCqfP4xiLXDSrMoqAfj6CBr3N9DAyyq8OiIWsc=",
|
|
version = "v1.1.7-0.20190722034630-4f2e55fcf87b",
|
|
)
|
|
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_jsternberg_zap_logfmt",
|
|
importpath = "github.com/jsternberg/zap-logfmt",
|
|
sum = "h1:0Dz2s/eturmdUS34GM82JwNEdQ9hPoJgqptcEKcbpzY=",
|
|
version = "v1.0.0",
|
|
)
|
|
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_julienschmidt_httprouter",
|
|
importpath = "github.com/julienschmidt/httprouter",
|
|
sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_jung_kurt_gofpdf",
|
|
importpath = "github.com/jung-kurt/gofpdf",
|
|
sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=",
|
|
version = "v1.0.3-0.20190309125859-24315acbbda5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jwilder_encoding",
|
|
importpath = "github.com/jwilder/encoding",
|
|
sum = "h1:2jNeR4YUziVtswNP9sEFAI913cVrzH85T+8Q6LpYbT0=",
|
|
version = "v0.0.0-20170811194829-b4e1701a28ef",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_k0kubun_go_ansi",
|
|
importpath = "github.com/k0kubun/go-ansi",
|
|
sum = "h1:qGQQKEcAR99REcMpsXCp3lJ03zYT1PkRd3kQGPn9GVg=",
|
|
version = "v0.0.0-20180517002512-3bf9e2903213",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kami_zh_go_capturer",
|
|
importpath = "github.com/kami-zh/go-capturer",
|
|
sum = "h1:cVtBfNW5XTHiKQe7jDaDBSh/EVM4XLPutLAGboIXuM0=",
|
|
version = "v0.0.0-20171211120116-e492ea43421d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_karalabe_usb",
|
|
importpath = "github.com/karalabe/usb",
|
|
sum = "h1:ZHuwnjpP8LsVsUYqTqeVAI+GfDfJ6UNPrExZF+vX/DQ=",
|
|
version = "v0.0.0-20191104083709-911d15fe12a9",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_kevinms_leakybucket_go",
|
|
importpath = "github.com/kevinms/leakybucket-go",
|
|
sum = "h1:qNtd6alRqd3qOdPrKXMZImV192ngQ0WSh1briEO33Tk=",
|
|
version = "v0.0.0-20200115003610-082473db97ca",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kisielk_errcheck",
|
|
importpath = "github.com/kisielk/errcheck",
|
|
sum = "h1:reN85Pxc5larApoH1keMBiu2GWtPqXQ1nc9gx+jOU+E=",
|
|
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_kkdai_bstream",
|
|
importpath = "github.com/kkdai/bstream",
|
|
sum = "h1:FOOIBWrEkLgmlgGfMuZT83xIwfPDxEI2OHu6xUmJMFE=",
|
|
version = "v0.0.0-20161212061736-f391b8402d23",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_compress",
|
|
importpath = "github.com/klauspost/compress",
|
|
sum = "h1:a/QY0o9S6wCi0XhxaMX/QmusicNUqCqFugR6WKPOSoQ=",
|
|
version = "v1.10.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_cpuid",
|
|
importpath = "github.com/klauspost/cpuid",
|
|
sum = "h1:CCtW0xUnWGVINKvE/WWOYKdsPV6mawAtvQuSl8guwQs=",
|
|
version = "v1.2.3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_klauspost_crc32",
|
|
importpath = "github.com/klauspost/crc32",
|
|
sum = "h1:KAZ1BW2TCmT6PRihDPpocIy1QTtsAsrx6TneU/4+CMg=",
|
|
version = "v0.0.0-20161016154125-cb6bfca970f6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_pgzip",
|
|
importpath = "github.com/klauspost/pgzip",
|
|
sum = "h1:3L+neHp83cTjegPdCiOxVOJtRIy7/8RldvMTsyPYH10=",
|
|
version = "v1.0.2-0.20170402124221-0bf5dcad4ada",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_reedsolomon",
|
|
importpath = "github.com/klauspost/reedsolomon",
|
|
sum = "h1:N/VzgeMfHmLc+KHMD1UL/tNkfXAt8FnUqlgXGIduwAY=",
|
|
version = "v1.9.3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_konsorten_go_windows_terminal_sequences",
|
|
importpath = "github.com/konsorten/go-windows-terminal-sequences",
|
|
sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_koron_go_ssdp",
|
|
importpath = "github.com/koron/go-ssdp",
|
|
sum = "h1:68u9r4wEvL3gYg2jvAOgROwZ3H+Y3hIDk4tbbmIjcYQ=",
|
|
version = "v0.0.0-20191105050749-2e1c40ed0b5d",
|
|
)
|
|
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_kubuxu_go_os_helper",
|
|
importpath = "github.com/Kubuxu/go-os-helper",
|
|
sum = "h1:EJiD2VUQyh5A9hWJLmc6iWg6yIcJ7jpBcwC8GMGXfDk=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kylelemons_godebug",
|
|
importpath = "github.com/kylelemons/godebug",
|
|
sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
|
|
version = "v1.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_lib_pq",
|
|
importpath = "github.com/lib/pq",
|
|
sum = "h1:X5PMW56eZitiTeO7tKzZxFCSpbFZJtkMMooicw2us9A=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_addr_util",
|
|
importpath = "github.com/libp2p/go-addr-util",
|
|
sum = "h1:7cWK5cdA5x72jX0g8iLrQWm5TRJZ6CzGdPEhWj7plWU=",
|
|
version = "v0.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_buffer_pool",
|
|
importpath = "github.com/libp2p/go-buffer-pool",
|
|
sum = "h1:QNK2iAFa8gjAe1SPz6mHSMuCcjs+X1wlHzeOSqcmlfs=",
|
|
version = "v0.0.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_conn_security_multistream",
|
|
importpath = "github.com/libp2p/go-conn-security-multistream",
|
|
sum = "h1:uNiDjS58vrvJTg9jO6bySd1rMKejieG7v45ekqHbZ1M=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_eventbus",
|
|
importpath = "github.com/libp2p/go-eventbus",
|
|
sum = "h1:VanAdErQnpTioN2TowqNcOijf6YwhuODe4pPKSDpxGc=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_flow_metrics",
|
|
importpath = "github.com/libp2p/go-flow-metrics",
|
|
sum = "h1:8tAs/hSdNvUiLgtlSy3mxwxWP4I9y/jlkPFT7epKdeM=",
|
|
version = "v0.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p",
|
|
sum = "h1:VQOo/Pbj9Ijco9jiMYN5ImAg236IjTXfnUPJ2OvbpLM=",
|
|
version = "v0.10.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_autonat",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-autonat",
|
|
sum = "h1:60sc3NuQz+RxEb4ZVCRp/7uPtD7gnlLcOIKYNulzSIo=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_blankhost",
|
|
importpath = "github.com/libp2p/go-libp2p-blankhost",
|
|
sum = "h1:3EsGAi0CBGcZ33GwRuXEYJLLPoVWyXJ1bcJzAJjINkk=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_circuit",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-circuit",
|
|
sum = "h1:69ENDoGnNN45BNDnBd+8SXSetDuw0eJFcGmOvvtOgBw=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_connmgr",
|
|
importpath = "github.com/libp2p/go-libp2p-connmgr",
|
|
sum = "h1:TMS0vc0TCBomtQJyWr7fYxcVYYhx+q/2gF++G5Jkl/w=",
|
|
version = "v0.2.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_core",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-core",
|
|
sum = "h1:XS+Goh+QegCDojUZp00CaPMfiEADCrLjNZskWE7pvqs=",
|
|
version = "v0.6.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_crypto",
|
|
importpath = "github.com/libp2p/go-libp2p-crypto",
|
|
sum = "h1:k9MFy+o2zGDNGsaoZl0MA3iZ75qXxr9OOoAZF+sD5OQ=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_discovery",
|
|
importpath = "github.com/libp2p/go-libp2p-discovery",
|
|
sum = "h1:Qfl+e5+lfDgwdrXdu4YNCWyEo3fWuP+WgN9mN0iWviQ=",
|
|
version = "v0.5.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_loggables",
|
|
importpath = "github.com/libp2p/go-libp2p-loggables",
|
|
sum = "h1:h3w8QFfCt2UJl/0/NW4K829HX/0S4KD31PQ7m8UXXO8=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_mplex",
|
|
importpath = "github.com/libp2p/go-libp2p-mplex",
|
|
sum = "h1:XFFXaN4jhqnIuJVjYOR3k6bnRj0mFfJOlIuDVww+4Zo=",
|
|
version = "v0.2.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_nat",
|
|
importpath = "github.com/libp2p/go-libp2p-nat",
|
|
sum = "h1:wMWis3kYynCbHoyKLPBEMu4YRLltbm8Mk08HGSfvTkU=",
|
|
version = "v0.0.6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_netutil",
|
|
importpath = "github.com/libp2p/go-libp2p-netutil",
|
|
sum = "h1:zscYDNVEcGxyUpMd0JReUZTrpMfia8PmLKcKF72EAMQ=",
|
|
version = "v0.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_noise",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-noise",
|
|
sum = "h1:vqYQWvnIcHpIoWJKC7Al4D6Hgj0H012TuXRhPwSMGpQ=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_peer",
|
|
importpath = "github.com/libp2p/go-libp2p-peer",
|
|
sum = "h1:EQ8kMjaCUwt/Y5uLgjT8iY2qg0mGUT0N1zUjer50DsY=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_peerstore",
|
|
importpath = "github.com/libp2p/go-libp2p-peerstore",
|
|
sum = "h1:2ACefBX23iMdJU9Ke+dcXt3w86MIryes9v7In4+Qq3U=",
|
|
version = "v0.2.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_pnet",
|
|
importpath = "github.com/libp2p/go-libp2p-pnet",
|
|
sum = "h1:J6htxttBipJujEjz1y0a5+eYoiPcFHhSYHH6na5f0/k=",
|
|
version = "v0.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_pubsub",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-pubsub",
|
|
sum = "h1:9oO8W7qIWCYQYyz5z8nUsPcb3rrFehBlkbqvbSVjBxY=",
|
|
version = "v0.3.6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_secio",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-secio",
|
|
sum = "h1:rLLPvShPQAcY6eNurKNZq3eZjPWfU9kXF2eI9jIYdrg=",
|
|
version = "v0.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_swarm",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-swarm",
|
|
sum = "h1:cIUUvytBzNQmGSjnXFlI6UpoBGsaud82mJPIJVfkDlg=",
|
|
version = "v0.2.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_testing",
|
|
importpath = "github.com/libp2p/go-libp2p-testing",
|
|
sum = "h1:v4dvk7YEW8buwCdIVWnhpv0Hp/AAJKRWIxBhmLRZrsk=",
|
|
version = "v0.1.2-0.20200422005655-8775583591d8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_tls",
|
|
importpath = "github.com/libp2p/go-libp2p-tls",
|
|
patch_args = ["-p1"],
|
|
patches = [
|
|
"@prysm//third_party:libp2p_tls.patch", # See: https://github.com/libp2p/go-libp2p-tls/issues/66
|
|
],
|
|
sum = "h1:Ge/2CYttU7XdkPPqQ7e3TiuMFneLie1rM/UjRxPPGsI=",
|
|
version = "v0.1.4-0.20200421131144-8a8ad624a291",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_transport_upgrader",
|
|
importpath = "github.com/libp2p/go-libp2p-transport-upgrader",
|
|
sum = "h1:q3ULhsknEQ34eVDhv4YwKS8iet69ffs9+Fir6a7weN4=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_yamux",
|
|
importpath = "github.com/libp2p/go-libp2p-yamux",
|
|
sum = "h1:0s3ELSLu2O7hWKfX1YjzudBKCP0kZ+m9e2+0veXzkn4=",
|
|
version = "v0.2.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_maddr_filter",
|
|
importpath = "github.com/libp2p/go-maddr-filter",
|
|
sum = "h1:4ACqZKw8AqiuJfwFGq1CYDFugfXTOos+qQ3DETkhtCE=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_mplex",
|
|
importpath = "github.com/libp2p/go-mplex",
|
|
sum = "h1:noyLUCtHtSsPOLACCo0AO0q79H4pba1UHlLxbfBPv2w=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_msgio",
|
|
importpath = "github.com/libp2p/go-msgio",
|
|
sum = "h1:lQ7Uc0kS1wb1EfRxO2Eir/RJoHkHn7t6o+EiwsYIKJA=",
|
|
version = "v0.0.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_nat",
|
|
importpath = "github.com/libp2p/go-nat",
|
|
sum = "h1:qxnwkco8RLKqVh1NmjQ+tJ8p8khNLFxuElYG/TwqW4Q=",
|
|
version = "v0.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_netroute",
|
|
importpath = "github.com/libp2p/go-netroute",
|
|
sum = "h1:1ngWRx61us/EpaKkdqkMjKk/ufr/JlIFYQAxV2XX8Ig=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_openssl",
|
|
importpath = "github.com/libp2p/go-openssl",
|
|
sum = "h1:eCAzdLejcNVBzP/iZM9vqHnQm+XyCEbSSIheIPRGNsw=",
|
|
version = "v0.0.7",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_reuseport",
|
|
importpath = "github.com/libp2p/go-reuseport",
|
|
sum = "h1:XSG94b1FJfGA01BUrT82imejHQyTxO4jEWqheyCXYvU=",
|
|
version = "v0.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_reuseport_transport",
|
|
importpath = "github.com/libp2p/go-reuseport-transport",
|
|
sum = "h1:OZGz0RB620QDGpv300n1zaOcKGGAoGVf8h9txtt/1uM=",
|
|
version = "v0.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_sockaddr",
|
|
importpath = "github.com/libp2p/go-sockaddr",
|
|
sum = "h1:Y4s3/jNoryVRKEBrkJ576F17CPOaMIzUeCsg7dlTDj0=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_stream_muxer",
|
|
importpath = "github.com/libp2p/go-stream-muxer",
|
|
sum = "h1:Ce6e2Pyu+b5MC1k3eeFtAax0pW4gc6MosYSLV05UeLw=",
|
|
version = "v0.0.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_stream_muxer_multistream",
|
|
importpath = "github.com/libp2p/go-stream-muxer-multistream",
|
|
sum = "h1:TqnSHPJEIqDEO7h1wZZ0p3DXdvDSiLHQidKKUGZtiOY=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_tcp_transport",
|
|
importpath = "github.com/libp2p/go-tcp-transport",
|
|
sum = "h1:YoThc549fzmNJIh7XjHVtMIFaEDRtIrtWciG5LyYAPo=",
|
|
version = "v0.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_libp2p_go_ws_transport",
|
|
importpath = "github.com/libp2p/go-ws-transport",
|
|
sum = "h1:ZX5rWB8nhRRJVaPO6tmkGI/Xx8XNboYX20PW5hXIscw=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_yamux",
|
|
importpath = "github.com/libp2p/go-yamux",
|
|
sum = "h1:aw0ZXyawL//qvrshGT9v/Mc82sKiD6hBYZ6OBHWXe5s=",
|
|
version = "v1.3.8",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_logrusorgru_aurora",
|
|
importpath = "github.com/logrusorgru/aurora",
|
|
sum = "h1:tOpm7WcpBTn4fjmVfgpQq0EfczGlG91VSDkswnjF5A8=",
|
|
version = "v2.0.3+incompatible",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_lunixbochs_vtclean",
|
|
importpath = "github.com/lunixbochs/vtclean",
|
|
sum = "h1:xu2sLAri4lGiovBDQKxl5mrXyESr3gUr5m5SM5+LVb8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_magiconair_properties",
|
|
importpath = "github.com/magiconair/properties",
|
|
sum = "h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mailru_easyjson",
|
|
importpath = "github.com/mailru/easyjson",
|
|
sum = "h1:2gxZ0XQIU/5z3Z3bUBu+FXuk2pFbkN6tcwi/pjyaDic=",
|
|
version = "v0.0.0-20180823135443-60711f1a8329",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_manifoldco_promptui",
|
|
importpath = "github.com/manifoldco/promptui",
|
|
sum = "h1:3l11YT8tm9MnwGFQ4kETwkzpAwY2Jt9lCrumCUW4+z4=",
|
|
version = "v0.7.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_mattn_go_colorable",
|
|
importpath = "github.com/mattn/go-colorable",
|
|
sum = "h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=",
|
|
version = "v0.1.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_ieproxy",
|
|
importpath = "github.com/mattn/go-ieproxy",
|
|
sum = "h1:oNAwILwmgWKFpuU+dXvI6dl9jG2mAWAZLX3r9s0PPiw=",
|
|
version = "v0.0.0-20190702010315-6dee0af9227d",
|
|
)
|
|
|
|
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_mattn_go_runewidth",
|
|
importpath = "github.com/mattn/go-runewidth",
|
|
sum = "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=",
|
|
version = "v0.0.9",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_mattn_go_sqlite3",
|
|
importpath = "github.com/mattn/go-sqlite3",
|
|
sum = "h1:LDdKkqtYlom37fkvqs8rMPFKAMe8+SgjbwZ6ex1/A/Q=",
|
|
version = "v1.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_tty",
|
|
importpath = "github.com/mattn/go-tty",
|
|
sum = "h1:d8RFOZ2IiFtFWBcKEHAFYJcPTf0wY5q0exFNJZVWa1U=",
|
|
version = "v0.0.0-20180907095812-13ff1204f104",
|
|
)
|
|
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_mgutz_ansi",
|
|
importpath = "github.com/mgutz/ansi",
|
|
sum = "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=",
|
|
version = "v0.0.0-20170206155736-9520e82c474b",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_miekg_dns",
|
|
importpath = "github.com/miekg/dns",
|
|
sum = "h1:Qww6FseFn8PRfw07jueqIXqodm0JKiiKuK0DeXSqfyo=",
|
|
version = "v1.1.30",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_minio_blake2b_simd",
|
|
importpath = "github.com/minio/blake2b-simd",
|
|
sum = "h1:lYpkrQH5ajf0OXOcUbGjvZxxijuBwbbmlSxLiuofa+g=",
|
|
version = "v0.0.0-20160723061019-3f5f724cb5b1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_minio_highwayhash",
|
|
importpath = "github.com/minio/highwayhash",
|
|
sum = "h1:dZ6IIu8Z14VlC0VpfKofAhCy74wu/Qb5gcn52yWoz/0=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_minio_sha256_simd",
|
|
importpath = "github.com/minio/sha256-simd",
|
|
sum = "h1:5QHSlgo3nt5yKOJrC7W8w7X+NFl8cMPZm96iu8kKUJU=",
|
|
version = "v0.1.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_mitchellh_colorstring",
|
|
importpath = "github.com/mitchellh/colorstring",
|
|
sum = "h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=",
|
|
version = "v0.0.0-20190213212951-d06e56a500db",
|
|
)
|
|
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_mapstructure",
|
|
importpath = "github.com/mitchellh/mapstructure",
|
|
sum = "h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=",
|
|
version = "v1.3.3",
|
|
)
|
|
|
|
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_mohae_deepcopy",
|
|
importpath = "github.com/mohae/deepcopy",
|
|
sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=",
|
|
version = "v0.0.0-20170929034955-c48cc78d4826",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mr_tron_base58",
|
|
importpath = "github.com/mr-tron/base58",
|
|
sum = "h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_mschoch_smat",
|
|
importpath = "github.com/mschoch/smat",
|
|
sum = "h1:VeRdUYdCw49yizlSbMEn2SZ+gT+3IUKx8BqxyQdz+BY=",
|
|
version = "v0.0.0-20160514031455-90eadee771ae",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_base32",
|
|
importpath = "github.com/multiformats/go-base32",
|
|
sum = "h1:tw5+NhuwaOjJCC5Pp82QuXbrmLzWg7uxlMFp8Nq/kkI=",
|
|
version = "v0.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_base36",
|
|
importpath = "github.com/multiformats/go-base36",
|
|
sum = "h1:JR6TyF7JjGd3m6FbLU2cOxhC0Li8z8dLNGQ89tUg4F4=",
|
|
version = "v0.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multiaddr",
|
|
importpath = "github.com/multiformats/go-multiaddr",
|
|
sum = "h1:1bxa+W7j9wZKTZREySx1vPMs2TqrYWjVZ7zE6/XLG1I=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multiaddr_dns",
|
|
importpath = "github.com/multiformats/go-multiaddr-dns",
|
|
sum = "h1:YWJoIDwLePniH7OU5hBnDZV6SWuvJqJ0YtN6pLeH9zA=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multiaddr_fmt",
|
|
importpath = "github.com/multiformats/go-multiaddr-fmt",
|
|
sum = "h1:WLEFClPycPkp4fnIzoFoV9FVd49/eQsuaL3/CWe167E=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multiaddr_net",
|
|
importpath = "github.com/multiformats/go-multiaddr-net",
|
|
sum = "h1:MSXRGN0mFymt6B1yo/6BPnIRpLPEnKgQNvVfCX5VDJk=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multibase",
|
|
importpath = "github.com/multiformats/go-multibase",
|
|
sum = "h1:l/B6bJDQjvQ5G52jw4QGSYeOTZoAwIO77RblWplfIqk=",
|
|
version = "v0.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multihash",
|
|
importpath = "github.com/multiformats/go-multihash",
|
|
sum = "h1:QoBceQYQQtNUuf6s7wHxnE2c8bhbMqhfGzNI032se/I=",
|
|
version = "v0.0.14",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_multistream",
|
|
importpath = "github.com/multiformats/go-multistream",
|
|
sum = "h1:knyamLYMPFPngQjGQ0lhnlys3jtVR/3xV6TREUJr+fE=",
|
|
version = "v0.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_multiformats_go_varint",
|
|
importpath = "github.com/multiformats/go-varint",
|
|
sum = "h1:gk85QWKxh3TazbLxED/NlDVv8+q+ReFJk7Y2W/KhfNY=",
|
|
version = "v0.0.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_munnerz_goautoneg",
|
|
importpath = "github.com/munnerz/goautoneg",
|
|
sum = "h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs=",
|
|
version = "v0.0.0-20120707110453-a547fc61f48d",
|
|
)
|
|
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_mxk_go_flowrate",
|
|
importpath = "github.com/mxk/go-flowrate",
|
|
sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
|
|
version = "v0.0.0-20140419014527-cca7078d478f",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_naoina_go_stringutil",
|
|
importpath = "github.com/naoina/go-stringutil",
|
|
sum = "h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_naoina_toml",
|
|
importpath = "github.com/naoina/toml",
|
|
sum = "h1:shk/vn9oCoOTmwcouEdwIeOtOGA/ELRUw/GwvxwfT+0=",
|
|
version = "v0.1.2-0.20170918210437-9fafd6967416",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_nbutton23_zxcvbn_go",
|
|
importpath = "github.com/nbutton23/zxcvbn-go",
|
|
sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=",
|
|
version = "v0.0.0-20180912185939-ae427f1e4c1d",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_nxadm_tail",
|
|
importpath = "github.com/nxadm/tail",
|
|
sum = "h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=",
|
|
version = "v1.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nytimes_gziphandler",
|
|
importpath = "github.com/NYTimes/gziphandler",
|
|
sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=",
|
|
version = "v0.0.0-20170623195520-56545f4a5d46",
|
|
)
|
|
go_repository(
|
|
name = "com_github_oklog_ulid",
|
|
importpath = "github.com/oklog/ulid",
|
|
sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
|
|
version = "v1.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_olekukonko_tablewriter",
|
|
importpath = "github.com/olekukonko/tablewriter",
|
|
sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=",
|
|
version = "v0.0.4",
|
|
)
|
|
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_onsi_ginkgo",
|
|
importpath = "github.com/onsi/ginkgo",
|
|
sum = "h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA=",
|
|
version = "v1.14.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_onsi_gomega",
|
|
importpath = "github.com/onsi/gomega",
|
|
sum = "h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE=",
|
|
version = "v1.10.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_openconfig_gnmi",
|
|
importpath = "github.com/openconfig/gnmi",
|
|
sum = "h1:a380JP+B7xlMbEQOlha1buKhzBPXFqgFXplyWCEIGEY=",
|
|
version = "v0.0.0-20190823184014-89b2bf29312c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_openconfig_reference",
|
|
importpath = "github.com/openconfig/reference",
|
|
sum = "h1:yHCGAHg2zMaW8olLrqEt3SAHGcEx2aJPEQWMRCyravY=",
|
|
version = "v0.0.0-20190727015836-8dfd928c9696",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_opentracing_opentracing_go",
|
|
importpath = "github.com/opentracing/opentracing-go",
|
|
sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_patrickmn_go_cache",
|
|
importpath = "github.com/patrickmn/go-cache",
|
|
sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=",
|
|
version = "v2.1.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_paulbellamy_ratecounter",
|
|
importpath = "github.com/paulbellamy/ratecounter",
|
|
sum = "h1:2L/RhJq+HA8gBQImDXtLPrDXK5qAj6ozWVK/zFXVJGs=",
|
|
version = "v0.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_pborman_uuid",
|
|
importpath = "github.com/pborman/uuid",
|
|
sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pelletier_go_toml",
|
|
importpath = "github.com/pelletier/go-toml",
|
|
sum = "h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_peterbourgon_diskv",
|
|
importpath = "github.com/peterbourgon/diskv",
|
|
sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
|
|
version = "v2.0.1+incompatible",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_peterh_liner",
|
|
importpath = "github.com/peterh/liner",
|
|
sum = "h1:w/UPXyl5GfahFxcTOz2j9wCIHNI+pUPr2laqpojKNCg=",
|
|
version = "v1.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_philhofer_fwd",
|
|
importpath = "github.com/philhofer/fwd",
|
|
sum = "h1:UbZqGr5Y38ApvM/V/jEljVxwocdweyH+vmYvRPBnbqQ=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_pierrec_lz4",
|
|
importpath = "github.com/pierrec/lz4",
|
|
sum = "h1:mFe7ttWaflA46Mhqh+jUfjp2qTbPYxLB2/OyBppH9dg=",
|
|
version = "v2.4.1+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_pkg_term",
|
|
importpath = "github.com/pkg/term",
|
|
sum = "h1:tFwafIEMf0B7NlcxV/zJ6leBIa81D3hgGSgsE5hCkOQ=",
|
|
version = "v0.0.0-20180730021639-bffc007b7fd5",
|
|
)
|
|
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_prestonvanloon_go_recaptcha",
|
|
importpath = "github.com/prestonvanloon/go-recaptcha",
|
|
sum = "h1:/JK1WfWJGBNDKY70uiB53iKKbFqxBx2CuYgj9hK2O70=",
|
|
version = "v0.0.0-20190217191114-0834cef6e8bd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_client_golang",
|
|
importpath = "github.com/prometheus/client_golang",
|
|
sum = "h1:NTGy1Ja9pByO+xAeH/qiWnLrKtr3hJPNjaVUwnjpdpA=",
|
|
version = "v1.7.1",
|
|
)
|
|
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:RyRA7RzGXQZiW+tGMr7sxa85G1z0yOpM1qq5c8lNawc=",
|
|
version = "v0.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_procfs",
|
|
importpath = "github.com/prometheus/procfs",
|
|
sum = "h1:F0+tqvhOksq22sc6iCHF5WGlWjdwj92p0udFh1VFBS8=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_tsdb",
|
|
importpath = "github.com/prometheus/tsdb",
|
|
sum = "h1:If5rVCMTp6W2SiRAQFlbpJNgVlgMEd+U2GZckwK38ic=",
|
|
version = "v0.10.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_protolambda_zssz",
|
|
importpath = "github.com/protolambda/zssz",
|
|
sum = "h1:7fjJjissZIIaa2QcvmhS/pZISMX21zVITt49sW1ouek=",
|
|
version = "v0.1.5",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_prysmaticlabs_ethereumapis",
|
|
build_file_generation = "off",
|
|
importpath = "github.com/prysmaticlabs/ethereumapis",
|
|
sum = "h1:OUfQgEA6zB19I66EQ2nPtjdBbk+Vv7eCBf2+x3BTv5w=",
|
|
version = "v0.0.0-20201117145913-073714f478fb",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prysmaticlabs_go_bitfield",
|
|
importpath = "github.com/prysmaticlabs/go-bitfield",
|
|
sum = "h1:hJfAWrlxx7SKpn4S/h2JGl2HHwA1a2wSS3HAzzZ0F+U=",
|
|
version = "v0.0.0-20200618145306-2ae0807bef65",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_prysmaticlabs_go_ssz",
|
|
importpath = "github.com/prysmaticlabs/go-ssz",
|
|
sum = "h1:7qd0Af1ozWKBU3c93YW2RH+/09hJns9+ftqWUZyts9c=",
|
|
version = "v0.0.0-20200612203617-6d5c9aa213ae",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prysmaticlabs_prombbolt",
|
|
importpath = "github.com/prysmaticlabs/prombbolt",
|
|
sum = "h1:bVD46NhbqEE6bsIqj42TCS3ELUdumti3WfAw9DXNtkg=",
|
|
version = "v0.0.0-20200324184628-09789ef63796",
|
|
)
|
|
go_repository(
|
|
name = "com_github_puerkitobio_purell",
|
|
importpath = "github.com/PuerkitoBio/purell",
|
|
sum = "h1:0GoNN3taZV6QI81IXgCbxMyEaJDXMSIjArYBCYzVVvs=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_puerkitobio_urlesc",
|
|
importpath = "github.com/PuerkitoBio/urlesc",
|
|
sum = "h1:JCHLVE3B+kJde7bIEo5N4J+ZbLhp0J1Fs+ulyRws4gE=",
|
|
version = "v0.0.0-20160726150825-5bd2802263f2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rcrowley_go_metrics",
|
|
importpath = "github.com/rcrowley/go-metrics",
|
|
sum = "h1:dY6ETXrvDG7Sa4vE8ZQG4yqWg6UnOcbqTAahkV813vQ=",
|
|
version = "v0.0.0-20190826022208-cac0b30c2563",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_retailnext_hllpp",
|
|
importpath = "github.com/retailnext/hllpp",
|
|
sum = "h1:RnWNS9Hlm8BIkjr6wx8li5abe0fr73jljLycdfemTp0=",
|
|
version = "v1.0.1-0.20180308014038-101a6d2f8b52",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rjeczalik_notify",
|
|
importpath = "github.com/rjeczalik/notify",
|
|
sum = "h1:CLCKso/QK1snAlnhNR/CNvNiFU2saUtjV0bx3EwNeCE=",
|
|
version = "v0.9.1",
|
|
)
|
|
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_rs_cors",
|
|
importpath = "github.com/rs/cors",
|
|
sum = "h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rs_xhandler",
|
|
importpath = "github.com/rs/xhandler",
|
|
sum = "h1:3hxavr+IHMsQBrYUPQM5v0CgENFktkkbg1sfpgM3h20=",
|
|
version = "v0.0.0-20160618193221-ed27b6fd6521",
|
|
)
|
|
go_repository(
|
|
name = "com_github_russross_blackfriday",
|
|
importpath = "github.com/russross/blackfriday",
|
|
sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
|
|
version = "v1.5.2",
|
|
)
|
|
|
|
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_satori_go_uuid",
|
|
importpath = "github.com/satori/go.uuid",
|
|
sum = "h1:gQZ0qzfKHQIybLANtM3mBXNUtOfsCFXeTsnBqCsx1KM=",
|
|
version = "v1.2.1-0.20181028125025-b2ce2384e17b",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_schollz_progressbar_v3",
|
|
importpath = "github.com/schollz/progressbar/v3",
|
|
sum = "h1:nMinx+JaEm/zJz4cEyClQeAw5rsYSB5th3xv+5lV6Vg=",
|
|
version = "v3.3.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_segmentio_kafka_go",
|
|
importpath = "github.com/segmentio/kafka-go",
|
|
sum = "h1:HtCSf6B4gN/87yc5qTl7WsxPKQIIGXLPPM1bMCPOsoY=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sergi_go_diff",
|
|
importpath = "github.com/sergi/go-diff",
|
|
sum = "h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_shirou_gopsutil",
|
|
importpath = "github.com/shirou/gopsutil",
|
|
sum = "h1:tYH07UPoQt0OCQdgWWMgYHy3/a9bcxNpBIysykNIP7I=",
|
|
version = "v2.20.5+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopify_sarama",
|
|
importpath = "github.com/Shopify/sarama",
|
|
sum = "h1:3jnfWKD7gVwbB1KSy/lE0szA9duPuSFLViK0o/d3DgA=",
|
|
version = "v1.26.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopify_toxiproxy",
|
|
importpath = "github.com/Shopify/toxiproxy",
|
|
sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=",
|
|
version = "v2.1.4+incompatible",
|
|
)
|
|
|
|
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:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
|
|
version = "v1.6.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_smola_gocompat",
|
|
importpath = "github.com/smola/gocompat",
|
|
sum = "h1:6b1oIMlUXIpz//VKEDzPVBK8KG7beVwmHIUEBIs/Pns=",
|
|
version = "v0.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_spacemonkeygo_openssl",
|
|
importpath = "github.com/spacemonkeygo/openssl",
|
|
sum = "h1:/eS3yfGjQKG+9kayBkj0ip1BGhq6zJ3eaVksphxAaek=",
|
|
version = "v0.0.0-20181017203307-c2dcc5cca94a",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spacemonkeygo_spacelog",
|
|
importpath = "github.com/spacemonkeygo/spacelog",
|
|
sum = "h1:RC6RW7j+1+HkWaX/Yh71Ee5ZHaHYt7ZP4sQgUrm6cDU=",
|
|
version = "v0.0.0-20180420211403-2296661a0572",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_spaolacci_murmur3",
|
|
importpath = "github.com/spaolacci/murmur3",
|
|
sum = "h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_afero",
|
|
importpath = "github.com/spf13/afero",
|
|
sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
|
|
version = "v1.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_cast",
|
|
importpath = "github.com/spf13/cast",
|
|
sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
|
|
version = "v1.3.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_spf13_cobra",
|
|
importpath = "github.com/spf13/cobra",
|
|
sum = "h1:f0B+LkLX6DtmRH1isoNA9VTtNUK9K8xYd28JNNfOv/s=",
|
|
version = "v0.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_jwalterweatherman",
|
|
importpath = "github.com/spf13/jwalterweatherman",
|
|
sum = "h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk=",
|
|
version = "v1.0.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:VUFqw5KcqRf7i70GOzW7N+Q7+gxVBkSSqiXB12+JQ4M=",
|
|
version = "v1.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_src_d_envconfig",
|
|
importpath = "github.com/src-d/envconfig",
|
|
sum = "h1:/AJi6DtjFhZKNx3OB2qMsq7y4yT5//AeSZIe7rk+PX8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_stackexchange_wmi",
|
|
importpath = "github.com/StackExchange/wmi",
|
|
sum = "h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=",
|
|
version = "v0.0.0-20180116203802-5d049714c4a6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_status_im_keycard_go",
|
|
importpath = "github.com/status-im/keycard-go",
|
|
sum = "h1:Oo2KZNP70KE0+IUJSidPj/BFS/RXNHmKIJOdckzml2E=",
|
|
version = "v0.0.0-20200402102358-957c09536969",
|
|
)
|
|
go_repository(
|
|
name = "com_github_steakknife_bloomfilter",
|
|
importpath = "github.com/steakknife/bloomfilter",
|
|
sum = "h1:gIlAHnH1vJb5vwEjIp5kBj/eu99p/bl0Ay2goiPe5xE=",
|
|
version = "v0.0.0-20180922174646-6819c0d2a570",
|
|
)
|
|
go_repository(
|
|
name = "com_github_steakknife_hamming",
|
|
importpath = "github.com/steakknife/hamming",
|
|
sum = "h1:njlZPzLwU639dk2kqnCPPv+wNjq7Xb6EfUxe/oX0/NM=",
|
|
version = "v0.0.0-20180906055917-c99c65617cd3",
|
|
)
|
|
|
|
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:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=",
|
|
version = "v1.6.1",
|
|
)
|
|
|
|
http_archive(
|
|
name = "com_github_supranational_blst",
|
|
urls = [
|
|
"https://github.com/supranational/blst/archive/9b4b16fb42692370ba8a6ccfbca1803691225413.tar.gz",
|
|
],
|
|
strip_prefix = "blst-9b4b16fb42692370ba8a6ccfbca1803691225413",
|
|
build_file = "//third_party:blst/blst.BUILD",
|
|
sha256 = "4e03c7d673fdf9f8f2ddd3e64edc31001a86ad380a8e9266c197cff70856d054",
|
|
)
|
|
go_repository(
|
|
name = "com_github_syndtr_goleveldb",
|
|
importpath = "github.com/syndtr/goleveldb",
|
|
sum = "h1:Ld/zXl5t4+D69SiV4JoN7kkfvJdOWlPpfxrzxpLMoUk=",
|
|
version = "v1.0.1-0.20200815110645-5c35d600f0ca",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_templexxx_cpufeat",
|
|
importpath = "github.com/templexxx/cpufeat",
|
|
sum = "h1:89CEmDvlq/F7SJEOqkIdNDGJXrQIhuIx9D2DBXjavSU=",
|
|
version = "v0.0.0-20180724012125-cef66df7f161",
|
|
)
|
|
go_repository(
|
|
name = "com_github_templexxx_xor",
|
|
importpath = "github.com/templexxx/xor",
|
|
sum = "h1:fj5tQ8acgNUr6O8LEplsxDhUIe2573iLkJc+PqnzZTI=",
|
|
version = "v0.0.0-20191217153810-f85b25db303b",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_tinylib_msgp",
|
|
importpath = "github.com/tinylib/msgp",
|
|
sum = "h1:DfdQrzQa7Yh2es9SuLkixqxuXS2SxsdYn0KbdrOGWD8=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tjfoc_gmsm",
|
|
importpath = "github.com/tjfoc/gmsm",
|
|
sum = "h1:i7c6Za/IlgBvnGxYpfD7L3TGuaS+v6oGcgq+J9/ecEA=",
|
|
version = "v1.3.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_trailofbits_go_mutexasserts",
|
|
importpath = "github.com/trailofbits/go-mutexasserts",
|
|
sum = "h1:8LRP+2JK8piIUU16ZDgWDXwjJcuJNTtCzadjTZj8Jf0=",
|
|
version = "v0.0.0-20200708152505-19999e7d3cef",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tyler_smith_go_bip39",
|
|
importpath = "github.com/tyler-smith/go-bip39",
|
|
sum = "h1:+t3w+KwLXO6154GNJY+qUtIxLTmFjfUmpguQT1OlOT8=",
|
|
version = "v1.0.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_uber_jaeger_client_go",
|
|
importpath = "github.com/uber/jaeger-client-go",
|
|
sum = "h1:IxcNZ7WRY1Y3G4poYlx24szfsn/3LvK9QHCq9oQw8+U=",
|
|
version = "v2.25.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ugorji_go_codec",
|
|
importpath = "github.com/ugorji/go/codec",
|
|
sum = "h1:3SVOIvH7Ae1KRYyQWRjXWJEA9sS/c/pjvH++55Gr648=",
|
|
version = "v0.0.0-20181204163529-d75b2dcb6bc8",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_urfave_cli",
|
|
importpath = "github.com/urfave/cli",
|
|
sum = "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=",
|
|
version = "v1.22.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_urfave_cli_v2",
|
|
importpath = "github.com/urfave/cli/v2",
|
|
sum = "h1:JTTnM6wKzdA0Jqodd966MVj4vWbbquZykeX1sKbe2C4=",
|
|
version = "v2.2.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_victoriametrics_fastcache",
|
|
importpath = "github.com/VictoriaMetrics/fastcache",
|
|
sum = "h1:4y6y0G8PRzszQUYIQHHssv/jgPHAb5qQuuDNdCbyAgw=",
|
|
version = "v1.5.7",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_bytesutil",
|
|
importpath = "github.com/wealdtech/go-bytesutil",
|
|
sum = "h1:ocEg3Ke2GkZ4vQw5lp46rmO+pfqCCTgq35gqOy8JKVc=",
|
|
version = "v1.1.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_types_v2",
|
|
build_directives = [
|
|
"gazelle:resolve go github.com/herumi/bls-eth-go-binary/bls @herumi_bls_eth_go_binary//:go_default_library",
|
|
"gazelle:resolve go github.com/prysmaticlabs/go-ssz @com_github_prysmaticlabs_go_ssz//:go_default_library",
|
|
],
|
|
importpath = "github.com/wealdtech/go-eth2-types/v2",
|
|
sum = "h1:59VZuwgqRaTjBu3b3CCaxG05XTmANtuTKA8hy3C6IFQ=",
|
|
version = "v2.5.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_util",
|
|
importpath = "github.com/wealdtech/go-eth2-util",
|
|
sum = "h1:Gk7xVTG/bY1IUw/8wxOf97DuPbLTGGoZ0k5dNayudhk=",
|
|
version = "v1.6.2",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_encryptor_keystorev4",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4",
|
|
sum = "h1:PYwMOCt92iWEHXdnsBaAk1/xygPfuBMkrXEgO8WtFdw=",
|
|
version = "v1.1.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_wercker_journalhook",
|
|
importpath = "github.com/wercker/journalhook",
|
|
sum = "h1:shC1HB1UogxN5Ech3Yqaaxj1X/P656PPCB4RbojIJqc=",
|
|
version = "v0.0.0-20180428041537-5d0a5ae867b3",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_keyspace",
|
|
importpath = "github.com/whyrusleeping/go-keyspace",
|
|
sum = "h1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=",
|
|
version = "v0.0.0-20160322163242-5b898ac5add1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_logging",
|
|
importpath = "github.com/whyrusleeping/go-logging",
|
|
sum = "h1:fwpzlmT0kRC/Fmd0MdmGgJG/CXIZ6gFq46FQZjprUcc=",
|
|
version = "v0.0.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_mafmt",
|
|
importpath = "github.com/whyrusleeping/mafmt",
|
|
sum = "h1:TCghSl5kkwEE0j+sU/gudyhVMRlpBin8fMBBHg59EbA=",
|
|
version = "v1.2.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_mdns",
|
|
importpath = "github.com/whyrusleeping/mdns",
|
|
sum = "h1:Y1/FEOpaCpD21WxrmfeIYCFPuVPRCY2XZTWzTNHGw30=",
|
|
version = "v0.0.0-20190826153040-b9b60ed33aa9",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_multiaddr_filter",
|
|
importpath = "github.com/whyrusleeping/multiaddr-filter",
|
|
sum = "h1:E9S12nwJwEOXe2d6gT6qxdvqMnNq+VnSsKPgm2ZZNds=",
|
|
version = "v0.0.0-20160516205228-e903e4adabd7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_timecache",
|
|
importpath = "github.com/whyrusleeping/timecache",
|
|
sum = "h1:lYbXeSvJi5zk5GLKVuid9TVjS9a0OmLIDKTfoZBL6Ow=",
|
|
version = "v0.0.0-20160911033111-cfcb2f1abfee",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_willf_bitset",
|
|
importpath = "github.com/willf/bitset",
|
|
sum = "h1:ekJIKh6+YbUIVt9DfNbkR5d6aFcFTLDRyJNAACURBg8=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wsddn_go_ecdh",
|
|
importpath = "github.com/wsddn/go-ecdh",
|
|
sum = "h1:1cngl9mPEoITZG8s8cVcUy5CeIBYhEESkOB7m6Gmkrk=",
|
|
version = "v0.0.0-20161211032359-48726bab9208",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_x_cray_logrus_prefixed_formatter",
|
|
importpath = "github.com/x-cray/logrus-prefixed-formatter",
|
|
sum = "h1:00txxvfBM9muc0jiLIEAkAcIMJzfthRT6usrui8uGmg=",
|
|
version = "v0.5.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xdg_scram",
|
|
importpath = "github.com/xdg/scram",
|
|
sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=",
|
|
version = "v0.0.0-20180814205039-7eeb5667e42c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xdg_stringprep",
|
|
importpath = "github.com/xdg/stringprep",
|
|
sum = "h1:d9X0esnoa3dFsV0FG35rAT0RIhYFlPq7MiP+DW89La0=",
|
|
version = "v1.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_github_xlab_treeprint",
|
|
importpath = "github.com/xlab/treeprint",
|
|
sum = "h1:YdYsPAZ2pC6Tow/nPZOPQ96O3hm/ToAkGsPLzedXERk=",
|
|
version = "v0.0.0-20180616005107-d6fb6747feb6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xordataexchange_crypt",
|
|
importpath = "github.com/xordataexchange/crypt",
|
|
sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
|
|
version = "v0.0.3-0.20170626215501-b2862e3d0a77",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xtaci_kcp_go",
|
|
importpath = "github.com/xtaci/kcp-go",
|
|
sum = "h1:TN1uey3Raw0sTz0Fg8GkfM0uH3YwzhnZWQ1bABv5xAg=",
|
|
version = "v5.4.20+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xtaci_lossyconn",
|
|
importpath = "github.com/xtaci/lossyconn",
|
|
sum = "h1:J0GxkO96kL4WF+AIT3M4mfUVinOCPgf2uUWYFUzN0sM=",
|
|
version = "v0.0.0-20190602105132-8df528c0c9ae",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yuin_goldmark",
|
|
importpath = "github.com/yuin/goldmark",
|
|
sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
|
|
version = "v1.2.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "com_google_cloud_go",
|
|
importpath = "cloud.google.com/go",
|
|
sum = "h1:Dg9iHVQfrhq82rUNu9ZxUDrJLaxFUe/HlCVaLyRruq8=",
|
|
version = "v0.65.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_bigtable",
|
|
importpath = "cloud.google.com/go/bigtable",
|
|
sum = "h1:F4cCmA4nuV84V5zYQ3MKY+M1Cw1avHDuf3S/LcZPA9c=",
|
|
version = "v1.2.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",
|
|
)
|
|
|
|
# Note: go_repository is already wrapped with maybe!
|
|
maybe(
|
|
git_repository,
|
|
name = "graknlabs_bazel_distribution",
|
|
commit = "962f3a7e56942430c0ec120c24f9e9f2a9c2ce1a",
|
|
remote = "https://github.com/graknlabs/bazel-distribution",
|
|
shallow_since = "1569509514 +0300",
|
|
)
|
|
|
|
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_bsm_ratelimit_v1",
|
|
importpath = "gopkg.in/bsm/ratelimit.v1",
|
|
sum = "h1:stTHdEoWg1pQ8riaP5ROrjS6zy6wewH/Q2iwnLCQUXY=",
|
|
version = "v1.0.0-20160220154919-db14e161995a",
|
|
)
|
|
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_confluentinc_confluent_kafka_go_v1",
|
|
importpath = "gopkg.in/confluentinc/confluent-kafka-go.v1",
|
|
patch_args = ["-p1"],
|
|
patches = ["@prysm//third_party:in_gopkg_confluentinc_confluent_kafka_go_v1.patch"],
|
|
sum = "h1:JabkIV98VYFqYKHHzXtgGMFuRgFBNTNzBytbGByzrJI=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_d4l3k_messagediff_v1",
|
|
importpath = "gopkg.in/d4l3k/messagediff.v1",
|
|
sum = "h1:70AthpjunwzUiarMHyED52mj9UwtAnE89l1Gmrt3EU0=",
|
|
version = "v1.2.1",
|
|
)
|
|
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_inf_v0",
|
|
importpath = "gopkg.in/inf.v0",
|
|
sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_jcmturner_aescts_v1",
|
|
importpath = "gopkg.in/jcmturner/aescts.v1",
|
|
sum = "h1:cVVZBK2b1zY26haWB4vbBiZrfFQnfbTVrE3xZq6hrEw=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_jcmturner_dnsutils_v1",
|
|
importpath = "gopkg.in/jcmturner/dnsutils.v1",
|
|
sum = "h1:cIuC1OLRGZrld+16ZJvvZxVJeKPsvd5eUIvxfoN5hSM=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_jcmturner_goidentity_v3",
|
|
importpath = "gopkg.in/jcmturner/goidentity.v3",
|
|
sum = "h1:1duIyWiTaYvVx3YX2CYtpJbUFd7/UuPYCfgXtQ3VTbI=",
|
|
version = "v3.0.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_jcmturner_gokrb5_v7",
|
|
importpath = "gopkg.in/jcmturner/gokrb5.v7",
|
|
sum = "h1:a9tsXlIDD9SKxotJMK3niV7rPZAJeX2aD/0yg3qlIrg=",
|
|
version = "v7.5.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_jcmturner_rpc_v1",
|
|
importpath = "gopkg.in/jcmturner/rpc.v1",
|
|
sum = "h1:QHIUxTX1ISuAv9dD2wJ9HWQVuWDX/Zc0PfeC2tjc4rU=",
|
|
version = "v1.1.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "in_gopkg_natefinch_npipe_v2",
|
|
importpath = "gopkg.in/natefinch/npipe.v2",
|
|
sum = "h1:+JknDZhAj8YMt7GC73Ei8pv4MzjDUNPHgQWJdtMAaDU=",
|
|
version = "v2.0.0-20160621034901-c1b8fa8bdcce",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_olebedev_go_duktape_v3",
|
|
importpath = "gopkg.in/olebedev/go-duktape.v3",
|
|
sum = "h1:a6cXbcDDUkSBlpnkWV1bJ+vv3mOgQEltEJ2rPxroVu0=",
|
|
version = "v3.0.0-20200619000410-60c24ae608a6",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_redis_v4",
|
|
importpath = "gopkg.in/redis.v4",
|
|
sum = "h1:y3XbwQAiHwgNLUng56mgWYK39vsPqo8sT84XTEcxjr0=",
|
|
version = "v4.2.4",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_src_d_go_cli_v0",
|
|
importpath = "gopkg.in/src-d/go-cli.v0",
|
|
sum = "h1:mXa4inJUuWOoA4uEROxtJ3VMELMlVkIxIfcR0HBekAM=",
|
|
version = "v0.0.0-20181105080154-d492247bbc0d",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_src_d_go_log_v1",
|
|
importpath = "gopkg.in/src-d/go-log.v1",
|
|
sum = "h1:heWvX7J6qbGWbeFS/aRmiy1eYaT+QMV6wNvHDyMjQV4=",
|
|
version = "v1.0.1",
|
|
)
|
|
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_urfave_cli_v1",
|
|
importpath = "gopkg.in/urfave/cli.v1",
|
|
sum = "h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0=",
|
|
version = "v1.20.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_yaml_v2",
|
|
importpath = "gopkg.in/yaml.v2",
|
|
sum = "h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=",
|
|
version = "v2.3.0",
|
|
)
|
|
|
|
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_etcd_go_bbolt",
|
|
importpath = "go.etcd.io/bbolt",
|
|
sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
|
|
version = "v1.3.5",
|
|
)
|
|
|
|
go_repository(
|
|
name = "io_k8s_api",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "k8s.io/api",
|
|
sum = "h1:2AJaUQdgUZLoDZHrun21PW2Nx9+ll6cUzvn3IKhSIn0=",
|
|
version = "v0.18.3",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_apimachinery",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "k8s.io/apimachinery",
|
|
sum = "h1:pOGcbVAhxADgUYnjS08EFXs9QMl8qaH5U4fr5LGUrSk=",
|
|
version = "v0.18.3",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_client_go",
|
|
build_extra_args = ["-exclude=vendor"],
|
|
importpath = "k8s.io/client-go",
|
|
sum = "h1:QaJzz92tsN67oorwzmoB0a9r9ZVHuD5ryjbCKP0U22k=",
|
|
version = "v0.18.3",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_gengo",
|
|
importpath = "k8s.io/gengo",
|
|
sum = "h1:4s3/R4+OYYYUKptXPhZKjQ04WJ6EhQQVFdjOFvCazDk=",
|
|
version = "v0.0.0-20190128074634-0689ccc1d7d6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "io_k8s_klog",
|
|
importpath = "k8s.io/klog",
|
|
sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_klog_v2",
|
|
importpath = "k8s.io/klog/v2",
|
|
sum = "h1:WmkrnW7fdrm0/DMClc+HIxtftvxVIPAhlVwMQo5yLco=",
|
|
version = "v2.3.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_kube_openapi",
|
|
importpath = "k8s.io/kube-openapi",
|
|
sum = "h1:Oh3Mzx5pJ+yIumsAD0MOECPVeXsVot0UkiaCGVyfGQY=",
|
|
version = "v0.0.0-20200410145947-61e04a5be9a6",
|
|
)
|
|
|
|
go_repository(
|
|
name = "io_k8s_sigs_structured_merge_diff_v3",
|
|
importpath = "sigs.k8s.io/structured-merge-diff/v3",
|
|
sum = "h1:dOmIZBMfhcHS09XZkMyUgkq5trg3/jRyJYFZUiaOp8E=",
|
|
version = "v3.0.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "io_k8s_sigs_yaml",
|
|
importpath = "sigs.k8s.io/yaml",
|
|
sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_utils",
|
|
importpath = "k8s.io/utils",
|
|
sum = "h1:ZtTUW5+ZWaoqjR3zOpRa7oFJ5d4aA22l4me/xArfOIc=",
|
|
version = "v0.0.0-20200520001619-278ece378a50",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go",
|
|
importpath = "go.opencensus.io",
|
|
sum = "h1:dntmOdLpSpHlVqbW5Eay97DelsZHe+55D+xC6i0dDS0=",
|
|
version = "v0.22.5",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go_contrib_exporter_jaeger",
|
|
importpath = "contrib.go.opencensus.io/exporter/jaeger",
|
|
sum = "h1:yGBYzYMewVL0yO9qqJv3Z5+IRhPdU7e9o/2oKpX4YvI=",
|
|
version = "v0.2.1",
|
|
)
|
|
|
|
go_repository(
|
|
name = "io_rsc_binaryregexp",
|
|
importpath = "rsc.io/binaryregexp",
|
|
sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_pdf",
|
|
importpath = "rsc.io/pdf",
|
|
sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
|
|
version = "v0.1.1",
|
|
)
|
|
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_collectd",
|
|
importpath = "collectd.org",
|
|
sum = "h1:iNBHGw1VvPJxH2B6RiFWFZ+vsjo1lCdRszBeOuwGi00=",
|
|
version = "v0.3.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_google_api",
|
|
importpath = "google.golang.org/api",
|
|
sum = "h1:k40adF3uR+6x/+hO5Dh4ZFUqFp67vxvbpafFiJxl10A=",
|
|
version = "v0.34.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:d4k3uIU763E31Rk4UZPA47oOoBymMsDImV3U4mGhX9E=",
|
|
version = "v0.0.0-20201026171402-d4b8fe4fd877",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_google_grpc",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "google.golang.org/grpc",
|
|
sum = "h1:DGeFlSan2f+WEtCERJ4J9GJWk15TxUi8QGagfI87Xyc=",
|
|
version = "v1.33.1",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_protobuf",
|
|
importpath = "google.golang.org/protobuf",
|
|
sum = "h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c=",
|
|
version = "v1.25.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_x_crypto",
|
|
importpath = "golang.org/x/crypto",
|
|
sum = "h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=",
|
|
version = "v0.0.0-20201016220609-9e8e0b390897",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_exp",
|
|
importpath = "golang.org/x/exp",
|
|
sum = "h1:rMqLP+9XLy+LdbCXHjJHAmTfXCr93W7oruWA6Hq1Alc=",
|
|
version = "v0.0.0-20200513190911-00229845015e",
|
|
)
|
|
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:Wh+f8QHJXR411sJR8/vRBTZ7YapZaRvUcLFFJhusH0k=",
|
|
version = "v0.0.0-20200302205851-738671d3881b",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_mobile",
|
|
importpath = "golang.org/x/mobile",
|
|
sum = "h1:OVJ6QQUBAesB8CZijKDSsXX7xYVtUhrkY0gwMfbi4p4=",
|
|
version = "v0.0.0-20200801112145-973feb4309de",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_x_mod",
|
|
importpath = "golang.org/x/mod",
|
|
sum = "h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=",
|
|
version = "v0.3.0",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_x_net",
|
|
importpath = "golang.org/x/net",
|
|
sum = "h1:IEhJ99VWSYpHIxjlbu3DQyHegGPnQYAv0IaCX9KHyG0=",
|
|
version = "v0.0.0-20201027133719-8eef5233e2a1",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_oauth2",
|
|
importpath = "golang.org/x/oauth2",
|
|
sum = "h1:ld7aEMNHoBnnDAX15v1T6z31v8HwR2A9FYOuAhWqkwc=",
|
|
version = "v0.0.0-20200902213428-5d25da1a8d43",
|
|
)
|
|
|
|
go_repository(
|
|
name = "org_golang_x_sync",
|
|
importpath = "golang.org/x/sync",
|
|
sum = "h1:SQFwaSi55rU7vdNs9Yr0Z324VNlrF+0wMqRXT4St8ck=",
|
|
version = "v0.0.0-20201020160332-67f06af15bc9",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_sys",
|
|
importpath = "golang.org/x/sys",
|
|
sum = "h1:2+jF2APAgFgXJnYOQGDGGiRvvEo6OhqZGQf46n9xgEw=",
|
|
version = "v0.0.0-20201027140754-0fcbb8f4928c",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_text",
|
|
importpath = "golang.org/x/text",
|
|
sum = "h1:0YWbFKbhXG/wIiuHDSKpS0Iy7FSA+u45VtBMfQcFTTc=",
|
|
version = "v0.3.4",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_time",
|
|
importpath = "golang.org/x/time",
|
|
sum = "h1:EHBhcS0mlXEAVwNyO2dLfjToGsyY4j24pTs2ScHnX7s=",
|
|
version = "v0.0.0-20200630173020-3af7569d3a1e",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_tools",
|
|
importpath = "golang.org/x/tools",
|
|
sum = "h1:xLt+iB5ksWcZVxqc+g9K41ZHy+6MKWfXCDsjSThnsPA=",
|
|
version = "v0.0.0-20200904185747-39188db58858",
|
|
)
|
|
|
|
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_gonum_v1_gonum",
|
|
importpath = "gonum.org/v1/gonum",
|
|
sum = "h1:DJy6UzXbahnGUf1ujUNkh/NEtK14qMo2nvlBPs4U5yw=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "org_gonum_v1_netlib",
|
|
importpath = "gonum.org/v1/netlib",
|
|
sum = "h1:OE9mWmgKkjJyEmDAAtGMPjXu+YNeGvK9VTSHY6+Qihc=",
|
|
version = "v0.0.0-20190313105609-8cb42192e0e0",
|
|
)
|
|
go_repository(
|
|
name = "org_gonum_v1_plot",
|
|
importpath = "gonum.org/v1/plot",
|
|
sum = "h1:Qh4dB5D/WpoUUp3lSod7qgoyEHbDGPUWjIbnqdqqe1k=",
|
|
version = "v0.0.0-20190515093506-e2840ee46a6b",
|
|
)
|
|
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_automaxprocs",
|
|
build_directives = [
|
|
# Do not use this library directly.
|
|
# Rather, load maxprocs from github.com/prysmaticlabs/shared/maxprocs.
|
|
"gazelle:go_visibility @prysm//shared/maxprocs:__pkg__",
|
|
],
|
|
importpath = "go.uber.org/automaxprocs",
|
|
sum = "h1:II28aZoGdaglS5vVNnspf28lnZpXScxtIozx1lAjdb0=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_goleak",
|
|
importpath = "go.uber.org/goleak",
|
|
sum = "h1:qsup4IcBdlmsnGfqyLl4Ntn3C2XCCuKAE7DwHpScyUo=",
|
|
version = "v1.0.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_tools",
|
|
importpath = "go.uber.org/tools",
|
|
sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
|
|
version = "v0.0.0-20190618225709-2cfd321de3ee",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_zap",
|
|
importpath = "go.uber.org/zap",
|
|
sum = "h1:uFRZXykJGK9lLY4HtgSw44DnIcAM+kRBP7x5m+NpAOM=",
|
|
version = "v1.16.0",
|
|
)
|
|
go_repository(
|
|
name = "tools_gotest",
|
|
importpath = "gotest.tools",
|
|
sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
|
|
version = "v2.2.0+incompatible",
|
|
)
|