mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -05:00
48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module github.com/PretendoNetwork/friends
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/PretendoNetwork/grpc/go v0.0.0-20260114221322-0631a1e0c840
|
|
github.com/PretendoNetwork/nex-go/v2 v2.3.0
|
|
github.com/PretendoNetwork/nex-protocols-common-go/v2 v2.4.0
|
|
github.com/PretendoNetwork/nex-protocols-go/v2 v2.2.1
|
|
github.com/PretendoNetwork/plogger-go v1.1.0
|
|
github.com/PretendoNetwork/sql-manager v1.0.0
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
google.golang.org/grpc v1.78.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dolthub/maphash v0.1.0 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/jwalton/go-supportscolor v1.2.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/lxzan/gws v1.8.8 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // 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.66.1 // indirect
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
|
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e // indirect
|
|
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/mod v0.29.0 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/term v0.37.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|