From 96e7c2d044530a69b489dbf46b3c64b0a132db54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:45:54 +0000 Subject: [PATCH] build(deps): bump github.com/goexl/gox from 1.9.0 to 1.9.1 Bumps [github.com/goexl/gox](https://github.com/goexl/gox) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/goexl/gox/releases) - [Commits](https://github.com/goexl/gox/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/goexl/gox 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 52c5b5f..3359d1d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.1 require ( github.com/go-resty/resty/v2 v2.16.0 github.com/goexl/exception v0.0.3 - github.com/goexl/gox v1.9.0 + github.com/goexl/gox v1.9.1 github.com/goexl/http v0.2.1 github.com/goexl/log v0.0.7 go.uber.org/zap v1.27.0