Files
lnd/tools/linters/go.mod
Boris Nagaev 4fc8d8dda3 build: update CI+release version to Go 1.25.3
We also update the go.mod files to pin to Go 1.24.9.
2025-10-21 14:32:44 -03:00

16 lines
340 B
Modula-2

module github.com/lightningnetwork/lnd/tools/linters
go 1.24.9
require (
github.com/golangci/plugin-module-register v0.1.1
github.com/stretchr/testify v1.10.0
golang.org/x/tools v0.30.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
)