From 328f9bc56cc4d452c39b1caba6146da74bc04998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:02:04 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/mengpo from 0.3.1 to 0.3.2 Bumps [github.com/goexl/mengpo](https://github.com/goexl/mengpo) from 0.3.1 to 0.3.2. - [Commits](https://github.com/goexl/mengpo/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/goexl/mengpo dependency-version: 0.3.2 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 4af5970..0d49a68 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dronestock/drone -go 1.24 +go 1.25 require ( github.com/drone/envsubst v1.0.3 @@ -13,7 +13,7 @@ require ( github.com/goexl/gox v1.9.2 github.com/goexl/http v0.2.1 github.com/goexl/log v0.1.0 - github.com/goexl/mengpo v0.3.1 + github.com/goexl/mengpo v0.3.2 github.com/goexl/xiren v0.0.9 )