woodpecker/vendor/github.com/nishanths/exhaustive/go.mod
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

8 lines
153 B
Modula-2

module github.com/nishanths/exhaustive
go 1.14
require (
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.4
)