From 456b8cc22e7bb54b70466a208958d0d106b60622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:42:48 +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 247e0bc..a4e2a86 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module github.com/dronestock/github -go 1.25 +go 1.27 require ( github.com/dronestock/drone v1.2.6 github.com/gabriel-vasile/mimetype v1.4.15 github.com/go-resty/resty/v2 v2.17.2 github.com/goexl/exc v0.0.5 - github.com/goexl/gox v1.9.2 + github.com/goexl/gox v1.9.3 github.com/goexl/structer v0.2.0 )