aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/fatih/color/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/fatih/color/Gopkg.toml')
-rw-r--r--vendor/github.com/fatih/color/Gopkg.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/vendor/github.com/fatih/color/Gopkg.toml b/vendor/github.com/fatih/color/Gopkg.toml
new file mode 100644
index 0000000..ff1617f
--- /dev/null
+++ b/vendor/github.com/fatih/color/Gopkg.toml
@@ -0,0 +1,30 @@
1
2# Gopkg.toml example
3#
4# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5# for detailed Gopkg.toml documentation.
6#
7# required = ["github.com/user/thing/cmd/thing"]
8# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9#
10# [[constraint]]
11# name = "github.com/user/project"
12# version = "1.0.0"
13#
14# [[constraint]]
15# name = "github.com/user/project2"
16# branch = "dev"
17# source = "github.com/myfork/project2"
18#
19# [[override]]
20# name = "github.com/x/y"
21# version = "2.4.0"
22
23
24[[constraint]]
25 name = "github.com/mattn/go-colorable"
26 version = "0.0.9"
27
28[[constraint]]
29 name = "github.com/mattn/go-isatty"
30 version = "0.0.3"