summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/objx/Gopkg.toml')
-rw-r--r--vendor/github.com/stretchr/objx/Gopkg.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/objx/Gopkg.toml b/vendor/github.com/stretchr/objx/Gopkg.toml
index f87e18eb5..d70f1570b 100644
--- a/vendor/github.com/stretchr/objx/Gopkg.toml
+++ b/vendor/github.com/stretchr/objx/Gopkg.toml
@@ -1,3 +1,8 @@
+[prune]
+ unused-packages = true
+ non-go = true
+ go-tests = true
+
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.2.0"