mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
12 lines
244 B
Modula-2
12 lines
244 B
Modula-2
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/manifoldco/promptui v0.8.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
)
|