From 419b45294c39192429da6f0fc5d297aefdf1f0fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:24:10 +0000 Subject: [PATCH] build(deps): bump github.com/uudashr/gocognit from 1.1.0 to 1.1.2 Bumps [github.com/uudashr/gocognit](https://github.com/uudashr/gocognit) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/uudashr/gocognit/releases) - [Commits](https://github.com/uudashr/gocognit/compare/v1.1...v1.1.2) --- updated-dependencies: - dependency-name: github.com/uudashr/gocognit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 88bd9323b55d..f1c75aac665b 100644 --- a/go.mod +++ b/go.mod @@ -112,7 +112,7 @@ require ( github.com/tommy-muehle/go-mnd/v2 v2.5.1 github.com/ultraware/funlen v0.1.0 github.com/ultraware/whitespace v0.0.5 - github.com/uudashr/gocognit v1.1.0 + github.com/uudashr/gocognit v1.1.2 github.com/valyala/quicktemplate v1.7.0 github.com/xen0n/gosmopolitan v1.2.2 github.com/yagipy/maintidx v1.0.0 diff --git a/go.sum b/go.sum index 4b1c4fc454a1..6d3d95feea71 100644 --- a/go.sum +++ b/go.sum @@ -559,8 +559,8 @@ github.com/ultraware/funlen v0.1.0 h1:BuqclbkY6pO+cvxoq7OsktIXZpgBSkYTQtmwhAK81v github.com/ultraware/funlen v0.1.0/go.mod h1:XJqmOQja6DpxarLj6Jj1U7JuoS8PvL4nEqDaQhy22p4= github.com/ultraware/whitespace v0.0.5 h1:hh+/cpIcopyMYbZNVov9iSxvJU3OYQg78Sfaqzi/CzI= github.com/ultraware/whitespace v0.0.5/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= -github.com/uudashr/gocognit v1.1.0 h1:IiLBYOL2wVEEv+Lo0RpEebhNLIcZqO2tZ5x30/DqQWg= -github.com/uudashr/gocognit v1.1.0/go.mod h1:nAIUuVBnYU7pcninia3BHOvQkpQCeO76Uscky5BOwcY= +github.com/uudashr/gocognit v1.1.2 h1:l6BAEKJqQH2UpKAPKdMfZf5kE4W/2xk8pfU1OVLvniI= +github.com/uudashr/gocognit v1.1.2/go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k= github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.30.0/go.mod h1:2rsYD01CKFrjjsvFxx75KlEUNpWNBY9JWD3K/7o2Cus=