mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
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.50.1
|
|
github.com/ory/go-acc v0.2.8
|
|
github.com/rinchsan/gosimports v0.1.5
|
|
)
|