forked from rstorr/codelingo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGopkg.toml
More file actions
39 lines (30 loc) · 724 Bytes
/
Gopkg.toml
File metadata and controls
39 lines (30 loc) · 724 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
37
38
39
[[constraint]]
name = "github.com/codelingo/lingo"
branch = "master"
[[constraint]]
name = "github.com/gin-gonic/gin"
version = "1.2.0"
[[constraint]]
branch = "master"
name = "github.com/juju/errors"
[[constraint]]
branch = "master"
name = "github.com/marcinwyszynski/directory_tree"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
name = "github.com/russross/blackfriday"
version = "^1.5.2"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"
[prune]
go-tests = true
unused-packages = true