forked from git-chglog/git-chglog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
36 lines (28 loc) · 646 Bytes
/
Gopkg.toml
File metadata and controls
36 lines (28 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[[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.2"
[[constraint]]
name = "gopkg.in/kyokomi/emoji.v1"
version = "1.5.0"