github.com/BrandonManuel/git-chglog@v0.0.0-20200903004639-7a62fa08787a/Gopkg.toml (about)

     1  [[constraint]]
     2    name = "github.com/stretchr/testify"
     3    version = "1.2.1"
     4  
     5  [[constraint]]
     6    name = "github.com/tsuyoshiwada/go-gitcmd"
     7    version = "0.0.1"
     8  
     9  [[constraint]]
    10    name = "github.com/urfave/cli"
    11    version = "1.20.0"
    12  
    13  [prune]
    14    non-go = true
    15    go-tests = true
    16    unused-packages = true
    17  
    18  [[constraint]]
    19    name = "github.com/fatih/color"
    20    version = "1.6.0"
    21  
    22  [[constraint]]
    23    name = "github.com/imdario/mergo"
    24    version = "0.3.2"
    25  
    26  [[constraint]]
    27    branch = "v2"
    28    name = "gopkg.in/yaml.v2"
    29  
    30  [[constraint]]
    31    name = "gopkg.in/AlecAivazis/survey.v1"
    32    version = "1.4.2"
    33  
    34  [[constraint]]
    35    name = "gopkg.in/kyokomi/emoji.v1"
    36    version = "1.5.0"