From 29f42f3f18e8d951236a46add4a4f3f4e9f8e7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:32:11 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.10.0 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.9.1...v2.10.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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 239fab8..2a8d95a 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.9.1 + github.com/go-resty/resty/v2 v2.10.0 github.com/goexl/exc v0.0.5 github.com/goexl/gox v0.1.6 github.com/goexl/simaqian v0.2.5 @@ -14,6 +14,6 @@ require ( go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.8.0 // indirect go.uber.org/zap v1.24.0 // indirect - golang.org/x/net v0.15.0 // indirect - golang.org/x/sys v0.12.0 // indirect + golang.org/x/net v0.17.0 // indirect + golang.org/x/sys v0.13.0 // indirect )