lnd/tools/linters/go.mod

16 lines
340 B
Modula-2
Raw Normal View History

module github.com/lightningnetwork/lnd/tools/linters
go 1.22.6
require (
github.com/golangci/plugin-module-register v0.1.1
github.com/stretchr/testify v1.10.0
golang.org/x/tools v0.27.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)