Skip to content

Commit 9ff1ace

Browse files
Bump github.com/go-resty/resty/v2 in /src/tibiamapping (#360)
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/go-resty/resty/releases) - [Commits](go-resty/resty@v2.13.0...v2.13.1) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 875e3b9 commit 9ff1ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tibiamapping/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/TibiaData/tibiadata-api-go/src/tibiamapping
22

33
go 1.22
44

5-
require github.com/go-resty/resty/v2 v2.13.0
5+
require github.com/go-resty/resty/v2 v2.13.1
66

77
require golang.org/x/net v0.25.0 // indirect

src/tibiamapping/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/go-resty/resty/v2 v2.13.0 h1:joaL6wxSgm1OZal4FAAyddkL1T4uo5NxHYFkGmUusqE=
2-
github.com/go-resty/resty/v2 v2.13.0/go.mod h1:GznXlLxkq6Nh4sU59rPmUw3VtgpO3aS96ORAI6Q7d+0=
1+
github.com/go-resty/resty/v2 v2.13.1 h1:x+LHXBI2nMB1vqndymf26quycC4aggYJ7DECYbiz03g=
2+
github.com/go-resty/resty/v2 v2.13.1/go.mod h1:GznXlLxkq6Nh4sU59rPmUw3VtgpO3aS96ORAI6Q7d+0=
33
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
44
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
55
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=

0 commit comments

Comments
 (0)