1
0
Fork 0
git-sv/go.mod

11 lines
203 B
Modula-2
Raw Normal View History

module sv4git
go 1.13
require (
github.com/Masterminds/semver v1.5.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/urfave/cli v1.22.1
)