go.mod: github.com/sirupsen/logrus v1.9.0

full diff: https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2022-11-20 21:53:29 +01:00
parent b9f79d3018
commit 4e68634ef0
9 changed files with 38 additions and 21 deletions

2
go.mod
View File

@@ -51,7 +51,7 @@ require (
github.com/opencontainers/selinux v1.10.2
github.com/pelletier/go-toml v1.9.3
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/tchap/go-patricia/v2 v2.3.1
github.com/urfave/cli v1.22.10