From f070f9762d368beaf619b666031167e752e6b73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 07:14:05 +0000 Subject: [PATCH] deps(go): 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.17.0 to 2.17.1. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.17.0...v2.17.1) --- updated-dependencies: - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.1 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 91f3f2c..f0c2391 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.25.0 -require github.com/go-resty/resty/v2 v2.17.0 +require github.com/go-resty/resty/v2 v2.17.1 require golang.org/x/net v0.43.0 // indirect diff --git a/src/tibiamapping/go.sum b/src/tibiamapping/go.sum index 29d86cf..8eff6bf 100644 --- a/src/tibiamapping/go.sum +++ b/src/tibiamapping/go.sum @@ -1,5 +1,5 @@ -github.com/go-resty/resty/v2 v2.17.0 h1:pW9DeXcaL4Rrym4EZ8v7L19zZiIlWPg5YXAcVmt+gN0= -github.com/go-resty/resty/v2 v2.17.0/go.mod h1:kCKZ3wWmwJaNc7S29BRtUhJwy7iqmn+2mLtQrOyQlVA= +github.com/go-resty/resty/v2 v2.17.1 h1:x3aMpHK1YM9e4va/TMDRlusDDoZiQ+ViDu/WpA6xTM4= +github.com/go-resty/resty/v2 v2.17.1/go.mod h1:kCKZ3wWmwJaNc7S29BRtUhJwy7iqmn+2mLtQrOyQlVA= golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE= golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg= golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=