From 618a994bac4e4f30c274689292c760eca6f10366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:08:25 +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.1 to 2.17.2. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.17.1...v2.17.2) --- updated-dependencies: - dependency-name: github.com/go-resty/resty/v2 dependency-version: 2.17.2 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 f0c2391..fb229a7 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.1 +require github.com/go-resty/resty/v2 v2.17.2 require golang.org/x/net v0.43.0 // indirect diff --git a/src/tibiamapping/go.sum b/src/tibiamapping/go.sum index 8eff6bf..52369de 100644 --- a/src/tibiamapping/go.sum +++ b/src/tibiamapping/go.sum @@ -1,5 +1,5 @@ -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= +github.com/go-resty/resty/v2 v2.17.2 h1:FQW5oHYcIlkCNrMD2lloGScxcHJ0gkjshV3qcQAyHQk= +github.com/go-resty/resty/v2 v2.17.2/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=