git-chglog/go.mod
2021-01-08 09:28:21 +01:00

15 lines
401 B
Modula-2

module github.com/git-chglog/git-chglog
go 1.15
require (
github.com/fatih/color v1.10.0
github.com/imdario/mergo v0.3.11
github.com/mattn/go-colorable v0.1.8
github.com/stretchr/testify v1.6.1
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
github.com/urfave/cli v1.22.5
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/kyokomi/emoji.v1 v1.5.1
gopkg.in/yaml.v2 v2.4.0
)