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

38 lines
1.3 KiB
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/Masterminds/sprig/v3 v3.2.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/rs/zerolog v1.31.0
2023-10-12 16:18:25 +02:00
github.com/urfave/cli/v2 v2.25.7
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
2021-12-29 19:53:44 +01:00
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
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/google/uuid v1.1.1 // indirect
github.com/huandu/xstrings v1.3.3 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.0 // 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/shopspring/decimal v1.2.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.3.0 // 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
)