Update go-netroute to v0.4.0. (#15949)

This commit is contained in:
Manu NALEPA
2025-10-31 21:46:06 +01:00
committed by GitHub
parent d3bd0eaa30
commit 040661bd68
4 changed files with 7 additions and 5 deletions

View File

@@ -2023,8 +2023,8 @@ def prysm_deps():
go_repository(
name = "com_github_libp2p_go_netroute",
importpath = "github.com/libp2p/go-netroute",
sum = "h1:nqPCXHmeNmgTJnktosJ/sIef9hvwYCrsLxXmfNks/oc=",
version = "v0.3.0",
sum = "h1:sZZx9hyANYUx9PZyqcgE/E1GUG3iEtTZHUEvdtXT7/Q=",
version = "v0.4.0",
)
go_repository(
name = "com_github_libp2p_go_reuseport",