From 010f5e48fd37ca45154d49d7ead55a973b950897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:03:47 +0000 Subject: [PATCH] Bump github.com/rs/zerolog from 1.34.0 to 1.35.0 Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.34.0 to 1.35.0. - [Commits](https://github.com/rs/zerolog/compare/v1.34.0...v1.35.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-version: 1.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 332b57b..a184ae8 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,14 @@ module github.com/codechimp-io/log -go 1.22 +go 1.23 require ( github.com/go-chi/chi/v5 v5.2.3 - github.com/rs/zerolog v1.34.0 + github.com/rs/zerolog v1.35.0 +) + +require ( + github.com/mattn/go-colorable v0.1.14 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + golang.org/x/sys v0.29.0 // indirect )