From 67d046ed5cd0b89d945ebddecf33e84f4a9bcf1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 05:12:50 +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 067f916..b0d49a4 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24 require ( github.com/goexl/http v0.2.1 - github.com/harluo/config v0.0.7 + github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )