github.com/rivy-go/git-changelog@v0.0.0-20240424224517-b86e6ab57773/go.mod (about)

     1  module github.com/rivy-go/git-changelog
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.0 // indirect
     7  	github.com/fatih/color v1.6.0
     8  	github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19
     9  	github.com/mattn/go-colorable v0.0.9
    10  	github.com/mattn/go-isatty v0.0.3 // indirect
    11  	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
    12  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    13  	github.com/pmezard/go-difflib v1.0.0 // indirect
    14  	github.com/stretchr/testify v1.2.1
    15  	github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
    16  	github.com/urfave/cli v1.20.0
    17  	golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 // indirect
    18  	gopkg.in/AlecAivazis/survey.v1 v1.4.2
    19  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    20  	gopkg.in/kyokomi/emoji.v1 v1.0.0-20161123144355-7e06b236c489
    21  	gopkg.in/yaml.v2 v2.0.0
    22  )