From 0cfefd354c1e48e5b70faa8198c0ccbffaa2ea8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:06:18 +0000 Subject: [PATCH] build(deps): bump github.com/rs/zerolog from 1.26.1 to 1.29.0 Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.29.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.29.0) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 268a2b9..2a3ea25 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang-jwt/jwt v3.2.2+incompatible github.com/klauspost/cpuid/v2 v2.0.12 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 - github.com/rs/zerolog v1.26.1 + github.com/rs/zerolog v1.29.0 github.com/urfave/cli/v2 v2.6.0 ) @@ -15,6 +15,8 @@ require ( github.com/andybalholm/brotli v1.0.4 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect github.com/klauspost/compress v1.15.0 // indirect + github.com/mattn/go-colorable v0.1.12 // indirect + github.com/mattn/go-isatty v0.0.14 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.35.0 // indirect