mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
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.
This commit is contained in:
parent
ea699c712c
commit
8d902916fe
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue