Skip to content

Commit 4f721aa

Browse files
committed
Add missing Gopkg.toml file.
1 parent 679ddbc commit 4f721aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Gopkg.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[constraint]]
2+
name = "github.com/sirupsen/logrus"
3+
version = "1.1.0"
4+
5+
[[constraint]]
6+
name = "github.com/spf13/cobra"
7+
version = "0.0.3"
8+
9+
[[constraint]]
10+
name = "github.com/spf13/viper"
11+
version = "1.2.1"
12+
13+
[[constraint]]
14+
name = "github.com/stretchr/testify"
15+
version = "1.2.2"
16+
17+
[prune]
18+
go-tests = true
19+
unused-packages = true

0 commit comments

Comments
 (0)