mirror of
https://github.com/vbatts/git-validation.git
synced 2025-04-05 23:08:43 +00:00
11 lines
318 B
Modula-2
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
|
|
)
|