mirror of
https://github.com/vbatts/git-validation.git
synced 2025-02-17 23:27:52 +00:00
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module github.com/vbatts/git-validation
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0
|
|
github.com/hashicorp/go-version v1.6.0
|
|
github.com/magefile/mage v1.15.0
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|