From 0db121685aeadfdd08dea360e1acbafb30edf0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:13:51 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/gox from 1.9.2 to 1.9.3 Bumps [github.com/goexl/gox](https://github.com/goexl/gox) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/goexl/gox/releases) - [Commits](https://github.com/goexl/gox/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: github.com/goexl/gox dependency-version: 1.9.3 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 ffadfe6..5bd9417 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module github.com/dronestock/git -go 1.25.0 +go 1.27 require ( github.com/dronestock/drone v1.2.6 github.com/goexl/args v0.0.3 github.com/goexl/gfx v0.2.8 - github.com/goexl/gox v1.9.2 + github.com/goexl/gox v1.9.3 ) require (