github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/go.mod (about)

     1  module github.com/fredbi/git-chglog
     2  
     3  require (
     4  	github.com/Netflix/go-expect v0.0.0-20180928190340-9d1f4485533b // indirect
     5  	github.com/davecgh/go-spew v1.1.1
     6  	github.com/fatih/color v1.7.0
     7  	github.com/git-chglog/git-chglog v0.0.0-20190611050339-63a4e637021f
     8  	github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
     9  	github.com/imdario/mergo v0.3.7
    10  	github.com/kr/pty v1.1.8 // indirect
    11  	github.com/mattn/go-colorable v0.1.2
    12  	github.com/mattn/go-isatty v0.0.8
    13  	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
    14  	github.com/pmezard/go-difflib v1.0.0
    15  	github.com/stretchr/objx v0.2.0 // indirect
    16  	github.com/stretchr/testify v1.3.0
    17  	github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
    18  	github.com/urfave/cli v1.20.0
    19  	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
    20  	golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
    21  	golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
    22  	golang.org/x/text v0.3.2 // indirect
    23  	golang.org/x/tools v0.0.0-20190703212419-2214986f1668 // indirect
    24  	gopkg.in/AlecAivazis/survey.v1 v1.8.5
    25  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    26  	gopkg.in/kyokomi/emoji.v1 v1.5.1
    27  	gopkg.in/yaml.v2 v2.2.2
    28  )