forked from nite/go-igdb
15 lines
259 B
Modula-2
15 lines
259 B
Modula-2
module git.nite07.com/shadod/go-igdb
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.17.1
|
|
golang.org/x/time v0.14.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
)
|