From d77482da1945dd5ef99680709779f50591ffcb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:45:23 +0000 Subject: [PATCH] Bump github.com/go-resty/resty/v2 in /src/tibiamapping Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.2 to 2.15.3. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.15.2...v2.15.3) --- 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] --- src/tibiamapping/go.mod | 2 +- src/tibiamapping/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tibiamapping/go.mod b/src/tibiamapping/go.mod index 61bec35f..f836ec74 100644 --- a/src/tibiamapping/go.mod +++ b/src/tibiamapping/go.mod @@ -2,6 +2,6 @@ module github.com/TibiaData/tibiadata-api-go/src/tibiamapping go 1.23 -require github.com/go-resty/resty/v2 v2.15.2 +require github.com/go-resty/resty/v2 v2.15.3 require golang.org/x/net v0.28.0 // indirect diff --git a/src/tibiamapping/go.sum b/src/tibiamapping/go.sum index 6d12d03e..4d9b57c5 100644 --- a/src/tibiamapping/go.sum +++ b/src/tibiamapping/go.sum @@ -1,5 +1,5 @@ -github.com/go-resty/resty/v2 v2.15.2 h1:wLGqKU9l9tOIa2RyePoyu4ZUnDkUWfp2LZ0u6fMXExc= -github.com/go-resty/resty/v2 v2.15.2/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU= +github.com/go-resty/resty/v2 v2.15.3 h1:bqff+hcqAflpiF591hhJzNdkRsFhlB96CYfBwSFvql8= +github.com/go-resty/resty/v2 v2.15.3/go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU= golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=