You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/tools/go.mod

9 lines
171 B
Modula-2

module github.com/lightninglabs/loop/tools
go 1.16
require (
github.com/golangci/golangci-lint v1.46.2 // indirect
github.com/rinchsan/gosimports v0.1.5 // indirect
)