summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-15 11:40:45 -0400
committerGitHub <noreply@github.com>2021-05-15 11:40:45 -0400
commitce38f20c501bebcfdb11223eb22fcca54cd57b47 (patch)
treebfc32c78128c9764d9f4cda4a2beaa53a404b35b /go.mod
parent46b718e4a1c6bf8ec56a40116f4ad065ccb5df7a (diff)
Bump github.com/rs/zerolog from 1.21.0 to 1.22.0 (#1154)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/rs/zerolog/releases) - [Commits](https://github.com/rs/zerolog/compare/v1.21.0...v1.22.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ba67afba..b58d4997 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
github.com/johannesboyne/gofakes3 v0.0.0-20210415062230-4b6b67a85d38
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
- github.com/rs/zerolog v1.21.0
+ github.com/rs/zerolog v1.22.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0