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.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/objx/Gopkg.toml b/vendor/github.com/stretchr/objx/Gopkg.toml
new file mode 100644
index 000000000..d70f1570b
--- /dev/null
+++ b/vendor/github.com/stretchr/objx/Gopkg.toml
@@ -0,0 +1,8 @@
+[prune]
+ unused-packages = true
+ non-go = true
+ go-tests = true
+
+[[constraint]]
+ name = "github.com/stretchr/testify"
+ version = "~1.2.0"