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

12 lines
319 B
Modula-2

module github.com/ryancurrah/gomodguard
go 1.16
require (
github.com/Masterminds/semver v1.5.0
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
github.com/mitchellh/go-homedir v1.1.0
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
golang.org/x/mod v0.4.2
gopkg.in/yaml.v2 v2.4.0
)