summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index ab06d50..137c406 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -1,5 +1,9 @@
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
+[prune]
+ non-go = true
+ go-tests = true
+ unused-packages = true
[[constraint]]
name = "github.com/docker/distribution"
@@ -24,3 +28,7 @@
[[constraint]]
branch = "v2"
name = "github.com/pborman/getopt"
+
+[[constraint]]
+ name = "github.com/ghodss/yaml"
+ version = "1.0.0"