mirror of
https://github.com/PretendoNetwork/splatoon.git
synced 2026-08-02 08:12:27 -05:00
42 lines
1.7 KiB
Modula-2
42 lines
1.7 KiB
Modula-2
module github.com/PretendoNetwork/splatoon
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/PretendoNetwork/grpc/go v0.0.0-20260501210425-981c793afb28
|
|
github.com/PretendoNetwork/nex-go/v2 v2.3.1
|
|
github.com/PretendoNetwork/nex-protocols-common-go/v2 v2.4.1-0.20260717203532-af94ffc9be23
|
|
github.com/PretendoNetwork/nex-protocols-go/v2 v2.3.6-0.20260718144111-55050c33ce7a
|
|
github.com/PretendoNetwork/plogger-go v1.1.0
|
|
github.com/joho/godotenv v1.5.1
|
|
google.golang.org/grpc v1.82.1
|
|
)
|
|
|
|
require (
|
|
github.com/PretendoNetwork/pq-extended v1.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/jwalton/go-supportscolor v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.19.0 // indirect
|
|
github.com/lib/pq v1.12.3 // indirect
|
|
github.com/lxzan/gws v1.10.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.15 // indirect
|
|
github.com/mattn/go-isatty v0.0.23 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_golang v1.23.2 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.70.0 // indirect
|
|
github.com/prometheus/procfs v0.21.1 // indirect
|
|
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e // indirect
|
|
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
|
|
golang.org/x/exp v0.0.0-20260709172345-9ea1abe57597 // indirect
|
|
golang.org/x/mod v0.38.0 // indirect
|
|
golang.org/x/net v0.57.0 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/term v0.45.0 // indirect
|
|
golang.org/x/text v0.40.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260715232425-e75dac1f907d // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|