mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
d61e668f56
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.
11 lines
213 B
Modula-2
11 lines
213 B
Modula-2
module github.com/lightningnetwork/lnd/tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.3
|
|
github.com/golangci/golangci-lint v1.46.2
|
|
github.com/ory/go-acc v0.2.6
|
|
github.com/rinchsan/gosimports v0.1.5
|
|
)
|