chore: updated go and packages version

This commit is contained in:
2026-02-12 15:45:33 +03:00
parent ed379c904a
commit b987a60f13
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module git.nite07.com/shadod/go-igdb
go 1.25.6
go 1.26.0
require (
github.com/go-resty/resty/v2 v2.17.1
@@ -10,5 +10,5 @@ require (
require (
github.com/google/go-cmp v0.7.0 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/net v0.50.0 // indirect
)