From e9fd85526b70db14f23e385531f9d7c48b3f9c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:10:09 +0000 Subject: [PATCH] Bump go.uber.org/zap from 1.21.0 to 1.23.0 Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.23.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.21.0...v1.23.0) --- updated-dependencies: - dependency-name: go.uber.org/zap 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 a72609c..e247b5f 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/spf13/viper v1.12.0 github.com/stretchr/testify v1.8.0 go.etcd.io/etcd/client/v3 v3.5.4 - go.uber.org/zap v1.21.0 + go.uber.org/zap v1.23.0 google.golang.org/api v0.86.0 gopkg.in/yaml.v2 v2.4.0 )