mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
14 lines
388 B
Modula-2
14 lines
388 B
Modula-2
module github.com/lightningnetwork/lnd/tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.1
|
|
github.com/dvyukov/go-fuzz v0.0.0-20210602112143-b1f3d6f4ef4e
|
|
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
|
|
)
|