2021-07-22 23:07:18 +00:00
|
|
|
module github.com/bvieira/sv4git
|
2019-11-17 16:17:24 +00:00
|
|
|
|
2021-07-27 02:34:50 +00:00
|
|
|
go 1.16
|
2019-11-17 16:17:24 +00:00
|
|
|
|
|
|
|
require (
|
2021-02-13 18:40:09 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2021-07-27 02:34:50 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12
|
|
|
|
github.com/juju/ansiterm v0.0.0-20210706145210-9283cdf370b5 // indirect
|
2019-11-17 16:17:24 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2021-02-13 18:40:09 +00:00
|
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
2020-12-02 02:15:51 +00:00
|
|
|
github.com/manifoldco/promptui v0.8.0
|
2021-02-13 18:40:09 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2021-07-27 02:34:50 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
2020-12-02 02:15:51 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-07-27 02:34:50 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2021-02-14 22:42:22 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2019-11-17 16:17:24 +00:00
|
|
|
)
|