git-chglog/Gopkg.toml
2018-02-17 20:28:34 +09:00

36 lines
646 B
TOML

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
name = "github.com/tsuyoshiwada/go-gitcmd"
version = "0.0.1"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/fatih/color"
version = "1.6.0"
[[constraint]]
name = "github.com/imdario/mergo"
version = "0.3.2"
[[constraint]]
branch = "v2"
name = "gopkg.in/yaml.v2"
[[constraint]]
name = "gopkg.in/AlecAivazis/survey.v1"
version = "1.4.1"
[[constraint]]
name = "gopkg.in/kyokomi/emoji.v1"
version = "1.5.0"