mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
88083d1000
* Add journald option for logger Fixes #7353 * fix docker images * go mod tidy Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
3651 lines
139 KiB
Python
3651 lines
139 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():
|
|
# 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 = "com_github_ferranbt_fastssz",
|
|
importpath = "github.com/ferranbt/fastssz",
|
|
nofuzz = True,
|
|
sum = "h1:8DS7uDmUkGF6UKNU1HivEsjrTusxLPb05KUr/D8ONWQ=",
|
|
version = "v0.0.0-20200826142241-3a913c5a1313",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prysmaticlabs_bazel_go_ethereum",
|
|
build_file_generation = "off",
|
|
importpath = "github.com/prysmaticlabs/bazel-go-ethereum",
|
|
replace = "github.com/ethereum/go-ethereum",
|
|
sum = "h1:yoOj4FD6uNdWDjgZqlKGxmUYnR6tI9zN1NrE8tJ3/xE=",
|
|
version = "v0.0.0-20200922100503-3794d0d7ca25",
|
|
)
|
|
|
|
# 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 = "3794d0d7ca257542c40a8c55e35fe218cc216717", # 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 = "co_honnef_go_tools",
|
|
importpath = "honnef.co/go/tools",
|
|
sum = "h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=",
|
|
version = "v0.0.1-2019.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aead_siphash",
|
|
importpath = "github.com/aead/siphash",
|
|
sum = "h1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alangpierce_go_forceexport",
|
|
importpath = "github.com/alangpierce/go-forceexport",
|
|
sum = "h1:3ILjVyslFbc4jl1w5TWuvvslFD/nDfR2H8tVaMVLrEY=",
|
|
version = "v0.0.0-20160317203124-8f1d6941cd75",
|
|
)
|
|
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_anmitsu_go_shlex",
|
|
importpath = "github.com/anmitsu/go-shlex",
|
|
sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=",
|
|
version = "v0.0.0-20161002113705-648efa622239",
|
|
)
|
|
go_repository(
|
|
name = "com_github_antihax_optional",
|
|
importpath = "github.com/antihax/optional",
|
|
sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
|
|
version = "v1.0.0",
|
|
)
|
|
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_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_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_bradfitz_go_smtpd",
|
|
importpath = "github.com/bradfitz/go-smtpd",
|
|
sum = "h1:ckJgFhFWywOx+YLEMIJsTb+NV6NexWICk5+AMSuz3ss=",
|
|
version = "v0.0.0-20170404230938-deb6d6237625",
|
|
)
|
|
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_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:yJzD/yFppdVCf6ApMkVy8cUxV0XrxdP9rVf6D87/Mng=",
|
|
version = "v0.0.0-20190425235716-9e5f4b9a998d",
|
|
)
|
|
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:qdGvebPBDuYDPGi1WCPjy1tGyMpmDK8IEapSsszn7HE=",
|
|
version = "v0.0.0-20160330041536-7834afc9e8cd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_btcsuite_snappy_go",
|
|
importpath = "github.com/btcsuite/snappy-go",
|
|
sum = "h1:ZA/jbKoGcVAnER6pCHPEkGdZOV7U1oLUedErBHCUMs0=",
|
|
version = "v0.0.0-20151229074030-0bdef8d06723",
|
|
)
|
|
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_buger_jsonparser",
|
|
importpath = "github.com/buger/jsonparser",
|
|
sum = "h1:D21IyuvjDCshj1/qq+pCNd3VZOAEI9jy6Bi131YlXgI=",
|
|
version = "v0.0.0-20181115193947-bf1c66bbce23",
|
|
)
|
|
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_campoy_embedmd",
|
|
importpath = "github.com/campoy/embedmd",
|
|
sum = "h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_census_instrumentation_opencensus_proto",
|
|
importpath = "github.com/census-instrumentation/opencensus-proto",
|
|
sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cespare_cp",
|
|
importpath = "github.com/cespare/cp",
|
|
sum = "h1:nCb6ZLdB7NRaqsm91JtQTAme2SKJzXVsdPIPkyJr1MU=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cheekybits_genny",
|
|
importpath = "github.com/cheekybits/genny",
|
|
sum = "h1:uGGa4nei+j20rOSeDeP5Of12XVm7TGUd4dJA9RDitfE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_client9_misspell",
|
|
importpath = "github.com/client9/misspell",
|
|
sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
|
|
version = "v0.3.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_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_systemd",
|
|
importpath = "github.com/coreos/go-systemd",
|
|
sum = "h1:t5Wuyh53qYyg9eqn4BbnlIT+vmhyww0TatL+zT3uWgI=",
|
|
version = "v0.0.0-20181012123002-c6f51f82210d",
|
|
)
|
|
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_d4l3k_messagediff",
|
|
importpath = "github.com/d4l3k/messagediff",
|
|
sum = "h1:ZcAIMYsUg0EAp9X+tt8/enBE/Q8Yd5kzPynLyKptt9U=",
|
|
version = "v1.2.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_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_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_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_dlespiau_covertool",
|
|
importpath = "github.com/dlespiau/covertool",
|
|
sum = "h1:+cYgqwB++gEE09SluRYGqJyDhWmLmdWZ2cXlOXSGV8w=",
|
|
version = "v0.0.0-20180314162135-b0c4c6d0583a",
|
|
)
|
|
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_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_elazarl_goproxy",
|
|
importpath = "github.com/elazarl/goproxy",
|
|
sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
|
|
version = "v0.0.0-20180725130230-947c36da3153",
|
|
)
|
|
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",
|
|
)
|
|
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_flynn_go_shlex",
|
|
importpath = "github.com/flynn/go-shlex",
|
|
sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
|
|
version = "v0.0.0-20150515145356-3f9db97f8568",
|
|
)
|
|
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_fortytw2_leaktest",
|
|
importpath = "github.com/fortytw2/leaktest",
|
|
sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_francoispqt_gojay",
|
|
importpath = "github.com/francoispqt/gojay",
|
|
sum = "h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=",
|
|
version = "v1.2.13",
|
|
)
|
|
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_gliderlabs_ssh",
|
|
importpath = "github.com/gliderlabs/ssh",
|
|
sum = "h1:j3L6gSLQalDETeEg/Jg0mGY0/y/N6zI2xX1978P0Uqw=",
|
|
version = "v0.1.1",
|
|
)
|
|
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_errors_errors",
|
|
importpath = "github.com/go-errors/errors",
|
|
sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=",
|
|
version = "v1.0.1",
|
|
)
|
|
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:M1Tv3VzNlEHg6uyACnRdtrploV2P7wZqH8BoQMtz0cg=",
|
|
version = "v0.1.0",
|
|
)
|
|
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:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_protobuf",
|
|
importpath = "github.com/golang/protobuf",
|
|
sum = "h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_btree",
|
|
importpath = "github.com/google/btree",
|
|
sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_github",
|
|
importpath = "github.com/google/go-github",
|
|
sum = "h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=",
|
|
version = "v17.0.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_querystring",
|
|
importpath = "github.com/google/go-querystring",
|
|
sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=",
|
|
version = "v1.0.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_pprof",
|
|
importpath = "github.com/google/pprof",
|
|
sum = "h1:DLpL8pWq0v4JYoRpEhDfsJhhJyGKCcQM2WPW2TJs31c=",
|
|
version = "v0.0.0-20191218002539-d4f498aebedc",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_renameio",
|
|
importpath = "github.com/google/renameio",
|
|
sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_gax_go",
|
|
importpath = "github.com/googleapis/gax-go",
|
|
sum = "h1:j0GKcs05QVmm7yesiZq2+9cxHkNK9YM6zKx4D2qucQU=",
|
|
version = "v2.0.0+incompatible",
|
|
)
|
|
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_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_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_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:TfBVK1MJ9vhrMXWVHu5p/MlVHZTeCGgDAEu5RykVZeI=",
|
|
version = "v0.0.0-20200722032157-41fc56eba7b4",
|
|
)
|
|
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_goutil",
|
|
importpath = "github.com/huin/goutil",
|
|
sum = "h1:vlNjIqmUZ9CMAWsbURYl3a6wZbw7q5RHVvlXTNS/Bs8=",
|
|
version = "v0.0.0-20170803182201-1ca381bf3150",
|
|
)
|
|
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_inconshreveable_log15",
|
|
importpath = "github.com/inconshreveable/log15",
|
|
sum = "h1:g/SJtZVYc1cxSB8lgrgqeOlIdi4MhqNNHYRAC8y+g4c=",
|
|
version = "v0.0.0-20170622235902-74a0988b5f80",
|
|
)
|
|
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_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_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_ipns",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/ipfs/go-ipns",
|
|
sum = "h1:oq4ErrV4hNQ2Eim257RTYRgfOSV/s8BDaf9iIl4NwFs=",
|
|
version = "v0.0.2",
|
|
)
|
|
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_jbenet_go_cienv",
|
|
importpath = "github.com/jbenet/go-cienv",
|
|
sum = "h1:Vc/s0QbQtoxX8MwwSLWWh+xNNZvM3Lw7NsTcHrvvhMc=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_gofork",
|
|
importpath = "github.com/jcmturner/gofork",
|
|
sum = "h1:J7uCkflzTEhUZ64xqKnkDxq3kzc96ajM1Gli5ktUem8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jellevandenhooff_dkim",
|
|
importpath = "github.com/jellevandenhooff/dkim",
|
|
sum = "h1:ujPKutqRlJtcfWk6toYVYagwra7HQHbXOaS171b4Tg8=",
|
|
version = "v0.0.0-20150330215556-f50fe3d243e1",
|
|
)
|
|
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:OS12ieG61fsCg5+qLJ+SsW9NicxNkg3b25OyT2yCeUc=",
|
|
version = "v0.3.0",
|
|
)
|
|
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_jstemmer_go_junit_report",
|
|
importpath = "github.com/jstemmer/go-junit-report",
|
|
sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_julienschmidt_httprouter",
|
|
importpath = "github.com/julienschmidt/httprouter",
|
|
sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_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_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_reedsolomon",
|
|
importpath = "github.com/klauspost/reedsolomon",
|
|
sum = "h1:N/VzgeMfHmLc+KHMD1UL/tNkfXAt8FnUqlgXGIduwAY=",
|
|
version = "v1.9.3",
|
|
)
|
|
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:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_pty",
|
|
importpath = "github.com/kr/pty",
|
|
sum = "h1:/Um6a/ZmD5tF7peoOJ5oN5KMQ0DrGVQSXLNwyckutPk=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_text",
|
|
importpath = "github.com/kr/text",
|
|
sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_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_libp2p_go_conn_security",
|
|
importpath = "github.com/libp2p/go-conn-security",
|
|
sum = "h1:q8ii9TUOtSBD1gIoKTSOZIzPFP/agPM28amrCCoeIIA=",
|
|
version = "v0.1.0",
|
|
)
|
|
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_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_quic_transport",
|
|
importpath = "github.com/libp2p/go-libp2p-quic-transport",
|
|
sum = "h1:BUN1lgYNUrtv4WLLQ5rQmC9MCJ6uEXusezGvYRNoJXE=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_routing_helpers",
|
|
importpath = "github.com/libp2p/go-libp2p-routing-helpers",
|
|
sum = "h1:xY61alxJ6PurSi+MXbywZpelvuU4U4p/gPTxjqCqTzY=",
|
|
version = "v0.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_tls",
|
|
importpath = "github.com/libp2p/go-libp2p-tls",
|
|
sum = "h1:Ge/2CYttU7XdkPPqQ7e3TiuMFneLie1rM/UjRxPPGsI=",
|
|
version = "v0.1.4-0.20200421131144-8a8ad624a291",
|
|
patch_args = ["-p1"],
|
|
patches = [
|
|
"@prysm//third_party:libp2p_tls.patch", # See: https://github.com/libp2p/go-libp2p-tls/issues/66
|
|
],
|
|
)
|
|
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_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_testutil",
|
|
importpath = "github.com/libp2p/go-testutil",
|
|
sum = "h1:4QhjaWGO89udplblLVpgGDOQjzFlRavZOjuEnz2rLMc=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lucas_clemente_quic_go",
|
|
importpath = "github.com/lucas-clemente/quic-go",
|
|
sum = "h1:jJw36wfzGJhmOhAOaOC2lS36WgeqXQszH47A7spo1LI=",
|
|
version = "v0.16.0",
|
|
)
|
|
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:W/GaMY0y69G4cFlmsC6B9sbuo2fP8OFP1ABjt4kPz+w=",
|
|
version = "v0.0.0-20190312143242-1de009706dbe",
|
|
)
|
|
go_repository(
|
|
name = "com_github_marten_seemann_qpack",
|
|
importpath = "github.com/marten-seemann/qpack",
|
|
sum = "h1:/0M7lkda/6mus9B8u34Asqm8ZhHAAt9Ho0vniNuVSVg=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_marten_seemann_qtls",
|
|
importpath = "github.com/marten-seemann/qtls",
|
|
sum = "h1:O0YKQxNVPaiFgMng0suWEOY2Sb4LT2sRn9Qimq3Z1IQ=",
|
|
version = "v0.9.1",
|
|
)
|
|
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_microcosm_cc_bluemonday",
|
|
importpath = "github.com/microcosm-cc/bluemonday",
|
|
sum = "h1:SIYunPjnlXcW+gVfvm0IlSeR5U3WZUOLfVmqg85Go44=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_miekg_dns",
|
|
importpath = "github.com/miekg/dns",
|
|
sum = "h1:Qww6FseFn8PRfw07jueqIXqodm0JKiiKuK0DeXSqfyo=",
|
|
version = "v1.1.30",
|
|
)
|
|
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:mRS76wmkOn3KkKAyXDu42V+6ebnXWIztFSYGN7GeoRg=",
|
|
version = "v1.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mmcloughlin_avo",
|
|
importpath = "github.com/mmcloughlin/avo",
|
|
sum = "h1:XLTjQs5eQIHvDj8ou86eyqBXr13UdC2Z+zDVAwfT2i0=",
|
|
version = "v0.0.0-20190318053554-7a0eb66183da",
|
|
)
|
|
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_neelance_astrewrite",
|
|
importpath = "github.com/neelance/astrewrite",
|
|
sum = "h1:D6paGObi5Wud7xg83MaEFyjxQB1W5bz5d0IFppr+ymk=",
|
|
version = "v0.0.0-20160511093645-99348263ae86",
|
|
)
|
|
go_repository(
|
|
name = "com_github_neelance_sourcemap",
|
|
importpath = "github.com/neelance/sourcemap",
|
|
sum = "h1:eFXv9Nu1lGbrNbj619aWwZfVF5HBrm9Plte8aNptuTI=",
|
|
version = "v0.0.0-20151028013722-8c68805598ab",
|
|
)
|
|
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_openzipkin_zipkin_go",
|
|
importpath = "github.com/openzipkin/zipkin-go",
|
|
sum = "h1:A/ADD6HaPnAKj3yS7HjGHRK77qi41Hi0DirOOIQAeIw=",
|
|
version = "v0.1.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_pierrec_lz4",
|
|
importpath = "github.com/pierrec/lz4",
|
|
sum = "h1:mFe7ttWaflA46Mhqh+jUfjp2qTbPYxLB2/OyBppH9dg=",
|
|
version = "v2.4.1+incompatible",
|
|
)
|
|
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_prometheus_tsdb",
|
|
importpath = "github.com/prometheus/tsdb",
|
|
sum = "h1:If5rVCMTp6W2SiRAQFlbpJNgVlgMEd+U2GZckwK38ic=",
|
|
version = "v0.10.0",
|
|
)
|
|
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_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_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_satori_go_uuid",
|
|
importpath = "github.com/satori/go.uuid",
|
|
sum = "h1:gQZ0qzfKHQIybLANtM3mBXNUtOfsCFXeTsnBqCsx1KM=",
|
|
version = "v1.2.1-0.20181028125025-b2ce2384e17b",
|
|
)
|
|
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_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_component",
|
|
importpath = "github.com/shurcooL/component",
|
|
sum = "h1:Fth6mevc5rX7glNLpbAMJnqKlfIkcTjZCSHEeqvKbcI=",
|
|
version = "v0.0.0-20170202220835-f88ec8f54cc4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_events",
|
|
importpath = "github.com/shurcooL/events",
|
|
sum = "h1:vabduItPAIz9px5iryD5peyx7O3Ya8TBThapgXim98o=",
|
|
version = "v0.0.0-20181021180414-410e4ca65f48",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_github_flavored_markdown",
|
|
importpath = "github.com/shurcooL/github_flavored_markdown",
|
|
sum = "h1:qb9IthCFBmROJ6YBS31BEMeSYjOscSiG+EO+JVNTz64=",
|
|
version = "v0.0.0-20181002035957-2122de532470",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_go",
|
|
importpath = "github.com/shurcooL/go",
|
|
sum = "h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM=",
|
|
version = "v0.0.0-20180423040247-9e1955d9fb6e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_go_goon",
|
|
importpath = "github.com/shurcooL/go-goon",
|
|
sum = "h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc=",
|
|
version = "v0.0.0-20170922171312-37c2f522c041",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_gofontwoff",
|
|
importpath = "github.com/shurcooL/gofontwoff",
|
|
sum = "h1:Yoy/IzG4lULT6qZg62sVC+qyBL8DQkmD2zv6i7OImrc=",
|
|
version = "v0.0.0-20180329035133-29b52fc0a18d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_gopherjslib",
|
|
importpath = "github.com/shurcooL/gopherjslib",
|
|
sum = "h1:UOk+nlt1BJtTcH15CT7iNO7YVWTfTv/DNwEAQHLIaDQ=",
|
|
version = "v0.0.0-20160914041154-feb6d3990c2c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_highlight_diff",
|
|
importpath = "github.com/shurcooL/highlight_diff",
|
|
sum = "h1:vYEG87HxbU6dXj5npkeulCS96Dtz5xg3jcfCgpcvbIw=",
|
|
version = "v0.0.0-20170515013008-09bb4053de1b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_highlight_go",
|
|
importpath = "github.com/shurcooL/highlight_go",
|
|
sum = "h1:7pDq9pAMCQgRohFmd25X8hIH8VxmT3TaDm+r9LHxgBk=",
|
|
version = "v0.0.0-20181028180052-98c3abbbae20",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_home",
|
|
importpath = "github.com/shurcooL/home",
|
|
sum = "h1:MPblCbqA5+z6XARjScMfz1TqtJC7TuTRj0U9VqIBs6k=",
|
|
version = "v0.0.0-20181020052607-80b7ffcb30f9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_htmlg",
|
|
importpath = "github.com/shurcooL/htmlg",
|
|
sum = "h1:crYRwvwjdVh1biHzzciFHe8DrZcYrVcZFlJtykhRctg=",
|
|
version = "v0.0.0-20170918183704-d01228ac9e50",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_httperror",
|
|
importpath = "github.com/shurcooL/httperror",
|
|
sum = "h1:eHRtZoIi6n9Wo1uR+RU44C247msLWwyA89hVKwRLkMk=",
|
|
version = "v0.0.0-20170206035902-86b7830d14cc",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_httpfs",
|
|
importpath = "github.com/shurcooL/httpfs",
|
|
sum = "h1:SWV2fHctRpRrp49VXJ6UZja7gU9QLHwRpIPBN89SKEo=",
|
|
version = "v0.0.0-20171119174359-809beceb2371",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_httpgzip",
|
|
importpath = "github.com/shurcooL/httpgzip",
|
|
sum = "h1:fxoFD0in0/CBzXoyNhMTjvBZYW6ilSnTw7N7y/8vkmM=",
|
|
version = "v0.0.0-20180522190206-b1c53ac65af9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_issues",
|
|
importpath = "github.com/shurcooL/issues",
|
|
sum = "h1:T4wuULTrzCKMFlg3HmKHgXAF8oStFb/+lOIupLV2v+o=",
|
|
version = "v0.0.0-20181008053335-6292fdc1e191",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_issuesapp",
|
|
importpath = "github.com/shurcooL/issuesapp",
|
|
sum = "h1:Y+TeIabU8sJD10Qwd/zMty2/LEaT9GNDaA6nyZf+jgo=",
|
|
version = "v0.0.0-20180602232740-048589ce2241",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_notifications",
|
|
importpath = "github.com/shurcooL/notifications",
|
|
sum = "h1:TQVQrsyNaimGwF7bIhzoVC9QkKm4KsWd8cECGzFx8gI=",
|
|
version = "v0.0.0-20181007000457-627ab5aea122",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_octicon",
|
|
importpath = "github.com/shurcooL/octicon",
|
|
sum = "h1:bu666BQci+y4S0tVRVjsHUeRon6vUXmsGBwdowgMrg4=",
|
|
version = "v0.0.0-20181028054416-fa4f57f9efb2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_reactions",
|
|
importpath = "github.com/shurcooL/reactions",
|
|
sum = "h1:LneqU9PHDsg/AkPDU3AkqMxnMYL+imaqkpflHu73us8=",
|
|
version = "v0.0.0-20181006231557-f2e0b4ca5b82",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_users",
|
|
importpath = "github.com/shurcooL/users",
|
|
sum = "h1:YGaxtkYjb8mnTvtufv2LKLwCQu2/C7qFB7UtrOlTWOY=",
|
|
version = "v0.0.0-20180125191416-49c67e49c537",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_webdavfs",
|
|
importpath = "github.com/shurcooL/webdavfs",
|
|
sum = "h1:JtcyT0rk/9PKOdnKQzuDR+FSjh7SGtJwpgVpfZBRKlQ=",
|
|
version = "v0.0.0-20170829043945-18c3829fa133",
|
|
)
|
|
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_sourcegraph_annotate",
|
|
importpath = "github.com/sourcegraph/annotate",
|
|
sum = "h1:yKm7XZV6j9Ev6lojP2XaIshpT4ymkqhMeSghO5Ps00E=",
|
|
version = "v0.0.0-20160123013949-f4cad6c6324d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sourcegraph_syntaxhighlight",
|
|
importpath = "github.com/sourcegraph/syntaxhighlight",
|
|
sum = "h1:qpG93cPwA5f7s/ZPBJnGOYQNK/vKsaDaseuKT5Asee8=",
|
|
version = "v0.0.0-20170531221838-bd320f5d308e",
|
|
)
|
|
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_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_jwalterweatherman",
|
|
importpath = "github.com/spf13/jwalterweatherman",
|
|
sum = "h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk=",
|
|
version = "v1.0.0",
|
|
)
|
|
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",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tarm_serial",
|
|
importpath = "github.com/tarm/serial",
|
|
sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=",
|
|
version = "v0.0.0-20180830185346-98f6abe2eb07",
|
|
)
|
|
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_tjfoc_gmsm",
|
|
importpath = "github.com/tjfoc/gmsm",
|
|
sum = "h1:i7c6Za/IlgBvnGxYpfD7L3TGuaS+v6oGcgq+J9/ecEA=",
|
|
version = "v1.3.0",
|
|
)
|
|
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_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_viant_assertly",
|
|
importpath = "github.com/viant/assertly",
|
|
sum = "h1:5x1GzBaRteIwTr5RAGFVG14uNeRFxVNbXPWrK2qAgpc=",
|
|
version = "v0.4.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_viant_toolbox",
|
|
importpath = "github.com/viant/toolbox",
|
|
sum = "h1:6TteTDQ68CjgcCe8wH3D3ZhUQQOJXMTbj/D9rkk2a1k=",
|
|
version = "v0.24.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_wangjia184_sortedset",
|
|
importpath = "github.com/wangjia184/sortedset",
|
|
sum = "h1:kZiWylALnUy4kzoKJemjH8eqwCl3RjW1r1ITCjjW7G8=",
|
|
version = "v0.0.0-20160527075905-f5d03557ba30",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_smux_multiplex",
|
|
importpath = "github.com/whyrusleeping/go-smux-multiplex",
|
|
sum = "h1:iqksILj8STw03EJQe7Laj4ubnw+ojOyik18cd5vPL1o=",
|
|
version = "v3.0.16+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_smux_multistream",
|
|
importpath = "github.com/whyrusleeping/go-smux-multistream",
|
|
sum = "h1:BdYHctE9HJZLquG9tpTdwWcbG4FaX6tVKPGjCGgiVxo=",
|
|
version = "v2.0.2+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_smux_yamux",
|
|
importpath = "github.com/whyrusleeping/go-smux-yamux",
|
|
sum = "h1:nVkExQ7pYlN9e45LcqTCOiDD0904fjtm0flnHZGbXkw=",
|
|
version = "v2.0.9+incompatible",
|
|
)
|
|
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_yamux",
|
|
importpath = "github.com/whyrusleeping/yamux",
|
|
sum = "h1:PzUrk7/Z0g/N5V4/+DesmKXYcCToALgj+SbATgs0B34=",
|
|
version = "v1.2.0",
|
|
)
|
|
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_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_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:nqDD4MMMQA0lmWq03Z2/myGPYLQoXtmi0rGVs95ntbo=",
|
|
version = "v1.1.27",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_app_changes",
|
|
importpath = "dmitri.shuralyov.com/app/changes",
|
|
sum = "h1:hJiie5Bf3QucGRa4ymsAUOxyhYwGEz1xrsVk0P8erlw=",
|
|
version = "v0.0.0-20180602232624-0a106ad413e3",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_gpu_mtl",
|
|
importpath = "dmitri.shuralyov.com/gpu/mtl",
|
|
sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
|
|
version = "v0.0.0-20190408044501-666a987793e9",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_html_belt",
|
|
importpath = "dmitri.shuralyov.com/html/belt",
|
|
sum = "h1:SPOUaucgtVls75mg+X7CXigS71EnsfVUK/2CgVrwqgw=",
|
|
version = "v0.0.0-20180602232347-f7d459c86be0",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_service_change",
|
|
importpath = "dmitri.shuralyov.com/service/change",
|
|
sum = "h1:GvWw74lx5noHocd+f6HBMXK6DuggBB1dhVkuGZbv7qM=",
|
|
version = "v0.0.0-20181023043359-a85b471d5412",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_state",
|
|
importpath = "dmitri.shuralyov.com/state",
|
|
sum = "h1:ivON6cwHK1OH26MZyWDCnbTRZZf0IhNsENoNAKFS1g4=",
|
|
version = "v0.0.0-20180228185332-28bcc343414c",
|
|
)
|
|
go_repository(
|
|
name = "com_sourcegraph_sourcegraph_go_diff",
|
|
importpath = "sourcegraph.com/sourcegraph/go-diff",
|
|
sum = "h1:eTiIR0CoWjGzJcnQ3OkhIl/b9GJovq4lSAVRt0ZFEG8=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_sourcegraph_sqs_pbtypes",
|
|
importpath = "sourcegraph.com/sqs/pbtypes",
|
|
sum = "h1:JPJh2pk3+X4lXAkZIk2RuE/7/FoK9maXw+TNPJhVS/c=",
|
|
version = "v0.0.0-20180604144634-d3ebe8f20ae4",
|
|
)
|
|
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_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_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_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 = "io_k8s_gengo",
|
|
importpath = "k8s.io/gengo",
|
|
sum = "h1:4s3/R4+OYYYUKptXPhZKjQ04WJ6EhQQVFdjOFvCazDk=",
|
|
version = "v0.0.0-20190128074634-0689ccc1d7d6",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_klog_v2",
|
|
importpath = "k8s.io/klog/v2",
|
|
sum = "h1:Foj74zO6RbjjP4hBEKjnYtjjAhGg4jNynUdYF6fJrok=",
|
|
version = "v2.0.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_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_apache_git_thrift_git",
|
|
importpath = "git.apache.org/thrift.git",
|
|
sum = "h1:OR8VhtwhcAI3U48/rzBsVOuHi0zDPzYI1xASVcdSgR8=",
|
|
version = "v0.0.0-20180902110319-2566ecd5d999",
|
|
)
|
|
go_repository(
|
|
name = "org_go4",
|
|
importpath = "go4.org",
|
|
sum = "h1:+hE86LblG4AyDgwMCLTE6FOlM9+qjHSYS+rKqxUVdsM=",
|
|
version = "v0.0.0-20180809161055-417644f6feb5",
|
|
)
|
|
go_repository(
|
|
name = "org_go4_grpc",
|
|
importpath = "grpc.go4.org",
|
|
sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=",
|
|
version = "v0.0.0-20170609214715-11d0a25b4919",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_appengine",
|
|
importpath = "google.golang.org/appengine",
|
|
sum = "h1:tycE03LOZYQNhDpS27tcQdAzLCVMaj7QT2SXxebnpCM=",
|
|
version = "v1.6.5",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_genproto",
|
|
importpath = "google.golang.org/genproto",
|
|
sum = "h1:Q0pgDmaT3uO0cF7R0ctyAlhLj2I/xJ+FZyDBOZux0xk=",
|
|
version = "v0.0.0-20200730144737-007c33dbd381",
|
|
)
|
|
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_arch",
|
|
importpath = "golang.org/x/arch",
|
|
sum = "h1:Rx/HTKi09myZ25t1SOlDHmHOy/mKxNAcu0hP1oPX9qM=",
|
|
version = "v0.0.0-20190312162104-788fe5ffcd8c",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_build",
|
|
importpath = "golang.org/x/build",
|
|
sum = "h1:E2M5QgjZ/Jg+ObCQAudsXxuTsLj7Nl5RV/lZcQZmKSo=",
|
|
version = "v0.0.0-20190111050920-041ab4dc3f9d",
|
|
)
|
|
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_mobile",
|
|
importpath = "golang.org/x/mobile",
|
|
sum = "h1:OVJ6QQUBAesB8CZijKDSsXX7xYVtUhrkY0gwMfbi4p4=",
|
|
version = "v0.0.0-20200801112145-973feb4309de",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_perf",
|
|
importpath = "golang.org/x/perf",
|
|
sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=",
|
|
version = "v0.0.0-20180704124530-6e6d33e29852",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_tools",
|
|
importpath = "golang.org/x/tools",
|
|
sum = "h1:jTL1CJ2kmavapMVdBKy6oVrhBHByRCMfykS45+lEFQk=",
|
|
version = "v0.0.0-20200528185414-6be401e3f76e",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_atomic",
|
|
importpath = "go.uber.org/atomic",
|
|
sum = "h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=",
|
|
version = "v1.6.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:KCa4XfM8CWFCpxXRGok+Q0SS/0XBhMDbHHGABQLvD2A=",
|
|
version = "v1.5.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:ZZCA22JRF2gQE5FoNmhmrf7jeJJ2uhqDUNRYKm8dvmM=",
|
|
version = "v1.15.0",
|
|
)
|
|
go_repository(
|
|
name = "tools_gotest",
|
|
importpath = "gotest.tools",
|
|
sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
|
|
version = "v2.2.0+incompatible",
|
|
)
|
|
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_burntsushi_toml",
|
|
importpath = "github.com/BurntSushi/toml",
|
|
sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
|
|
version = "v0.3.1",
|
|
)
|
|
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_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_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_ianlancetaylor_cgosymbolizer",
|
|
importpath = "github.com/ianlancetaylor/cgosymbolizer",
|
|
sum = "h1:IpTHAzWv1pKDDWeJDY5VOHvqc2T9d3C8cPKEf2VPqHE=",
|
|
version = "v0.0.0-20200424224625-be1b05b0b279",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_mod",
|
|
importpath = "golang.org/x/mod",
|
|
sum = "h1:KU7oHjnv3XNWfa5COkzUifxZmxp1TyI7ImMXqFxLwvQ=",
|
|
version = "v0.2.0",
|
|
)
|
|
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_urfave_cli_v2",
|
|
importpath = "github.com/urfave/cli/v2",
|
|
sum = "h1:JTTnM6wKzdA0Jqodd966MVj4vWbbquZykeX1sKbe2C4=",
|
|
version = "v2.2.0",
|
|
)
|
|
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_gophercloud_gophercloud",
|
|
importpath = "github.com/gophercloud/gophercloud",
|
|
sum = "h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=",
|
|
version = "v0.1.0",
|
|
)
|
|
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_peterbourgon_diskv",
|
|
importpath = "github.com/peterbourgon/diskv",
|
|
sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
|
|
version = "v2.0.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go",
|
|
importpath = "github.com/aws/aws-sdk-go",
|
|
sum = "h1:JiYid0lBDcM12HNOND5EcaBd1namBuB5BJ4Iex0DFMw=",
|
|
version = "v1.33.15",
|
|
)
|
|
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_coreos_go_semver",
|
|
importpath = "github.com/coreos/go-semver",
|
|
sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
|
|
version = "v0.3.0",
|
|
)
|
|
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_dgraph_io_ristretto",
|
|
importpath = "github.com/dgraph-io/ristretto",
|
|
sum = "h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI=",
|
|
version = "v0.0.3",
|
|
)
|
|
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_ghodss_yaml",
|
|
importpath = "github.com/ghodss/yaml",
|
|
sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
|
|
version = "v1.0.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_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:5ZkaAPbicIKTF2I64qf5Fh8Aa83Q/dnOafMYV0OMwjA=",
|
|
version = "v0.0.0-20191227052852-215e87163ea7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_lint",
|
|
importpath = "github.com/golang/lint",
|
|
sum = "h1:2hRPrmiwPrp3fQX967rNJIhQPtiGXdlQWAxKbKw3VHA=",
|
|
version = "v0.0.0-20180702182130-06c8688daad7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_snappy",
|
|
importpath = "github.com/golang/snappy",
|
|
sum = "h1:lMm2hD9Fy0ynom5+85/pbdkiYcBqM1JWmhpAXLmy0fw=",
|
|
version = "v0.0.2-0.20200707131729-196ae77b8a26",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_cmp",
|
|
importpath = "github.com/google/go-cmp",
|
|
sum = "h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_gofuzz",
|
|
importpath = "github.com/google/gofuzz",
|
|
sum = "h1:Q75Upo5UN4JbPFURXZ8nLKYUvF85dyFRop/vQ0Rv+64=",
|
|
version = "v1.1.1-0.20200604201612-c04b05f3adfa",
|
|
)
|
|
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_gorilla_websocket",
|
|
importpath = "github.com/gorilla/websocket",
|
|
sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_go_grpc_middleware",
|
|
importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
|
|
sum = "h1:0IKlLyQ3Hs9nDaiK5cSHAGmcQEIC8l2Ts1u6x5Dfrqg=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_go_grpc_prometheus",
|
|
importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
|
|
sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_errwrap",
|
|
importpath = "github.com/hashicorp/errwrap",
|
|
sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_multierror",
|
|
importpath = "github.com/hashicorp/go-multierror",
|
|
sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_golang_lru",
|
|
importpath = "github.com/hashicorp/golang-lru",
|
|
sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=",
|
|
version = "v0.5.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_inconshreveable_mousetrap",
|
|
importpath = "github.com/inconshreveable/mousetrap",
|
|
sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
|
|
version = "v1.0.0",
|
|
)
|
|
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_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_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_jackpal_gateway",
|
|
importpath = "github.com/jackpal/gateway",
|
|
sum = "h1:qzXWUJfuMdlLMtt0a3Dgt+xkWQiA5itDEITVJtuSwMc=",
|
|
version = "v1.0.5",
|
|
)
|
|
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_joonix_log",
|
|
importpath = "github.com/joonix/log",
|
|
sum = "h1:k+SfYbN66Ev/GDVq39wYOXVW5RNd5kzzairbCe9dK5Q=",
|
|
version = "v0.0.0-20200409080653-9c1d2ceb5f1d",
|
|
)
|
|
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_kevinms_leakybucket_go",
|
|
importpath = "github.com/kevinms/leakybucket-go",
|
|
sum = "h1:qNtd6alRqd3qOdPrKXMZImV192ngQ0WSh1briEO33Tk=",
|
|
version = "v0.0.0-20200115003610-082473db97ca",
|
|
)
|
|
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_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_host",
|
|
importpath = "github.com/libp2p/go-libp2p-host",
|
|
sum = "h1:OZwENiFm6JOK3YR5PZJxkXlJE8a5u8g4YvAUrEV2MjM=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_kbucket",
|
|
importpath = "github.com/libp2p/go-libp2p-kbucket",
|
|
sum = "h1:wg+VPpCtY61bCasGRexCuXOmEmdKjN+k1w+JtTwu9gA=",
|
|
version = "v0.4.2",
|
|
)
|
|
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_net",
|
|
importpath = "github.com/libp2p/go-libp2p-net",
|
|
sum = "h1:3t23V5cR4GXcNoFriNoZKFdUZEUDZgUkvfwkD2INvQE=",
|
|
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_pubsub",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-pubsub",
|
|
sum = "h1:/AzOAmjDc+IJWybEzhYj1UaV1HErqmo4v3pQVepbgi8=",
|
|
version = "v0.3.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_record",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-record",
|
|
sum = "h1:R27hoScIhQf/A8XJZ8lYpnqh9LatJ5YbHs28kCIfql0=",
|
|
version = "v0.1.3",
|
|
)
|
|
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_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:CW3AgbMO6vUvT4kf87y4N+0P8KUl2aqLYhrGyDUbLSg=",
|
|
version = "v0.0.5",
|
|
)
|
|
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_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_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_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_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:iMSDhgUILCr0TNm8LWlSjF8N0ZIj2qbO8WHp6Q/J2BA=",
|
|
version = "v1.0.0",
|
|
)
|
|
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_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_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_multiaddr",
|
|
importpath = "github.com/multiformats/go-multiaddr",
|
|
sum = "h1:XZLDTszBIJe6m0zF6ITBrEcZR73OPUhCBBS9rYAuUzI=",
|
|
version = "v0.2.2",
|
|
)
|
|
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:QoRKvu0xHN1FCFJcMQLbG/yQE2z441L5urvG3+qyz7g=",
|
|
version = "v0.1.5",
|
|
)
|
|
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_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_phoreproject_bls",
|
|
importpath = "github.com/phoreproject/bls",
|
|
sum = "h1:Yflyn+XFLEu7RPzxovgEVLP6Es8JLJrHqdXunpm2ak4=",
|
|
version = "v0.0.0-20200525203911-a88a5ae26844",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_errors",
|
|
importpath = "github.com/pkg/errors",
|
|
sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
|
|
version = "v0.9.1",
|
|
)
|
|
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_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:dGeuKeaXxCepTbwsz7kYSfP1yazw1uRMn58CqNCcPP4=",
|
|
version = "v0.0.0-20201003171600-a72e5f77d233",
|
|
)
|
|
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_shibukawa_configdir",
|
|
importpath = "github.com/shibukawa/configdir",
|
|
sum = "h1:Xuk8ma/ibJ1fOy4Ee11vHhUFHQNpHhrBneOCNHVXS5w=",
|
|
version = "v0.0.0-20170330084843-e180dbdc8da0",
|
|
)
|
|
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_spaolacci_murmur3",
|
|
importpath = "github.com/spaolacci/murmur3",
|
|
sum = "h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=",
|
|
version = "v1.1.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_pflag",
|
|
importpath = "github.com/spf13/pflag",
|
|
sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
|
|
version = "v1.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_uber_jaeger_client_go",
|
|
importpath = "github.com/uber/jaeger-client-go",
|
|
sum = "h1:NP3qsSqNxh8VYr956ur1N/1C1PjvOJnJykCzcD5QHbk=",
|
|
version = "v2.15.0+incompatible",
|
|
)
|
|
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_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_x_cray_logrus_prefixed_formatter",
|
|
importpath = "github.com/x-cray/logrus-prefixed-formatter",
|
|
sum = "h1:00txxvfBM9muc0jiLIEAkAcIMJzfthRT6usrui8uGmg=",
|
|
version = "v0.5.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go",
|
|
importpath = "cloud.google.com/go",
|
|
sum = "h1:PvKAVQWCtlGUSlZkGW3QLelKaWq7KYv/MW1EboG8bfM=",
|
|
version = "v0.51.0",
|
|
)
|
|
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_inf_v0",
|
|
importpath = "gopkg.in/inf.v0",
|
|
sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_yaml_v2",
|
|
importpath = "gopkg.in/yaml.v2",
|
|
sum = "h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU=",
|
|
version = "v2.3.0",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_bbolt",
|
|
importpath = "go.etcd.io/bbolt",
|
|
sum = "h1:hi1bXHMVrlQh6WwxAy+qZCV/SYIlqo+Ushwdpa4tAKg=",
|
|
version = "v1.3.4",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_klog",
|
|
importpath = "k8s.io/klog",
|
|
sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
|
|
version = "v1.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:LYy1Hy3MJdrCdMwwzxA/dRok4ejH+RwNGbuoD9fCjto=",
|
|
version = "v0.22.4",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go_contrib_exporter_jaeger",
|
|
importpath = "contrib.go.opencensus.io/exporter/jaeger",
|
|
sum = "h1:nhTv/Ry3lGmqbJ/JGvCjWxBl5ozRfqo86Ngz59UAlfk=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_api",
|
|
importpath = "google.golang.org/api",
|
|
sum = "h1:yzlyyDW/J0w8yNFJIhiAJy4kq74S+1DOLdawELNxFMA=",
|
|
version = "v0.15.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_grpc",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "google.golang.org/grpc",
|
|
sum = "h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4=",
|
|
version = "v1.29.1",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_crypto",
|
|
importpath = "golang.org/x/crypto",
|
|
sum = "h1:ikNHVSjEfnvz6sxdSPCaPt572qowuyMDMJLLm3Db3ig=",
|
|
version = "v0.0.0-20200728195943-123391ffb6de",
|
|
)
|
|
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_lint",
|
|
importpath = "golang.org/x/lint",
|
|
sum = "h1:J5lckAjkw6qYlOZNj90mLYNTEKDvWeuc1yieZ8qUzUE=",
|
|
version = "v0.0.0-20191125180803-fdd1cda4f05f",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_net",
|
|
importpath = "golang.org/x/net",
|
|
sum = "h1:VvcQYSHwXgi7W+TpUR6A9g6Up98WAHf3f/ulnJ62IyA=",
|
|
version = "v0.0.0-20200822124328-c89045814202",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_oauth2",
|
|
importpath = "golang.org/x/oauth2",
|
|
sum = "h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw=",
|
|
version = "v0.0.0-20200107190931-bf48bf16ab8d",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_sync",
|
|
importpath = "golang.org/x/sync",
|
|
sum = "h1:WXEvlFVvvGxCJLG6REjsT03iWnKLEWinaScsxF2Vm2o=",
|
|
version = "v0.0.0-20200317015054-43a5402ce75a",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_sys",
|
|
importpath = "golang.org/x/sys",
|
|
sum = "h1:AvbQYmiaaaza3cW3QXRyPo5kYgpFIzOAfeAAN7m3qQ4=",
|
|
version = "v0.0.0-20200824131525-c12d262b63d8",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_text",
|
|
importpath = "golang.org/x/text",
|
|
sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=",
|
|
version = "v0.3.3",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_time",
|
|
importpath = "golang.org/x/time",
|
|
sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=",
|
|
version = "v0.0.0-20191024005414-555d28b269f0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_xerrors",
|
|
importpath = "golang.org/x/xerrors",
|
|
sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=",
|
|
version = "v0.0.0-20200804184101-5ec99f83aff1",
|
|
)
|
|
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 = "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 = "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_apimachinery",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "k8s.io/apimachinery",
|
|
sum = "h1:pOGcbVAhxADgUYnjS08EFXs9QMl8qaH5U4fr5LGUrSk=",
|
|
version = "v0.18.3",
|
|
)
|
|
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 = "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 = "com_github_libp2p_go_libp2p_tls",
|
|
importpath = "github.com/libp2p/go-libp2p-tls",
|
|
build_file_proto_mode = "disable_global",
|
|
patch_args = ["-p1"],
|
|
patches = [
|
|
"@prysm//third_party:libp2p_tls.patch",
|
|
],
|
|
sum = "h1:twKMhMu44jQO+HgQK9X8NHO5HkeJu2QbhLzLJpa8oNM=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_mock",
|
|
importpath = "github.com/golang/mock",
|
|
sum = "h1:GV+pQPG/EUUbkh47niozDcADz6go/dUwhVzdUQHIVRw=",
|
|
version = "v1.4.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_posener_complete",
|
|
commit = "699ede78373dfb0168f00170591b698042378437",
|
|
importpath = "github.com/posener/complete",
|
|
remote = "https://github.com/shyiko/complete",
|
|
vcs = "git",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_sigs_structured_merge_diff",
|
|
importpath = "sigs.k8s.io/structured-merge-diff",
|
|
sum = "h1:4Z09Hglb792X0kfOBBJUPFEyvVfQWrYT/l8h5EKA6JQ=",
|
|
version = "v0.0.0-20190525122527-15d366b2352e",
|
|
)
|
|
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_btcsuite_btcd",
|
|
importpath = "github.com/btcsuite/btcd",
|
|
sum = "h1:Ik4hyJqN8Jfyv3S4AGBOmyouMsYE3EdYODkMbQjwPGw=",
|
|
version = "v0.20.1-beta",
|
|
)
|
|
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_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_davecgh_go_spew",
|
|
importpath = "github.com/davecgh/go-spew",
|
|
sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
|
|
version = "v1.1.1",
|
|
)
|
|
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_elastic_gosigar",
|
|
importpath = "github.com/elastic/gosigar",
|
|
sum = "h1:GzPQ+78RaAb4J63unidA/JavQRKrB6s8IOzN6Ib59jo=",
|
|
version = "v0.10.5",
|
|
)
|
|
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_fjl_memsize",
|
|
importpath = "github.com/fjl/memsize",
|
|
sum = "h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c=",
|
|
version = "v0.0.0-20190710130421-bcb5799ab5e5",
|
|
)
|
|
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_google_uuid",
|
|
importpath = "github.com/google/uuid",
|
|
sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
|
|
version = "v1.1.1",
|
|
)
|
|
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_huin_goupnp",
|
|
importpath = "github.com/huin/goupnp",
|
|
sum = "h1:wg75sLpL6DZqwHQN6E1Cfk6mtfzS45z8OV+ic+DtHRo=",
|
|
version = "v1.0.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_ipfs_go_todocounter",
|
|
importpath = "github.com/ipfs/go-todocounter",
|
|
sum = "h1:kITWA5ZcQZfrUnDNkRn04Xzh0YFaDFXsoO2A81Eb6Lw=",
|
|
version = "v0.0.1",
|
|
)
|
|
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_libp2p_go_libp2p_routing",
|
|
importpath = "github.com/libp2p/go-libp2p-routing",
|
|
sum = "h1:hFnj3WR3E2tOcKaGpyzfP4gvFZ3t8JkQmbapN0Ct+oU=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_kad_dht",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/libp2p/go-libp2p-kad-dht",
|
|
sum = "h1:ceK5ML6s/I8UAcw6veoNsuEHdHvfo88leU/5uWOIFWs=",
|
|
version = "v0.8.3",
|
|
)
|
|
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_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_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_opentracing_opentracing_go",
|
|
importpath = "github.com/opentracing/opentracing-go",
|
|
sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pborman_uuid",
|
|
importpath = "github.com/pborman/uuid",
|
|
sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=",
|
|
version = "v1.2.0",
|
|
)
|
|
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_rjeczalik_notify",
|
|
importpath = "github.com/rjeczalik/notify",
|
|
sum = "h1:CLCKso/QK1snAlnhNR/CNvNiFU2saUtjV0bx3EwNeCE=",
|
|
version = "v0.9.1",
|
|
)
|
|
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_syndtr_goleveldb",
|
|
importpath = "github.com/syndtr/goleveldb",
|
|
sum = "h1:Ld/zXl5t4+D69SiV4JoN7kkfvJdOWlPpfxrzxpLMoUk=",
|
|
version = "v1.0.1-0.20200815110645-5c35d600f0ca",
|
|
)
|
|
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_whyrusleeping_base32",
|
|
importpath = "github.com/whyrusleeping/base32",
|
|
sum = "h1:BCPnHtcboadS0DvysUuJXZ4lWVv5Bh5i7+tbIyi+ck4=",
|
|
version = "v0.0.0-20170828182744-c30ac30633cc",
|
|
)
|
|
go_repository(
|
|
name = "com_github_whyrusleeping_go_notifier",
|
|
importpath = "github.com/whyrusleeping/go-notifier",
|
|
sum = "h1:M/lL30eFZTKnomXY6huvM6G0+gVquFNf6mxghaWlFUg=",
|
|
version = "v0.0.0-20170827234753-097c5d47330f",
|
|
)
|
|
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_urfave_cli_v1",
|
|
importpath = "gopkg.in/urfave/cli.v1",
|
|
sum = "h1:NdAVW6RYxDif9DhDHaAortIu956m2c0v+09AZBPTbE0=",
|
|
version = "v1.20.0",
|
|
)
|
|
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_andreyvit_diff",
|
|
importpath = "github.com/andreyvit/diff",
|
|
sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
|
|
version = "v0.0.0-20170406064948-c7f18ee00883",
|
|
)
|
|
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_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_c_bata_go_prompt",
|
|
importpath = "github.com/c-bata/go-prompt",
|
|
sum = "h1:uyKRz6Z6DUyj49QVijyM339UJV9yhbr70gESwbNU3e0=",
|
|
version = "v0.2.2",
|
|
)
|
|
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_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_dgryski_go_bitstream",
|
|
importpath = "github.com/dgryski/go-bitstream",
|
|
sum = "h1:akOQj8IVgoeFfBTzGOEQakCYshWD6RNo1M5pivFXt70=",
|
|
version = "v0.0.0-20180413035011-3522498ce2c8",
|
|
)
|
|
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_fogleman_gg",
|
|
importpath = "github.com/fogleman/gg",
|
|
sum = "h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=",
|
|
version = "v1.2.1-0.20190220221249-0403632d5b90",
|
|
)
|
|
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_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_golang_freetype",
|
|
importpath = "github.com/golang/freetype",
|
|
sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
|
|
version = "v0.0.0-20170609003504-e2365dfdc4a0",
|
|
)
|
|
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_google_flatbuffers",
|
|
importpath = "github.com/google/flatbuffers",
|
|
sum = "h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=",
|
|
version = "v1.11.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_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_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_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_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_lib_pq",
|
|
importpath = "github.com/lib/pq",
|
|
sum = "h1:X5PMW56eZitiTeO7tKzZxFCSpbFZJtkMMooicw2us9A=",
|
|
version = "v1.0.0",
|
|
)
|
|
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_mschoch_smat",
|
|
importpath = "github.com/mschoch/smat",
|
|
sum = "h1:VeRdUYdCw49yizlSbMEn2SZ+gT+3IUKx8BqxyQdz+BY=",
|
|
version = "v0.0.0-20160514031455-90eadee771ae",
|
|
)
|
|
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_pkg_term",
|
|
importpath = "github.com/pkg/term",
|
|
sum = "h1:tFwafIEMf0B7NlcxV/zJ6leBIa81D3hgGSgsE5hCkOQ=",
|
|
version = "v0.0.0-20180730021639-bffc007b7fd5",
|
|
)
|
|
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_segmentio_kafka_go",
|
|
importpath = "github.com/segmentio/kafka-go",
|
|
sum = "h1:HtCSf6B4gN/87yc5qTl7WsxPKQIIGXLPPM1bMCPOsoY=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_smartystreets_assertions",
|
|
importpath = "github.com/smartystreets/assertions",
|
|
sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=",
|
|
version = "v0.0.0-20180927180507-b2de0cb4f26d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_smartystreets_goconvey",
|
|
importpath = "github.com/smartystreets/goconvey",
|
|
sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tinylib_msgp",
|
|
importpath = "github.com/tinylib/msgp",
|
|
sum = "h1:DfdQrzQa7Yh2es9SuLkixqxuXS2SxsdYn0KbdrOGWD8=",
|
|
version = "v1.0.2",
|
|
)
|
|
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_xlab_treeprint",
|
|
importpath = "github.com/xlab/treeprint",
|
|
sum = "h1:YdYsPAZ2pC6Tow/nPZOPQ96O3hm/ToAkGsPLzedXERk=",
|
|
version = "v0.0.0-20180616005107-d6fb6747feb6",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_bigquery",
|
|
importpath = "cloud.google.com/go/bigquery",
|
|
sum = "h1:sAbMqjY1PEQKZBWfbu6Y6bsupJ9c4QdHnzg/VvYTLcE=",
|
|
version = "v1.3.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:Kt+gOPPp2LEPWp8CSfxhsM8ik9CcyE/gYu+0r+RnZvM=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_pubsub",
|
|
importpath = "cloud.google.com/go/pubsub",
|
|
sum = "h1:9/vpR43S4aJaROxqQHQ3nH9lfyKKV0dC3vOmnw8ebQQ=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_storage",
|
|
importpath = "cloud.google.com/go/storage",
|
|
sum = "h1:RPUcBvDeYgQFMfQu1eBMq6piD1SXmLH+vK3qjewZPus=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_binaryregexp",
|
|
importpath = "rsc.io/binaryregexp",
|
|
sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "org_collectd",
|
|
importpath = "collectd.org",
|
|
sum = "h1:iNBHGw1VvPJxH2B6RiFWFZ+vsjo1lCdRszBeOuwGi00=",
|
|
version = "v0.3.0",
|
|
)
|
|
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 = "com_github_juju_ansiterm",
|
|
importpath = "github.com/juju/ansiterm",
|
|
sum = "h1:FaWFmfWdAUKbSCtOU2QjDaorUexogfaMgbipgYATUMU=",
|
|
version = "v0.0.0-20180109212912-720a0952cc2a",
|
|
)
|
|
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_dustinkirkland_golang_petname",
|
|
importpath = "github.com/dustinkirkland/golang-petname",
|
|
sum = "h1:90Ly+6UfUypEF6vvvW5rQIv9opIL8CbmW9FT20LDQoY=",
|
|
version = "v0.0.0-20191129215211-8e5a1ed0cff0",
|
|
)
|
|
http_archive(
|
|
name = "com_github_supranational_blst",
|
|
urls = [
|
|
"https://github.com/supranational/blst/archive/cd0847a7580b22677e9069f671a79f0d874442b3.tar.gz",
|
|
],
|
|
strip_prefix = "blst-cd0847a7580b22677e9069f671a79f0d874442b3",
|
|
build_file = "//third_party:blst/blst.BUILD",
|
|
sha256 = "047aee659f6228b7d0d8a1c963d0e75de6e5d605756ff9cc1f3aafd2ea2b378b",
|
|
)
|
|
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_brianium_mnemonic",
|
|
importpath = "github.com/brianium/mnemonic",
|
|
sum = "h1:futFTqrUAf1IanFLU+jK4D1NpgE/+gCbnCG7Fl0rHs0=",
|
|
version = "v0.0.0-20180124190051-72af92c51f88",
|
|
)
|
|
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_k0kubun_go_ansi",
|
|
importpath = "github.com/k0kubun/go-ansi",
|
|
sum = "h1:qGQQKEcAR99REcMpsXCp3lJ03zYT1PkRd3kQGPn9GVg=",
|
|
version = "v0.0.0-20180517002512-3bf9e2903213",
|
|
)
|
|
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_schollz_progressbar_v3",
|
|
importpath = "github.com/schollz/progressbar/v3",
|
|
sum = "h1:nMinx+JaEm/zJz4cEyClQeAw5rsYSB5th3xv+5lV6Vg=",
|
|
version = "v3.3.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_distributed",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-distributed",
|
|
sum = "h1:OZjjuxcIYo+EhAfph7lYP1z+VeNs9ruOI32kqtYe1Jg=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_types",
|
|
importpath = "github.com/wealdtech/go-eth2-types",
|
|
sum = "h1:ggrbQ5HeFcxVm20zxVWr8Sc3uCditaetzWB/Ax/4g0w=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_eth2_signer_api",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/wealdtech/eth2-signer-api",
|
|
sum = "h1:Fs0GfrdhboBKW7zaMvIvUHJaOB1ibpAmRG3lkB53in4=",
|
|
version = "v1.3.0",
|
|
)
|
|
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_ecodec",
|
|
importpath = "github.com/wealdtech/go-ecodec",
|
|
sum = "h1:yggrTSckcPJRaxxOxQF7FPm21kgE8WA6+f5jdq5Kr8o=",
|
|
version = "v1.1.0",
|
|
)
|
|
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",
|
|
],
|
|
importpath = "github.com/wealdtech/go-eth2-types/v2",
|
|
sum = "h1:L8sl3yoICAbn3134CBLNUt0o5h2voe0Es2KD5O9r8YQ=",
|
|
version = "v2.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_util",
|
|
importpath = "github.com/wealdtech/go-eth2-util",
|
|
sum = "h1:b3fgyvoq/WocW9LkWT7zcO5VCKzKLCc97rPrk/B9oIc=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet",
|
|
sum = "h1:nrwI3jPhehUhJGlBtNv/UmIo/57llvuVZZavLnfdQHI=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_encryptor_keystorev4",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-encryptor-keystorev4",
|
|
sum = "h1:CWb82xeNaZQt1Z829RyDALUy7UZbc6VOfTS+82jRdEQ=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_hd_v2",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-hd/v2",
|
|
sum = "h1:UORXUYRoUYgYF96Y+QiBq33OKQVtn/nEjnSoQbe1UOA=",
|
|
version = "v2.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_store_filesystem",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-store-filesystem",
|
|
sum = "h1:l9YV6OBqcxp5fjscK63lzuCUIye8ANACjJdpm5ULGS8=",
|
|
version = "v1.16.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_store_s3",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-store-s3",
|
|
sum = "h1:+q7p58NvOEfEDw8NgEoNaSG/s1eFHpyg91NEobA6RF0=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_store_scratch",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-store-scratch",
|
|
sum = "h1:41H6hnVsI/csBx20UHpI2pY922N7Vhcro35DFS+slj0=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_indexer",
|
|
importpath = "github.com/wealdtech/go-indexer",
|
|
sum = "h1:/S4rfWQbSOnnYmwnvuTVatDibZ8o1s9bmTCHO16XINg=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_nd_v2",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-nd/v2",
|
|
sum = "h1:L1aPK9nc+8Ctcw+8I05vM6408weFc4a5RtLQDUeS0eE=",
|
|
version = "v2.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wealdtech_go_eth2_wallet_types_v2",
|
|
importpath = "github.com/wealdtech/go-eth2-wallet-types/v2",
|
|
sum = "h1:vBrH5icPPSeb14cdShA7/P2PBZOgZscJ2IhBlTIaFrA=",
|
|
version = "v2.6.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 = "com_github_libp2p_go_cidranger",
|
|
importpath = "github.com/libp2p/go-cidranger",
|
|
sum = "h1:EHrUPBAmseAjEKl+aqaonm0u6eZ04+Cvw2UejIhg3lE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_asn_util",
|
|
importpath = "github.com/libp2p/go-libp2p-asn-util",
|
|
sum = "h1:nf8vB9BDuXCSIPq2dykC6+zRhToq/M7Mib02w23ifwQ=",
|
|
version = "v0.0.0-20200606034824-1b967eb41be7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nxadm_tail",
|
|
importpath = "github.com/nxadm/tail",
|
|
sum = "h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=",
|
|
version = "v1.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ipfs_go_ipfs_ds_help",
|
|
importpath = "github.com/ipfs/go-ipfs-ds-help",
|
|
sum = "h1:bEQ8hMGs80h0sR8O4tfDgV6B01aaF9qeTrujrTLYV3g=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_libp2p_go_libp2p_pubsub_router",
|
|
importpath = "github.com/libp2p/go-libp2p-pubsub-router",
|
|
sum = "h1:QS7JPTys1Fsg01oQDOZLNRwGJZTYHr1Eyb0TKmHI6SY=",
|
|
version = "v0.3.1",
|
|
)
|
|
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_go_fsnotify_fsnotify",
|
|
importpath = "github.com/go-fsnotify/fsnotify",
|
|
sum = "h1:PeVNzgTRtWGm6fVic5i21t+n5ptPGCZuMcSPVMyTWjs=",
|
|
version = "v0.0.0-20180321022601-755488143dae",
|
|
)
|
|
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_dvyukov_go_fuzz",
|
|
importpath = "github.com/dvyukov/go-fuzz",
|
|
sum = "h1:NgO45/5mBLRVfiXerEFzH6ikcZ7DNRPS639xFg3ENzU=",
|
|
version = "v0.0.0-20200318091601-be3528f3a813",
|
|
)
|
|
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_shirou_gopsutil",
|
|
importpath = "github.com/shirou/gopsutil",
|
|
sum = "h1:tYH07UPoQt0OCQdgWWMgYHy3/a9bcxNpBIysykNIP7I=",
|
|
version = "v2.20.5+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_wadey_gocovmerge",
|
|
importpath = "github.com/wadey/gocovmerge",
|
|
sum = "h1:W0LEBv82YCGEtcmPA3uNZBI33/qF//HAAs3MawDjRa0=",
|
|
version = "v0.0.0-20160331181800-b5bfa59ec0ad",
|
|
)
|
|
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_wercker_journalhook",
|
|
importpath = "github.com/wercker/journalhook",
|
|
sum = "h1:shC1HB1UogxN5Ech3Yqaaxj1X/P656PPCB4RbojIJqc=",
|
|
version = "v0.0.0-20180428041537-5d0a5ae867b3",
|
|
)
|