2021-07-31 23:40:05 +00:00
|
|
|
module github.com/bvieira/sv4git/v2
|
2019-11-17 16:17:24 +00:00
|
|
|
|
2021-12-29 18:53:44 +00:00
|
|
|
go 1.17
|
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/imdario/mergo v0.3.12
|
2019-11-17 16:17:24 +00:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2021-11-01 04:43:14 +00:00
|
|
|
github.com/manifoldco/promptui v0.9.0
|
2020-12-02 02:15:51 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-12-29 18:53:44 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2021-12-29 18:56:11 +00:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2021-12-29 18:53:44 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-12-29 18:56:11 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2019-11-17 16:17:24 +00:00
|
|
|
)
|