mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
534535f8db
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
253 B
Modula-2
12 lines
253 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.7.0
|
|
)
|
|
|
|
go 1.16
|