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
Knut Ahlers afbd9fef7f
Replace error concat with wrapping
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-07 16:05:08 +02:00

11 lines
234 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/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
gopkg.in/yaml.v2 v2.3.0
)