mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
15 lines
353 B
Modula-2
15 lines
353 B
Modula-2
module github.com/lightninglabs/lightning-terminal/tools/linters
|
|
|
|
go 1.25.11
|
|
|
|
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
|
|
)
|