From 4afe98d363042c9679a9ea0114ed23fe5dfe16d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 05:22:23 +0000 Subject: [PATCH] build(deps): bump github.com/gookit/goutil from 0.7.6 to 0.8.0 Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.7.6 to 0.8.0. - [Release notes](https://github.com/gookit/goutil/releases) - [Commits](https://github.com/gookit/goutil/compare/v0.7.6...v0.8.0) --- updated-dependencies: - dependency-name: github.com/gookit/goutil dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5efc236..dcc2f1b 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.6 +require github.com/gookit/goutil v0.8.0 require ( golang.org/x/sys v0.30.0 // indirect diff --git a/go.sum b/go.sum index e63d15c..c1ad53c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/gookit/goutil v0.7.6 h1:700ZP6QPWhw5ms7X13JH9fUs4LTyYMmncFFMGpK73ns= -github.com/gookit/goutil v0.7.6/go.mod h1:vJS9HXctYTCLtCsZot5L5xF+O1oR17cDYO9R0HxBmnU= +github.com/gookit/goutil v0.8.0 h1:efZWxfesXw8+5tQfTfRMSIC6A0ax527/H+A/aIiaSrw= +github.com/gookit/goutil v0.8.0/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=