2019-11-17 16:17:24 +00:00
|
|
|
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
|
2020-12-02 02:15:51 +00:00
|
|
|
github.com/manifoldco/promptui v0.8.0
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2019-11-17 16:17:24 +00:00
|
|
|
)
|