mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Update geth to v1.13.1 (#12911)
* Update geth * Fix builder * Update geth to v1.13.1. --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
130
deps.bzl
130
deps.bzl
@@ -41,6 +41,13 @@ def prysm_deps():
|
||||
version = "v0.1.3",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_aclements_go_moremath",
|
||||
importpath = "github.com/aclements/go-moremath",
|
||||
sum = "h1:xlwdaKcTNVW4PtpQb8aKA4Pjy0CdJHEqvFbAnvR5m2g=",
|
||||
version = "v0.0.0-20210112150236-f10218a38794",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_afex_hystrix_go",
|
||||
importpath = "github.com/afex/hystrix-go",
|
||||
@@ -394,6 +401,7 @@ def prysm_deps():
|
||||
sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
|
||||
version = "v1.3.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_bradfitz_go_smtpd",
|
||||
importpath = "github.com/bradfitz/go-smtpd",
|
||||
@@ -438,8 +446,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_burntsushi_toml",
|
||||
importpath = "github.com/BurntSushi/toml",
|
||||
sum = "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=",
|
||||
version = "v1.2.1",
|
||||
sum = "h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=",
|
||||
version = "v1.3.2",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_burntsushi_xgb",
|
||||
@@ -543,6 +551,7 @@ def prysm_deps():
|
||||
sum = "h1:sR+/8Yb4slttB4vD+b9btVEnWgL3Q00OBTzVT8B9C0c=",
|
||||
version = "v0.0.0-20200109182630-33d98a066a53",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_cloudykit_jet_v3",
|
||||
importpath = "github.com/CloudyKit/jet/v3",
|
||||
@@ -572,8 +581,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_cockroachdb_datadriven",
|
||||
importpath = "github.com/cockroachdb/datadriven",
|
||||
sum = "h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=",
|
||||
version = "v1.0.2",
|
||||
sum = "h1:1MLK4YpFtIEo3ZtMA5C795Wtv5VuUnrXX7mQG+aHg6o=",
|
||||
version = "v1.0.3-0.20230801171734-e384cf455877",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_cockroachdb_errors",
|
||||
@@ -591,8 +600,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_cockroachdb_pebble",
|
||||
importpath = "github.com/cockroachdb/pebble",
|
||||
sum = "h1:ytcWPaNPhNoGMWEhDvS3zToKcDpRsLuRolQJBVGdozk=",
|
||||
version = "v0.0.0-20230209160836-829675f94811",
|
||||
sum = "h1:T+Np/xtzIjYM/P5NAw0e2Rf1FGvzDau1h54MKvx8G7w=",
|
||||
version = "v0.0.0-20230906160148-46873a6a7a06",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_cockroachdb_redact",
|
||||
@@ -830,12 +839,14 @@ def prysm_deps():
|
||||
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",
|
||||
@@ -851,8 +862,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_docker_docker",
|
||||
importpath = "github.com/docker/docker",
|
||||
sum = "h1:HlFGsy+9/xrgMmhmN+NGhCc5SHGJ7I+kHosRR1xc/aI=",
|
||||
version = "v1.6.2",
|
||||
sum = "h1:WmgcE4fxyI6EEXxBRxsHnZXrO1pQ3smi0k/jho4HLeY=",
|
||||
version = "v24.0.5+incompatible",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -878,8 +889,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_dop251_goja",
|
||||
importpath = "github.com/dop251/goja",
|
||||
sum = "h1:+3HCtB74++ClLy8GgjUQYeC8R4ILzVcIe8+5edAJJnE=",
|
||||
version = "v0.0.0-20230605162241-28ee0ee714f3",
|
||||
sum = "h1:qwcF+vdFrvPSEUDSX5RVoRccG8a5DhOdWdQ4zN62zzo=",
|
||||
version = "v0.0.0-20230806174421-c933cf95e127",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_dop251_goja_nodejs",
|
||||
@@ -1012,8 +1023,8 @@ def prysm_deps():
|
||||
patches = [
|
||||
"//third_party:com_github_ethereum_go_ethereum_secp256k1.patch",
|
||||
],
|
||||
sum = "h1:eGHJ4ij7oyVqUQn48LBz3B7pvQ8sV0wGJiIE6gDq/6Y=",
|
||||
version = "v1.12.2",
|
||||
sum = "h1:UF2FaUKPIy5jeZk3X06ait3y2Q4wI+vJ1l7+UARp+60=",
|
||||
version = "v1.13.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -1061,6 +1072,7 @@ def prysm_deps():
|
||||
sum = "h1:FtmdgXiUlNeRsoNMFlKLDt+S+6hbjVMEW6RGQ7aUf7c=",
|
||||
version = "v0.0.0-20190710130421-bcb5799ab5e5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_flosch_pongo2_v4",
|
||||
importpath = "github.com/flosch/pongo2/v4",
|
||||
@@ -1331,6 +1343,7 @@ def prysm_deps():
|
||||
sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
|
||||
version = "v0.19.5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_go_playground_assert_v2",
|
||||
importpath = "github.com/go-playground/assert/v2",
|
||||
@@ -1592,8 +1605,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_google_martian_v3",
|
||||
importpath = "github.com/google/martian/v3",
|
||||
sum = "h1:pMen7vLs8nvgEYhywH3KDWJIJTeEr2ULsVWHWYHQyBs=",
|
||||
version = "v3.0.0",
|
||||
sum = "h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60=",
|
||||
version = "v3.1.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_google_pprof",
|
||||
@@ -1607,6 +1620,7 @@ def prysm_deps():
|
||||
sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
|
||||
version = "v0.1.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_google_subcommands",
|
||||
importpath = "github.com/google/subcommands",
|
||||
@@ -1734,6 +1748,12 @@ def prysm_deps():
|
||||
sum = "h1:4wctORg/1TkgLgXejv9yOSAm3cDBJxoTzl/RNuZmX28=",
|
||||
version = "v2.3.1-0.20230315201114-09284ba20446",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_guptarohit_asciigraph",
|
||||
importpath = "github.com/guptarohit/asciigraph",
|
||||
sum = "h1:ccFnUF8xYIOUPPY3tmdvRyHqmn1MYI9iv1pLKX+/ZkQ=",
|
||||
version = "v0.5.5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_hashicorp_consul_api",
|
||||
@@ -1894,8 +1914,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_holiman_goevmlab",
|
||||
importpath = "github.com/holiman/goevmlab",
|
||||
sum = "h1:I5Cp9Y1fugGwcNGVVc69Fmgho0fkmtDHl6cej51+PJM=",
|
||||
version = "v0.0.0-20230705203227-bf95bd5b9b75",
|
||||
sum = "h1:K56eEHgH3CcQma/sZnZi9apLYD1gsUVTK9xc9QWVaac=",
|
||||
version = "v0.0.0-20230917164918-f3777d0b880b",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -1920,8 +1940,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_huin_goupnp",
|
||||
importpath = "github.com/huin/goupnp",
|
||||
sum = "h1:gEe0Dp/lZmPZiDFzJJaOfUpOvv2MKUkoBX8lDrn9vKU=",
|
||||
version = "v1.1.0",
|
||||
sum = "h1:UvLUlWDNpoUdYzb2TCn+MuTWtcjXKSza2n6CBdQ0xXc=",
|
||||
version = "v1.3.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_huin_goutil",
|
||||
@@ -2095,6 +2115,7 @@ def prysm_deps():
|
||||
sum = "h1:XZubAYg61/JwnJNbZilGjf3b3pB80+OQg2qf6c8BfWE=",
|
||||
version = "v2.0.0+incompatible",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_iris_contrib_jade",
|
||||
importpath = "github.com/iris-contrib/jade",
|
||||
@@ -2143,8 +2164,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_jedisct1_go_minisign",
|
||||
importpath = "github.com/jedisct1/go-minisign",
|
||||
sum = "h1:UvSe12bq+Uj2hWd8aOlwPmoZ+CITRFrdit+sDGfAg8U=",
|
||||
version = "v0.0.0-20190909160543-45766022959e",
|
||||
sum = "h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=",
|
||||
version = "v0.0.0-20230811132847-661be99b8267",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -2239,6 +2260,7 @@ def prysm_deps():
|
||||
sum = "h1:FaWFmfWdAUKbSCtOU2QjDaorUexogfaMgbipgYATUMU=",
|
||||
version = "v0.0.0-20180109212912-720a0952cc2a",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_julienschmidt_httprouter",
|
||||
importpath = "github.com/julienschmidt/httprouter",
|
||||
@@ -2296,6 +2318,7 @@ def prysm_deps():
|
||||
sum = "h1:grB/oCf5baZhmYIeDMfgN3LYrtEcmK8pbxlRvEZ2pgw=",
|
||||
version = "v12.2.0-beta5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_kataras_neffos",
|
||||
importpath = "github.com/kataras/neffos",
|
||||
@@ -2710,6 +2733,7 @@ def prysm_deps():
|
||||
sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=",
|
||||
version = "v1.0.4",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_mediocregopher_radix_v3",
|
||||
importpath = "github.com/mediocregopher/radix/v3",
|
||||
@@ -2729,6 +2753,12 @@ def prysm_deps():
|
||||
sum = "h1:dNH3e4PSyE4vNX+KlRGHT5KrSvjeUkoNPwEORjffHJg=",
|
||||
version = "v1.0.21",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_microsoft_go_winio",
|
||||
importpath = "github.com/Microsoft/go-winio",
|
||||
sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=",
|
||||
version = "v0.6.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_miekg_dns",
|
||||
@@ -2764,8 +2794,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_minio_highwayhash",
|
||||
importpath = "github.com/minio/highwayhash",
|
||||
sum = "h1:dZ6IIu8Z14VlC0VpfKofAhCy74wu/Qb5gcn52yWoz/0=",
|
||||
version = "v1.0.1",
|
||||
sum = "h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=",
|
||||
version = "v1.0.2",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_minio_sha256_simd",
|
||||
@@ -2985,6 +3015,7 @@ def prysm_deps():
|
||||
sum = "h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=",
|
||||
version = "v0.3.2",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_nats_io_nats_go",
|
||||
importpath = "github.com/nats-io/nats.go",
|
||||
@@ -3022,6 +3053,7 @@ def prysm_deps():
|
||||
sum = "h1:eFXv9Nu1lGbrNbj619aWwZfVF5HBrm9Plte8aNptuTI=",
|
||||
version = "v0.0.0-20151028013722-8c68805598ab",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_nishanths_predeclared",
|
||||
importpath = "github.com/nishanths/predeclared",
|
||||
@@ -3297,6 +3329,7 @@ def prysm_deps():
|
||||
sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=",
|
||||
version = "v1.1.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_prashantv_gostub",
|
||||
importpath = "github.com/prashantv/gostub",
|
||||
@@ -3530,6 +3563,7 @@ def prysm_deps():
|
||||
sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
|
||||
version = "v2.1.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_ryanuber_columnize",
|
||||
importpath = "github.com/ryanuber/columnize",
|
||||
@@ -3562,6 +3596,7 @@ def prysm_deps():
|
||||
sum = "h1:nMinx+JaEm/zJz4cEyClQeAw5rsYSB5th3xv+5lV6Vg=",
|
||||
version = "v3.3.4",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_sean_seed",
|
||||
importpath = "github.com/sean-/seed",
|
||||
@@ -3588,6 +3623,7 @@ def prysm_deps():
|
||||
sum = "h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=",
|
||||
version = "v3.21.11+incompatible",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_shopify_goreferrer",
|
||||
importpath = "github.com/Shopify/goreferrer",
|
||||
@@ -3734,6 +3770,7 @@ def prysm_deps():
|
||||
sum = "h1:YGaxtkYjb8mnTvtufv2LKLwCQu2/C7qFB7UtrOlTWOY=",
|
||||
version = "v0.0.0-20180125191416-49c67e49c537",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_shurcool_webdavfs",
|
||||
importpath = "github.com/shurcooL/webdavfs",
|
||||
@@ -3948,14 +3985,14 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_tklauser_go_sysconf",
|
||||
importpath = "github.com/tklauser/go-sysconf",
|
||||
sum = "h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=",
|
||||
version = "v0.3.11",
|
||||
sum = "h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=",
|
||||
version = "v0.3.12",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_tklauser_numcpus",
|
||||
importpath = "github.com/tklauser/numcpus",
|
||||
sum = "h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=",
|
||||
version = "v0.6.0",
|
||||
sum = "h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=",
|
||||
version = "v0.6.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -4013,8 +4050,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_urfave_cli_v2",
|
||||
importpath = "github.com/urfave/cli/v2",
|
||||
sum = "h1:zw8dSP7ghX0Gmm8vugrs6q9Ku0wzweqPyshy+syu9Gw=",
|
||||
version = "v2.25.1",
|
||||
sum = "h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=",
|
||||
version = "v2.25.7",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_urfave_negroni",
|
||||
@@ -5229,8 +5266,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "io_etcd_go_bbolt",
|
||||
importpath = "go.etcd.io/bbolt",
|
||||
sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
|
||||
version = "v1.3.5",
|
||||
sum = "h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=",
|
||||
version = "v1.3.6",
|
||||
)
|
||||
go_repository(
|
||||
name = "io_etcd_go_etcd",
|
||||
@@ -5299,6 +5336,7 @@ def prysm_deps():
|
||||
sum = "h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g7yaSHkYPkpgelw=",
|
||||
version = "v0.0.0-20201110183641-67b214c5f920",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "io_nhooyr_websocket",
|
||||
importpath = "nhooyr.io/websocket",
|
||||
@@ -5363,6 +5401,7 @@ def prysm_deps():
|
||||
sum = "h1:iNBHGw1VvPJxH2B6RiFWFZ+vsjo1lCdRszBeOuwGi00=",
|
||||
version = "v0.3.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "org_go4",
|
||||
importpath = "go4.org",
|
||||
@@ -5379,8 +5418,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_google_api",
|
||||
importpath = "google.golang.org/api",
|
||||
sum = "h1:k40adF3uR+6x/+hO5Dh4ZFUqFp67vxvbpafFiJxl10A=",
|
||||
version = "v0.34.0",
|
||||
sum = "h1:URs6qR1lAxDsqWITsQXI4ZkGiYJ5dHtRNiCpfs2OeKA=",
|
||||
version = "v0.44.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_google_appengine",
|
||||
@@ -5425,8 +5464,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_x_crypto",
|
||||
importpath = "golang.org/x/crypto",
|
||||
sum = "h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g=",
|
||||
version = "v0.9.0",
|
||||
sum = "h1:tFM/ta59kqch6LlvYnPa0yx5a83cL2nHflFhYKvv9Yk=",
|
||||
version = "v0.12.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_x_exp",
|
||||
@@ -5476,8 +5515,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_x_perf",
|
||||
importpath = "golang.org/x/perf",
|
||||
sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=",
|
||||
version = "v0.0.0-20180704124530-6e6d33e29852",
|
||||
sum = "h1:ObuXPmIgI4ZMyQLIz48cJYgSyWdjUXc2SZAdyJMwEAU=",
|
||||
version = "v0.0.0-20230113213139-801c7ef9e5c5",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
@@ -5489,21 +5528,21 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_x_sys",
|
||||
importpath = "golang.org/x/sys",
|
||||
sum = "h1:KS/R3tvhPqvJvwcKfnBHJwwthS11LRhmM5D59eEXa0s=",
|
||||
version = "v0.9.0",
|
||||
sum = "h1:eG7RXZHdqOJ1i+0lgLgCpSXAp6M3LYlAo6osgSi0xOM=",
|
||||
version = "v0.11.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_x_term",
|
||||
importpath = "golang.org/x/term",
|
||||
sum = "h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols=",
|
||||
version = "v0.8.0",
|
||||
sum = "h1:F9tnn/DA/Im8nCwm+fX+1/eBwi4qFjRT++MhtVC4ZX0=",
|
||||
version = "v0.11.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "org_golang_x_text",
|
||||
importpath = "golang.org/x/text",
|
||||
sum = "h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE=",
|
||||
version = "v0.9.0",
|
||||
sum = "h1:k+n5B8goJNdU7hSvEtMUz3d1Q6D/XW4COJSJR6fN0mc=",
|
||||
version = "v0.12.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_x_time",
|
||||
@@ -5598,6 +5637,13 @@ def prysm_deps():
|
||||
sum = "h1:FiJd5l1UOLj0wCgbSE0rwwXHzEdAZS6hiiSnxJN/D60=",
|
||||
version = "v1.24.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "tools_gotest_v3",
|
||||
importpath = "gotest.tools/v3",
|
||||
sum = "h1:Ljk6PdHdOhAb5aDMWXjDLMMhph+BpztA4v1QdqEW2eY=",
|
||||
version = "v3.5.0",
|
||||
)
|
||||
|
||||
http_archive(
|
||||
name = "com_github_supranational_blst",
|
||||
urls = [
|
||||
|
||||
Reference in New Issue
Block a user