aboutsummaryrefslogtreecommitdiff
path: root/test/tools/vendor/github.com/vbatts/git-validation/go.mod
blob: 14b7069e795e4f19046e665df3f00c91ec4e5f50 (plain)
1
2
3
4
5
6
7
8
module github.com/vbatts/git-validation

go 1.12

require (
	github.com/hashicorp/go-version v1.2.0
	github.com/sirupsen/logrus v1.4.1
)