diff --git a/NOTICE.txt b/NOTICE.txt index e09f6f2f9c..58882febe6 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -405,11 +405,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/go-logr/logr -Version : v1.2.2 -Time : 2021-12-05T13:02:31Z +Version : v1.2.3 +Time : 2022-03-17T09:17:06Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/go-logr/logr@v1.2.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-logr/logr@v1.2.3/LICENSE: Apache License Version 2.0, January 2004 diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 49a4152ef7..17f5145457 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -25,7 +25,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/elastic/go-ucfg[$$github.com/elastic/go-ucfg$$] | v0.8.4 | Apache-2.0 | link:https://github.com/fsnotify/fsnotify[$$github.com/fsnotify/fsnotify$$] | v1.5.1 | BSD-3-Clause | link:https://github.com/ghodss/yaml[$$github.com/ghodss/yaml$$] | v1.0.0 | MIT -| link:https://github.com/go-logr/logr[$$github.com/go-logr/logr$$] | v1.2.2 | Apache-2.0 +| link:https://github.com/go-logr/logr[$$github.com/go-logr/logr$$] | v1.2.3 | Apache-2.0 | link:https://github.com/go-test/deep[$$github.com/go-test/deep$$] | v1.0.8 | MIT | link:https://github.com/gobuffalo/flect[$$github.com/gobuffalo/flect$$] | v0.2.4 | MIT | link:https://github.com/google/go-cmp[$$github.com/google/go-cmp$$] | v0.5.7 | BSD-3-Clause diff --git a/go.mod b/go.mod index 36eea3f092..a537b1a8f8 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/elastic/go-ucfg v0.8.4 github.com/fsnotify/fsnotify v1.5.1 github.com/ghodss/yaml v1.0.0 - github.com/go-logr/logr v1.2.2 + github.com/go-logr/logr v1.2.3 github.com/go-test/deep v1.0.8 github.com/gobuffalo/flect v0.2.4 github.com/google/go-cmp v0.5.7 diff --git a/go.sum b/go.sum index bbdf19a26c..cb9ca5b38a 100644 --- a/go.sum +++ b/go.sum @@ -215,8 +215,8 @@ github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= -github.com/go-logr/logr v1.2.2 h1:ahHml/yUpnlb96Rp8HCvtYVPY8ZYpxq3g7UYchIYwbs= -github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= +github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0= +github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/zapr v1.2.0 h1:n4JnPI1T3Qq1SFEi/F8rwLrZERp2bso19PJZDB9dayk= github.com/go-logr/zapr v1.2.0/go.mod h1:Qa4Bsj2Vb+FAVeAKsLD8RLQ+YRJB8YDmOAKxaBQf7Ro= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=