From e826299b2fb0a283725d473490948791f783b9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:22:44 +0000 Subject: [PATCH] build(deps): bump github.com/samber/lo from 1.51.0 to 1.52.0 Bumps [github.com/samber/lo](https://github.com/samber/lo) from 1.51.0 to 1.52.0. - [Release notes](https://github.com/samber/lo/releases) - [Commits](https://github.com/samber/lo/compare/v1.51.0...v1.52.0) --- updated-dependencies: - dependency-name: github.com/samber/lo dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78248ae..8855ea0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/zimmermanncode/go-require go 1.24.0 require ( - github.com/samber/lo v1.51.0 + github.com/samber/lo v1.52.0 github.com/stretchr/testify v1.11.1 )