From 315bf834fd5b5a601f7fef2f68f7cfdc997d0ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:02:10 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.17.0 to 2.17.1 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.17.0 to 2.17.1. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1) --- updated-dependencies: - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.1 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 0d49a68..3095c51 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25 require ( github.com/drone/envsubst v1.0.3 github.com/expr-lang/expr v1.17.6 - github.com/go-resty/resty/v2 v2.17.0 + github.com/go-resty/resty/v2 v2.17.1 github.com/goexl/args v0.0.3 github.com/goexl/env v0.0.2 github.com/goexl/exception v0.0.4