From 58a027621364d96cf9c65f71a4219efd8e2db571 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 8 Jul 2023 16:52:25 +0200 Subject: [PATCH] chore(deps): update module github.com/sirupsen/logrus to v1.9.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6191d36..b74c26c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d - github.com/sirupsen/logrus v1.9.0 + github.com/sirupsen/logrus v1.9.3 github.com/vishvananda/netlink v1.1.0 github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe // indirect )