From 5b9465ca20b17d54f816ea243515a9f9bd7158b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:25:53 +0000 Subject: [PATCH] build(deps): bump github.com/gookit/goutil from 0.7.5 to 0.7.6 Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/gookit/goutil/releases) - [Commits](https://github.com/gookit/goutil/compare/v0.7.5...v0.7.6) --- updated-dependencies: - dependency-name: github.com/gookit/goutil dependency-version: 0.7.6 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 141096d..5efc236 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/gookit/filter go 1.19 -require github.com/gookit/goutil v0.7.5 +require github.com/gookit/goutil v0.7.6 require ( golang.org/x/sys v0.30.0 // indirect diff --git a/go.sum b/go.sum index c19c4a0..e63d15c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/gookit/goutil v0.7.5 h1:FXLTq+hVniw7UVMnr2i371yXqslgVpXqXszvXCJdEH8= -github.com/gookit/goutil v0.7.5/go.mod h1:vJS9HXctYTCLtCsZot5L5xF+O1oR17cDYO9R0HxBmnU= +github.com/gookit/goutil v0.7.6 h1:700ZP6QPWhw5ms7X13JH9fUs4LTyYMmncFFMGpK73ns= +github.com/gookit/goutil v0.7.6/go.mod h1:vJS9HXctYTCLtCsZot5L5xF+O1oR17cDYO9R0HxBmnU= golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=