mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-04-22 09:37:31 -05:00
45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module github.com/PretendoNetwork/friends-secure
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/PretendoNetwork/grpc-go v0.0.0-20230418154649-25a94d02f01f
|
|
github.com/PretendoNetwork/nex-go v1.0.26
|
|
github.com/PretendoNetwork/nex-protocols-go v1.0.31
|
|
github.com/PretendoNetwork/plogger-go v1.0.2
|
|
github.com/gocql/gocql v1.5.2
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
go.mongodb.org/mongo-driver v1.11.7
|
|
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
|
|
google.golang.org/grpc v1.55.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.15.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/jwalton/go-supportscolor v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.16.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/superwhiskers/crunch/v3 v3.5.7 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
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-20201027041543-1326539a0a0a // indirect
|
|
golang.org/x/crypto v0.9.0 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
golang.org/x/term v0.9.0 // indirect
|
|
golang.org/x/text v0.10.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
)
|