From cea2d9d7ab2dbd2f839b13931fc29ebd4ac75a13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 07:46:27 +0000 Subject: [PATCH] Bump github.com/Sirupsen/logrus Bumps [github.com/Sirupsen/logrus](https://github.com/Sirupsen/logrus) from 3ec0642a7fb6488f65b06f9040adc67e3990296a to 1.5.0. This release includes the previously tagged commit. - [Release notes](https://github.com/Sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/Sirupsen/logrus/compare/3ec0642a7fb6488f65b06f9040adc67e3990296a...v1.5.0) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 13 +++++++++++-- Gopkg.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 314d072c06..e8d4608362 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -9,11 +9,12 @@ revision = "6710af535839f57c687b62c4c23d649f9545d885" [[projects]] - digest = "1:41b30611fbfa27d897a9a7375f1495aa3b2f2b5792223345c3345b26bd24db08" + digest = "1:5907d0ddc26b262088060c6d0fbfd1d07088e71b476dc16d26780c8e335bf088" name = "github.com/Sirupsen/logrus" packages = ["."] pruneopts = "" - revision = "3ec0642a7fb6488f65b06f9040adc67e3990296a" + revision = "d417be0fe654de640a82370515129985b407c7e3" + version = "v1.5.0" [[projects]] digest = "1:6e31308326ae23950f1c842f858833aa49e80deff07525239d3a941bf8e00ac7" @@ -176,6 +177,14 @@ pruneopts = "" revision = "46eb4c183bfc1ebb527d9d19bcded39476302eb8" +[[projects]] + digest = "1:0f51cee70b0d254dbc93c22666ea2abf211af81c1701a96d04e2284b408621db" + name = "github.com/konsorten/go-windows-terminal-sequences" + packages = ["."] + pruneopts = "" + revision = "f55edac94c9bbba5d6182a4be46d86a2c9b5b50e" + version = "v1.0.2" + [[projects]] digest = "1:c45802472e0c06928cd997661f2af610accd85217023b1d5f6331bebce0671d3" name = "github.com/pkg/errors" diff --git a/Gopkg.toml b/Gopkg.toml index 0bdf1567d8..72171919bc 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -6,7 +6,7 @@ required = ["github.com/kevinburke/go-bindata","github.com/gogo/protobuf/proto", [[constraint]] name = "github.com/Sirupsen/logrus" - revision = "3ec0642a7fb6488f65b06f9040adc67e3990296a" + version = "^1.5.0" [[constraint]] name = "github.com/boltdb/bolt"