2020-08-07 13:44:47 +00:00
|
|
|
module github.com/Luzifer/git-changerelease
|
|
|
|
|
2023-11-11 14:27:37 +00:00
|
|
|
go 1.21
|
2020-08-07 13:44:47 +00:00
|
|
|
|
|
|
|
require (
|
2023-11-12 12:11:41 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.21.0
|
2023-11-11 14:27:37 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
2020-08-07 13:44:47 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2023-11-11 14:27:37 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
2020-08-07 13:44:47 +00:00
|
|
|
)
|