build(deps): bump github.com/rs/zerolog from 1.33.0 to 1.34.0 (#942)

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.33.0 to 1.34.0.
- [Commits](https://github.com/rs/zerolog/compare/v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-02 18:21:42 +02:00
committed by GitHub
parent 808c590e7a
commit ac53883f29
2 changed files with 5 additions and 4 deletions

3
go.mod
View File

@@ -1,6 +1,7 @@
module github.com/percona/percona-toolkit
go 1.23.4
toolchain go1.24.1
require (
@@ -22,7 +23,7 @@ require (
github.com/pborman/getopt v1.1.0
github.com/percona/go-mysql v0.0.0-20210427141028-73d29c6da78c
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/rs/zerolog v1.34.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0