lnd/tor/go.mod
Olaoluwa Osuntokun d61e668f56
multi: update to latest version of btcd in submodules
The main package has already been updated, but here we update the
submodules as well that only import things to use a constant or so here
and there.
2022-11-16 17:50:34 -08:00

13 lines
346 B
Modula-2

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/miekg/dns v1.1.43
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)
go 1.16