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

11 lines
193 B
Modula-2

module github.com/denis-tingajkin/go-header
go 1.15
require (
github.com/fatih/color v1.9.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.2.2
)