mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
12 lines
325 B
Modula-2
12 lines
325 B
Modula-2
module github.com/lightningnetwork/lnd/tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.1
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
|
github.com/golangci/golangci-lint v1.46.2
|
|
github.com/ory/go-acc v0.2.6
|
|
github.com/rinchsan/gosimports v0.1.5
|
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
|
)
|