From d0d9a4c9b1f525ad1132947cf883fdd66941fe62 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 18 Jun 2019 09:35:48 -0700 Subject: Vendor in logrus v1.4.2 Fixes #3346 Signed-off-by: Jhon Honce --- vendor/github.com/sirupsen/logrus/go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 vendor/github.com/sirupsen/logrus/go.mod (limited to 'vendor/github.com/sirupsen/logrus/go.mod') diff --git a/vendor/github.com/sirupsen/logrus/go.mod b/vendor/github.com/sirupsen/logrus/go.mod new file mode 100644 index 000000000..12fdf9898 --- /dev/null +++ b/vendor/github.com/sirupsen/logrus/go.mod @@ -0,0 +1,10 @@ +module github.com/sirupsen/logrus + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/konsorten/go-windows-terminal-sequences v1.0.1 + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/stretchr/objx v0.1.1 // indirect + github.com/stretchr/testify v1.2.2 + golang.org/x/sys v0.0.0-20190422165155-953cdadca894 +) -- cgit v1.2.3-54-g00ecf