mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-08-01 07:53:40 -05:00
46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
Modula-2
module github.com/PretendoNetwork/super-mario-maker-secure
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/PretendoNetwork/grpc-go v1.0.2
|
|
github.com/PretendoNetwork/nex-go v1.0.41
|
|
github.com/PretendoNetwork/nex-protocols-common-go v1.0.30
|
|
github.com/PretendoNetwork/nex-protocols-go v1.0.58
|
|
github.com/PretendoNetwork/plogger-go v1.0.4
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/minio/minio-go/v7 v7.0.63
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
|
google.golang.org/grpc v1.59.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.4.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/jwalton/go-supportscolor v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.17.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/mod v0.13.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/term v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
)
|