From 3918c64540c65bbf9b25794c37caf3786cc8fed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:49:47 +0000 Subject: [PATCH] build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.1 to 1.30.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.29.1...v1.30.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8ad77ca..b03ad1f 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/oschwald/geoip2-golang v1.8.0 github.com/paulmach/orb v0.9.2 github.com/redis/go-redis/v9 v9.0.5 - github.com/rs/zerolog v1.29.1 + github.com/rs/zerolog v1.30.0 github.com/ua-parser/uap-go v0.0.0-20211112212520-00c877edfe0f github.com/urfave/cli/v2 v2.25.6 golang.org/x/net v0.11.0