From c3dabec231b90346fb77f1675f30c5d6ef4bcba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 07:24:45 +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.16.4 to 2.16.5. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](https://github.com/go-resty/resty/compare/v2.16.4...v2.16.5) --- 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 e7da7d3..860040d 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.5 -require github.com/go-resty/resty/v2 v2.16.4 +require github.com/go-resty/resty/v2 v2.16.5 require golang.org/x/net v0.34.0 // indirect diff --git a/src/tibiamapping/go.sum b/src/tibiamapping/go.sum index efce56d..913d8cc 100644 --- a/src/tibiamapping/go.sum +++ b/src/tibiamapping/go.sum @@ -1,5 +1,5 @@ -github.com/go-resty/resty/v2 v2.16.4 h1:81IjtszQKwbz7dot4LLYGwhJNUsNwECD2O7nru5q60E= -github.com/go-resty/resty/v2 v2.16.4/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA= +github.com/go-resty/resty/v2 v2.16.5 h1:hBKqmWrr7uRc3euHVqmh1HTHcKn99Smr7o5spptdhTM= +github.com/go-resty/resty/v2 v2.16.5/go.mod h1:hkJtXbA2iKHzJheXYvQ8snQES5ZLGKMwQ07xAwp/fiA= golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=