From 7c20e39047e651f5e02392191c189b792f668521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 1 Nov 2018 11:19:37 +0000 Subject: [PATCH] build(deps): bump github.com/sirupsen/logrus from 1.1.1 to 1.2.0 Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.1.1 to 1.2.0. - [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/v1.1.1...v1.2.0) Signed-off-by: dependabot[bot] --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 985f0b83b..7db786d59 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -303,12 +303,12 @@ revision = "185b4288413d2a0dd0806f78c90dde719829e5ae" [[projects]] - digest = "1:3f53e9e4dfbb664cd62940c9c4b65a2171c66acd0b7621a1a6b8e78513525a52" + digest = "1:69b1cc331fca23d702bd72f860c6a647afd0aa9fcbc1d0659b1365e26546dd70" name = "github.com/sirupsen/logrus" packages = ["."] pruneopts = "UT" - revision = "ad15b42461921f1fb3529b058c6786c6a45d5162" - version = "v1.1.1" + revision = "bcd833dfe83d3cebad139e4a29ed79cb2318bf95" + version = "v1.2.0" [[projects]] digest = "1:6a4a11ba764a56d2758899ec6f3848d24698d48442ebce85ee7a3f63284526cd" diff --git a/Gopkg.toml b/Gopkg.toml index def51c893..2a02ec62f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -87,7 +87,7 @@ [[constraint]] name = "github.com/sirupsen/logrus" - version = "=1.1.1" + version = "=1.2.0" [[constraint]] name = "github.com/spf13/pflag"