mirror of
https://github.com/bestnite/igdb-database.git
synced 2025-06-17 02:03:18 +08:00
u
This commit is contained in:
12
go.mod
12
go.mod
@ -3,7 +3,7 @@ module igdb-database
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/bestnite/go-igdb v0.0.9
|
||||
github.com/bestnite/go-igdb v0.0.11
|
||||
go.mongodb.org/mongo-driver/v2 v2.1.0
|
||||
google.golang.org/protobuf v1.36.6
|
||||
)
|
||||
@ -17,7 +17,7 @@ require (
|
||||
github.com/bestnite/go-flaresolverr v0.0.0-20250404141941-4644c2e66727 // indirect
|
||||
github.com/cloudflare/circl v1.6.0 // indirect
|
||||
github.com/go-resty/resty/v2 v2.16.5 // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/golang/snappy v1.0.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
github.com/refraction-networking/utls v1.6.7 // indirect
|
||||
@ -25,10 +25,10 @@ require (
|
||||
github.com/xdg-go/scram v1.1.2 // indirect
|
||||
github.com/xdg-go/stringprep v1.0.4 // indirect
|
||||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/crypto v0.37.0 // indirect
|
||||
golang.org/x/net v0.38.0 // indirect
|
||||
golang.org/x/sync v0.12.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
golang.org/x/sync v0.13.0 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
golang.org/x/text v0.24.0 // indirect
|
||||
h12.io/socks v1.0.3 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user