From 8d902916fee326b3ffed11aecbc59e88f7b3f756 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 21 Jul 2026 18:28:27 -0700 Subject: [PATCH] build: bump v2transport to v1.1.0 In this commit, we bump the root module requirement to the freshly tagged v2transport v1.1.0 release. This exposes the responder handshake admission APIs added in #2576 when btcd is built as a downstream module, where the repository-local replace directive does not apply. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c707edb6..cc0b0ef1 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/btcsuite/btcd/chaincfg/v2 v2.0.0 github.com/btcsuite/btcd/chainhash/v2 v2.0.0 github.com/btcsuite/btcd/txscript/v2 v2.0.0 - github.com/btcsuite/btcd/v2transport v1.0.1 + github.com/btcsuite/btcd/v2transport v1.1.0 github.com/btcsuite/btcd/wire/v2 v2.0.0 github.com/btcsuite/btclog v1.0.0 github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd