From eef6b2600c32285b73a55be15dc6412f8520a647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:40:52 +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 0d5646f..4a16252 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/goexl/gox v1.9.2 github.com/goexl/log v0.1.0 github.com/goexl/loki v0.1.4 - github.com/harluo/config v0.0.7 + github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 github.com/harluo/http v0.0.5 )