13 lines
319 B
Modula-2
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
|
|
)
|