From 22706789849c8d4706bab10a5071a2aa075e3ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 04:55:38 +0000 Subject: [PATCH] build(deps): bump github.com/harluo/config from 0.0.4 to 0.0.5 Bumps [github.com/harluo/config](https://github.com/harluo/config) from 0.0.4 to 0.0.5. - [Commits](https://github.com/harluo/config/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: github.com/harluo/config dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b5389a1..d6dc716 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.4 + github.com/harluo/config v0.0.5 github.com/harluo/di v0.0.5 ) @@ -23,7 +23,7 @@ require ( github.com/goexl/gfx v0.2.8 // indirect github.com/goexl/gox v1.9.2 // indirect github.com/goexl/log v0.0.9 // indirect - github.com/goexl/mengpo v0.2.6 // indirect + github.com/goexl/mengpo v0.3.0 // indirect github.com/goexl/structer v0.1.9 // indirect github.com/goexl/xiren v0.0.8 // indirect github.com/google/uuid v1.6.0 // indirect