1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2024-11-22 16:15:40 +00:00
git-validation/go.mod
Vincent Batts 69476678b0
*go: trying out magefiles
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-03-14 21:56:37 -04:00

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
)