fix(deps): update module github.com/sirupsen/logrus to v1.9.3

This commit is contained in:
renovate[bot]
2023-06-03 21:09:58 +00:00
committed by GitHub
parent a0cfcb7c18
commit aa697e0bc9
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.15
require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.14.0
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.11.0
)