blob: 3db75853abbc6f98e2228b819788084c298a6beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.5.1
gopkg.in/yaml.v2 v2.4.0
)
retract v1.2.1 // Originally tagged for commit hash that was subsequently removed, and replaced by another commit hash
|