go.mod
1 module github.com/lightningnetwork/lnd/tools/linters 2 3 go 1.25.5 4 5 require ( 6 github.com/golangci/plugin-module-register v0.1.1 7 github.com/stretchr/testify v1.10.0 8 golang.org/x/tools v0.30.0 9 ) 10 11 require ( 12 github.com/davecgh/go-spew v1.1.1 // indirect 13 github.com/pmezard/go-difflib v1.0.0 // indirect 14 gopkg.in/yaml.v3 v3.0.1 // indirect 15 )