mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Update Prysm Libp2p Dependencies (#10958)
* add all changes in * fix issues * fix build * remove curve check * fix tool * add test * add tidy * fmt Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@ go_library(
|
||||
"//async:go_default_library",
|
||||
"//beacon-chain/core/signing:go_default_library",
|
||||
"//config/params:go_default_library",
|
||||
"//crypto/ecdsa:go_default_library",
|
||||
"//encoding/bytesutil:go_default_library",
|
||||
"//io/logs:go_default_library",
|
||||
"//network:go_default_library",
|
||||
@@ -68,6 +69,7 @@ go_test(
|
||||
embed = [":go_default_library"],
|
||||
flaky = True,
|
||||
deps = [
|
||||
"//crypto/ecdsa:go_default_library",
|
||||
"//network:go_default_library",
|
||||
"//runtime/maxprocs:go_default_library",
|
||||
"//testing/assert:go_default_library",
|
||||
|
||||
Reference in New Issue
Block a user