mirror of
https://github.com/vbatts/git-validation.git
synced 2024-11-22 16:15:40 +00:00
10 lines
203 B
Modula-2
10 lines
203 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.3.0
|
|
github.com/magefile/mage v1.14.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|