From 3f535db8de3f24ce1b2c70b1c493f3090097f442 Mon Sep 17 00:00:00 2001 From: Drew Erny Date: Fri, 3 May 2019 11:49:15 -0700 Subject: [PATCH] Update vndr A few recently merged but older PRs had a green CI, but because of an update in the meantime to vndr, they have caused CI on master to fail. This re-runs the latest version of vndr, which will make the vendoring CI check happy. 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