mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
9374b3addc
BREAKING CHANGE: first release
11 lines
203 B
Modula-2
11 lines
203 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/urfave/cli v1.22.1
|
|
)
|