mirror of
https://github.com/vbatts/git-validation.git
synced 2024-11-26 01:55:40 +00:00
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
|
module github.com/vbatts/git-validation
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/hashicorp/go-version v1.2.0
|
||
|
github.com/sirupsen/logrus v1.4.1
|
||
|
)
|