tor: update btclog dep

This commit is contained in:
Elle Mouton
2024-10-23 10:17:12 +02:00
parent 83751ee208
commit a03d5fcb9e
3 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ module github.com/lightningnetwork/lnd/tor
require (
github.com/btcsuite/btcd v0.23.3
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btclog/v2 v2.0.0-20241017175713-3428138b75c7
github.com/miekg/dns v1.1.43
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.17.0
@@ -10,6 +10,7 @@ require (
require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -22,4 +23,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.19
go 1.21