From e20823e1efd4d5573bdcc172b8e5c1c1581ecadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:58:08 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/config from 0.0.7 to 0.0.8 Bumps [github.com/harluo/config](https://github.com/harluo/config) from 0.0.7 to 0.0.8. - [Commits](https://github.com/harluo/config/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: github.com/harluo/config dependency-version: 0.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d5438e5..7444a33 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24 require ( github.com/goexl/id v0.1.3 github.com/goexl/snowflake v0.0.9 - github.com/harluo/config v0.0.7 + github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )