From e57654926f3cde10b588c100f17932655ea15041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 02:16:44 +0000 Subject: [PATCH] Bump github.com/go-logr/logr from 1.1.0 to 1.2.1 in /examples Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-logr/logr/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/go.mod | 2 +- examples/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 94c6cbd..ddad9b5 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -5,7 +5,7 @@ go 1.16 replace github.com/omaskery/simple-logr => ../ require ( - github.com/go-logr/logr v1.1.0 + github.com/go-logr/logr v1.2.1 github.com/mattn/go-colorable v0.1.11 github.com/omaskery/simple-logr v0.0.0-00010101000000-000000000000 github.com/pkg/errors v0.9.1 diff --git a/examples/go.sum b/examples/go.sum index a6fc833..6ef4237 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,7 +1,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= -github.com/go-logr/logr v1.1.0 h1:nAbevmWlS2Ic4m4+/An5NXkaGqlqpbBgdcuThZxnZyI= github.com/go-logr/logr v1.1.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.1 h1:DX7uPQ4WgAWfoh+NGGlbJQswnYIVvz0SRlLS3rPZQDA= +github.com/go-logr/logr v1.2.1/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.11 h1:nQ+aFkoE2TMGc0b68U2OKSexC+eq46+XwZzWXHRmPYs= github.com/mattn/go-colorable v0.1.11/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=