1
0
Fork 0
mirror of https://github.com/Luzifer/git-changerelease.git synced 2024-12-20 19:11:17 +00:00
git-changerelease/go.mod
Knut Ahlers 4b6c73ff49
Move to go modules
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 15:47:29 +02:00

10 lines
204 B
Modula-2

module github.com/Luzifer/git-changerelease
go 1.14
require (
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.3.0
)