From edcda8c293e4e6fb29329024c7cf1f2c009c221e Mon Sep 17 00:00:00 2001 From: sole Date: Thu, 19 Sep 2019 14:39:06 +0800 Subject: [PATCH] update logrus to github.com/sirupsen/logrus update logrus to github.com/sirupsen/logrus --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3bf1849..f53eff0 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( types "github.com/chrusty/prometheus_webhook_snmptrapper/types" webhook "github.com/chrusty/prometheus_webhook_snmptrapper/webhook" - logrus "github.com/Sirupsen/logrus" + logrus "github.com/sirupsen/logrus" ) var (