logginghandler/vendor/github.com/ryancurrah/gomodguard/go.mod
Marvin Preuss d095180eb4
All checks were successful
continuous-integration/drone/push Build is passing
build: uses go modules for tool handling
2022-01-14 13:51:56 +01:00

13 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
)