fix(deps): update module github.com/rs/zerolog to v1.35.1

This commit is contained in:
Renovate Bot 2026-05-03 15:17:00 +00:00
parent 143921cad9
commit 1919d8475e
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.23.0
require (
github.com/akedrou/textdiff v0.1.0
github.com/rs/zerolog v1.35.0
github.com/rs/zerolog v1.35.1
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
)