aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index adc96661..ab3f209c 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -52,3 +52,7 @@
[prune]
go-tests = true
unused-packages = true
+
+[[constraint]]
+ name = "github.com/fatih/color"
+ version = "1.7.0"