From 056f91a6debfcd532425b187e6fc35c315d29c49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 6 Jan 2019 13:45:01 +1100 Subject: [PATCH] chore(deps): update module sirupsen/logrus to v1.3.0 (#44) --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9946f94..eab0db9 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mitchellh/go-homedir v1.0.0 github.com/prometheus/client_golang v0.9.2 - github.com/sirupsen/logrus v1.2.0 + github.com/sirupsen/logrus v1.3.0 github.com/speps/go-hashids v2.0.0+incompatible github.com/spf13/cobra v0.0.3 github.com/spf13/viper v1.3.1 diff --git a/go.sum b/go.sum index 51f49ec..94be136 100644 --- a/go.sum +++ b/go.sum @@ -39,6 +39,7 @@ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a h1:9a8MnZMP0X2nL github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/sirupsen/logrus v1.2.0 h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.3.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/speps/go-hashids v2.0.0+incompatible h1:kSfxGfESueJKTx0mpER9Y/1XHl+FVQjtCqRyYcviFbw= github.com/speps/go-hashids v2.0.0+incompatible/go.mod h1:P7hqPzMdnZOfyIk+xrlG1QaSMw+gCBdHKsBDnhpaZvc= github.com/spf13/afero v1.1.2 h1:m8/z1t7/fwjysjQRYbP0RD+bUIF/8tJwPdEZsI83ACI=