Bump github.com/rs/zerolog from 1.26.0 to 1.26.1

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-17 17:57:40 +00:00
committed by GitHub
parent ec3692d543
commit c26dfa35df
2 changed files with 5 additions and 4 deletions

2
go.mod
View File

@@ -24,7 +24,7 @@ require (
github.com/morikuni/aec v1.0.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2
github.com/rs/zerolog v1.26.0
github.com/rs/zerolog v1.26.1
github.com/sergi/go-diff v1.1.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1