From ab02b8ac1b037556ce56befe52bde8cb77caca20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:32:46 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.15.2 to 2.15.3 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.2 to 2.15.3. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.15.2...v2.15.3) --- updated-dependencies: - dependency-name: github.com/go-resty/resty/v2 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 bc2e12b..5e8c9ed 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ toolchain go1.23.1 require ( github.com/gabriel-vasile/mimetype v1.4.5 - github.com/go-resty/resty/v2 v2.15.2 + github.com/go-resty/resty/v2 v2.15.3 github.com/goexl/exception v0.0.1 github.com/goexl/gox v1.8.9 github.com/goexl/log v0.0.7