From 00f0460d9e3336157a80f5c89de5f76b58c5cf81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:07:45 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/cdn from 0.1.1 to 0.1.2 Bumps [github.com/goexl/cdn](https://github.com/goexl/cdn) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/goexl/cdn/releases) - [Commits](https://github.com/goexl/cdn/compare/v0.1.1...v0.1.2) --- updated-dependencies: - dependency-name: github.com/goexl/cdn dependency-version: 0.1.2 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..385a2ae 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.2 github.com/harluo/config v0.0.8 github.com/harluo/di v0.0.5 )