From fad47136824d31948bad8c123b180f0f4cb9d9ca Mon Sep 17 00:00:00 2001 From: alysa-mad <85077374+alysa-mad@users.noreply.github.com> Date: Mon, 3 Jan 2022 00:08:17 -0400 Subject: [PATCH] Update go.mod github.com/Sirupsen/logrus is the old path. Anything using it should be updated to import and require github.com/sirupsen/logrus. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 15145f84..b67b735b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a github.com/CloudyKit/jet v0.0.0-20170608194317-a1c4500d4bee github.com/RoaringBitmap/roaring v0.4.17 - github.com/Sirupsen/logrus v0.0.0-20170504071019-5b60b3d3ee01 + github.com/sirupsen/logrus v0.0.0-20170504071019-5b60b3d3ee01 github.com/Stephen304/goscrape v0.0.0-20150207020750-2d9c5bd77935 github.com/anacrolix/dht v1.0.1 github.com/anacrolix/go-libutp v0.0.0-20180808010927-aebbeb60ea05