0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00
git-sv/go.mod

24 lines
709 B
Modula-2
Raw Normal View History

2023-10-12 16:18:25 +02:00
module github.com/thegeeklab/git-sv/v2
go 1.19
require (
2023-10-12 16:18:25 +02:00
dario.cat/mergo v1.0.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/manifoldco/promptui v0.9.0
2023-10-12 16:18:25 +02:00
github.com/urfave/cli/v2 v2.25.7
gopkg.in/yaml.v3 v3.0.1
2021-12-29 19:53:44 +01:00
)
require (
2022-07-22 20:49:50 +02:00
github.com/chzyer/readline v1.5.1 // indirect
2023-10-12 16:18:25 +02:00
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/kr/pretty v0.3.1 // indirect
2023-10-12 16:18:25 +02:00
github.com/rogpeppe/go-internal v1.11.0 // indirect
2021-12-29 19:53:44 +01:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
2023-10-12 16:18:25 +02:00
golang.org/x/sys v0.13.0 // indirect
2021-12-29 19:56:11 +01:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)