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

8 lines
122 B
Modula-2

module github.com/ldez/gomoddirectives
go 1.16
require (
github.com/stretchr/testify v1.7.0
golang.org/x/mod v0.4.2
)