lnd/tools/go.mod
yyforyongyu 39b972afe0
golangci: update version to v1.50.1
This commit updates the tool `golangci-lint` to the latest version that
has fixed a bug in the linter `paralleltest`. Also `go mod tidy` is run
inside `tool`, and `nosnakecase` is disabled as it's deprecated.
2022-11-18 19:42:38 +08:00

10 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.6
github.com/rinchsan/gosimports v0.1.5
)