From 98738c5ef1ff1f542b1136800eb3891c0ead787a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:32:03 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.15.0 to 2.15.2 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.0 to 2.15.2. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.15.0...v2.15.2) --- 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 eb228db..1fec8a2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/goexl/wanip go 1.18 require ( - github.com/go-resty/resty/v2 v2.15.0 + github.com/go-resty/resty/v2 v2.15.2 github.com/goexl/exc v0.0.5 github.com/goexl/gox v0.1.6 github.com/goexl/simaqian v0.2.5