1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-10-18 14:14:20 +00:00
git-changerelease/go.mod

18 lines
381 B
Modula-2
Raw Normal View History

module github.com/Luzifer/git-changerelease
go 1.21
require (
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
)