From 4506e4916f8d9c7e97cfaeefb3e9270111fe39a9 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 29 Apr 2019 10:32:22 -0500 Subject: correct upstream vndr issues Signed-off-by: baude --- vendor/github.com/stretchr/testify/go.mod | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vendor/github.com/stretchr/testify/go.mod (limited to 'vendor/github.com/stretchr') 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 +) -- cgit v1.2.3-54-g00ecf