mirror of
https://github.com/Luzifer/git-changerelease.git
synced 2024-12-20 19:11:17 +00:00
18 lines
423 B
Modula-2
18 lines
423 B
Modula-2
module github.com/Luzifer/git-changerelease
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.21.0
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
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
|
|
)
|