mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
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.
10 lines
213 B
Modula-2
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
|
|
)
|