mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-09 16:00:40 +00:00
11 lines
205 B
Modula-2
11 lines
205 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/v2 v2.1.1
|
|
)
|