summaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-04-29 10:32:22 -0500
committerbaude <bbaude@redhat.com>2019-04-29 10:32:22 -0500
commit4506e4916f8d9c7e97cfaeefb3e9270111fe39a9 (patch)
tree3dc03c0fcb1b3cb573314360f4c63e2fccf2c007 /vendor/github.com/stretchr
parent4e5b39650d89e6463bcfb97ea8b7054c966e9008 (diff)
downloadpodman-4506e4916f8d9c7e97cfaeefb3e9270111fe39a9.tar.gz
podman-4506e4916f8d9c7e97cfaeefb3e9270111fe39a9.tar.bz2
podman-4506e4916f8d9c7e97cfaeefb3e9270111fe39a9.zip
correct upstream vndr issues
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor/github.com/stretchr')
-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
+)