From 4ee5599efa6d2ca503083f82fe3cc2618c750502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:57:07 +0000 Subject: [PATCH] build(deps): bump github.com/gookit/goutil from 0.7.4 to 0.7.5 Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/gookit/goutil/releases) - [Commits](https://github.com/gookit/goutil/compare/v0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: github.com/gookit/goutil dependency-version: 0.7.5 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 a7aeec8..141096d 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.4 +require github.com/gookit/goutil v0.7.5 require ( golang.org/x/sys v0.30.0 // indirect diff --git a/go.sum b/go.sum index a113a3a..c19c4a0 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/gookit/goutil v0.7.4 h1:OWgUngToNz+bPlX5aP+EMG31DraEU63uvKMwwT3vseM= -github.com/gookit/goutil v0.7.4/go.mod h1:vJS9HXctYTCLtCsZot5L5xF+O1oR17cDYO9R0HxBmnU= +github.com/gookit/goutil v0.7.5 h1:FXLTq+hVniw7UVMnr2i371yXqslgVpXqXszvXCJdEH8= +github.com/gookit/goutil v0.7.5/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=