From ab2bbf16a1e32b60ea8804d7c41241fb1e150150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:02:09 +0000 Subject: [PATCH] build(deps): Bump github.com/xraph/go-utils in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [github.com/xraph/go-utils](https://github.com/xraph/go-utils). Updates `github.com/xraph/go-utils` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/xraph/go-utils/releases) - [Changelog](https://github.com/xraph/go-utils/blob/v1.1.1/CHANGELOG.md) - [Commits](https://github.com/xraph/go-utils/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/xraph/go-utils dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-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 185a8a9..9e173ec 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.7 require ( github.com/stretchr/testify v1.11.1 - github.com/xraph/go-utils v1.1.0 + github.com/xraph/go-utils v1.1.1 ) require ( diff --git a/go.sum b/go.sum index 343c1d5..ae3a38e 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0t github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/xraph/go-utils v1.1.0 h1:bPO4C/mwm0I5ZZa3RxbwUqKhy3Vnxvm3s98vmX8CrjY= -github.com/xraph/go-utils v1.1.0/go.mod h1:tZN4SuGy9otCo6dETp7Cvkgyiy0BvaJaZbTBv4Euvo4= +github.com/xraph/go-utils v1.1.1 h1:k5TOQ1qhXLdEX8W5F60mSuPcFOPc8sBsnhmjx/Kpr5g= +github.com/xraph/go-utils v1.1.1/go.mod h1:tZN4SuGy9otCo6dETp7Cvkgyiy0BvaJaZbTBv4Euvo4= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=