From 5f55c70a6727b33325f21f98e1986998666ab82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Apr 2019 05:16:26 +0000 Subject: [PATCH] Bump github.com/sirupsen/logrus from 1.4.0 to 1.4.1 Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.0 to 1.4.1. - [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.4.0...v1.4.1) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 30e9c03..1d3ed67 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/terorie/od-database-crawler require ( github.com/beeker1121/goque v2.0.1+incompatible github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect - github.com/sirupsen/logrus v1.4.0 + github.com/sirupsen/logrus v1.4.1 github.com/spf13/cobra v0.0.3 github.com/spf13/viper v1.3.2 github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2 // indirect diff --git a/go.sum b/go.sum index 05423e3..b0b4943 100644 --- a/go.sum +++ b/go.sum @@ -27,6 +27,8 @@ github.com/sirupsen/logrus v1.3.0 h1:hI/7Q+DtNZ2kINb6qt/lS+IyXnHQe9e90POfeewL/ME github.com/sirupsen/logrus v1.3.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.0 h1:yKenngtzGh+cUSSh6GWbxW2abRqhYUSR/t/6+2QqNvE= github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.1 h1:GL2rEmy6nsikmW0r8opw9JIRScdMF5hA8cOYLH7In1k= +github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/spf13/afero v1.1.2 h1:m8/z1t7/fwjysjQRYbP0RD+bUIF/8tJwPdEZsI83ACI= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=