From 8248934c67a4f1d39422bca396842cd36884f8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:30:40 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.8.0 to 2.9.1 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.8.0...v2.9.1) --- 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 85e4617..239fab8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goexl/apisix go 1.18 require ( - github.com/go-resty/resty/v2 v2.8.0 + github.com/go-resty/resty/v2 v2.9.1 github.com/goexl/exc v0.0.5 github.com/goexl/gox v0.1.6 github.com/goexl/simaqian v0.2.5