From d009d647655fbf41c960ea8c3ae991818bc8a93f Mon Sep 17 00:00:00 2001 From: Drew Erny Date: Mon, 20 May 2019 12:09:51 -0500 Subject: [PATCH] rerun vndr to appease CI Signed-off-by: Drew Erny --- vendor/github.com/stretchr/testify/go.mod | 7 +++++++ vendor/golang.org/x/crypto/go.mod | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 vendor/github.com/stretchr/testify/go.mod create mode 100644 vendor/golang.org/x/crypto/go.mod diff --git a/vendor/github.com/stretchr/testify/go.mod b/vendor/github.com/stretchr/testify/go.mod new file mode 100644 index 0000000000..90e5dbe25a --- /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 +) diff --git a/vendor/golang.org/x/crypto/go.mod b/vendor/golang.org/x/crypto/go.mod new file mode 100644 index 0000000000..3a8a43e5f7 --- /dev/null +++ b/vendor/golang.org/x/crypto/go.mod @@ -0,0 +1,3 @@ +module golang.org/x/crypto + +require golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a