summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-23 13:37:59 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-23 13:37:59 +0200
commit45ad8ac381ab71aec6f62bc0842934b8bdecd9d7 (patch)
tree1d55ef6202a80e4128601013a43100a7ffa0dc97 /Gopkg.toml
parent133cfd1710f2558b93444e0b3866010b5fba21c7 (diff)
vendor: Lock mage to v1
Dep insists on adding a dependency for it, so we might as well lock it to the correct version. Fixes #3997
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 6da03093d..76c1bc81d 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -25,6 +25,10 @@
name = "github.com/dchest/cssmin"
[[constraint]]
+ name = "github.com/magefile/mage"
+ version = "v1"
+
+[[constraint]]
branch = "master"
name = "github.com/eknkc/amber"