summaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-29 08:43:17 -0700
committerGitHub <noreply@github.com>2019-04-29 08:43:17 -0700
commitb5af10ce5a51f8ac2c7f7b101006412287d17b68 (patch)
tree3dc03c0fcb1b3cb573314360f4c63e2fccf2c007 /vendor/github.com/stretchr/testify/go.mod
parent4e5b39650d89e6463bcfb97ea8b7054c966e9008 (diff)
parent4506e4916f8d9c7e97cfaeefb3e9270111fe39a9 (diff)
downloadpodman-b5af10ce5a51f8ac2c7f7b101006412287d17b68.tar.gz
podman-b5af10ce5a51f8ac2c7f7b101006412287d17b68.tar.bz2
podman-b5af10ce5a51f8ac2c7f7b101006412287d17b68.zip
Merge pull request #3036 from baude/behave
correct upstream vndr issues
Diffstat (limited to 'vendor/github.com/stretchr/testify/go.mod')
-rw-r--r--vendor/github.com/stretchr/testify/go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/testify/go.mod b/vendor/github.com/stretchr/testify/go.mod
new file mode 100644
index 000000000..90e5dbe25
--- /dev/null
+++ b/vendor/github.com/stretchr/testify/go.mod
@@ -0,0 +1,7 @@
+module github.com/stretchr/testify
+
+require (
+ github.com/davecgh/go-spew v1.1.0
+ github.com/pmezard/go-difflib v1.0.0
+ github.com/stretchr/objx v0.1.0
+)