From 3048889da92ca4b3187ef8073f52d0da2a5fdb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:59:40 +0000 Subject: [PATCH] build(deps): bump github.com/go-resty/resty/v2 from 2.14.0 to 2.15.0 Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.14.0...v2.15.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 812c930..eb228db 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.14.0 + github.com/go-resty/resty/v2 v2.15.0 github.com/goexl/exc v0.0.5 github.com/goexl/gox v0.1.6 github.com/goexl/simaqian v0.2.5