lnd/tools/go.mod
Olaoluwa Osuntokun d61e668f56
multi: update to latest version of btcd in submodules
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.
2022-11-16 17:50:34 -08:00

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
)