mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-15 23:41:04 +02:00
This commit is the result of running `go work sync` and `go mod tidy` that syncs module versions for all submodules.
17 lines
491 B
Modula-2
17 lines
491 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/kr/pretty v0.3.0 // indirect
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
github.com/stretchr/testify v1.8.2
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.10.0
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|
|
|
|
go 1.16
|