1
0
Fork 0
mirror of https://github.com/vbatts/git-validation.git synced 2025-04-05 23:08:43 +00:00
git-validation/go.mod
Vincent Batts 45f58c3742
go: update modules
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-13 08:03:39 -04:00

11 lines
318 B
Modula-2

module github.com/vbatts/git-validation
go 1.12
require (
github.com/hashicorp/go-version v1.3.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.1.1 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
)