From d2b519af9de2fd1ecc9b95d9a1bccd7520d148cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 02:54:44 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/cdn from 0.1.1 to 0.1.4 Bumps [github.com/goexl/cdn](https://github.com/goexl/cdn) from 0.1.1 to 0.1.4. - [Release notes](https://github.com/goexl/cdn/releases) - [Commits](https://github.com/goexl/cdn/compare/v0.1.1...v0.1.4) --- updated-dependencies: - dependency-name: github.com/goexl/cdn dependency-version: 0.1.4 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 2ab0c05..995a8fb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/harluo/cdn go 1.25 require ( - github.com/goexl/cdn v0.1.1 + github.com/goexl/cdn v0.1.4 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )