From 9a0c0d180f262c9e73640f1c8b9e1aa68f033afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:54:17 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.0 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.3 to 2.16.0. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.15.3...v2.16.0) --- updated-dependencies: - dependency-name: github.com/go-resty/resty/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d710a08..cfb4c0a 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22 toolchain go1.23.1 require ( - github.com/go-resty/resty/v2 v2.15.3 + github.com/go-resty/resty/v2 v2.16.0 github.com/goexl/exception v0.0.3 github.com/goexl/gox v1.8.9 github.com/goexl/http v0.2.1