Update go-netroute to v0.3.0 (#15934)

This commit is contained in:
Manu NALEPA
2025-10-28 13:57:14 +01:00
committed by GitHub
parent 10a2f0687b
commit c9b34d556d
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:Dejd8cQ47Qx2kRABg6lPwknU7+nBnFRpko45/fFPuZ8=",
version = "v0.2.2",
sum = "h1:nqPCXHmeNmgTJnktosJ/sIef9hvwYCrsLxXmfNks/oc=",
version = "v0.3.0",
)
go_repository(
name = "com_github_libp2p_go_reuseport",