update deps
This commit is contained in:
6
go.mod
6
go.mod
@@ -5,7 +5,7 @@ go 1.24.6
|
||||
require (
|
||||
entgo.io/ent v0.14.5
|
||||
github.com/aclements/go-moremath v0.0.0-20241023150245-c8bbc672ef66
|
||||
github.com/an0nfunc/go-steam/v3 v3.1.0
|
||||
github.com/an0nfunc/go-steam/v3 v3.1.1
|
||||
github.com/an0nfunc/go-steamapi v1.1.3
|
||||
github.com/gin-contrib/cors v1.7.6
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
@@ -46,7 +46,7 @@ require (
|
||||
github.com/go-playground/validator/v10 v10.28.0 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/goccy/go-yaml v1.18.0 // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/golang/snappy v1.0.0 // indirect
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
|
||||
@@ -83,7 +83,7 @@ require (
|
||||
go.uber.org/mock v0.6.0 // indirect
|
||||
golang.org/x/arch v0.22.0 // indirect
|
||||
golang.org/x/crypto v0.43.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
|
||||
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
||||
golang.org/x/mod v0.29.0 // indirect
|
||||
golang.org/x/net v0.46.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user