mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-08-04 00:51:28 -05:00
46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
Modula-2
module github.com/PretendoNetwork/friends-secure
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/PretendoNetwork/grpc-go v1.0.2
|
|
github.com/PretendoNetwork/nex-go v1.0.29
|
|
github.com/PretendoNetwork/nex-protocols-common-go v1.0.23
|
|
github.com/PretendoNetwork/nex-protocols-go v1.0.41
|
|
github.com/PretendoNetwork/plogger-go v1.0.3
|
|
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.12.0
|
|
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
|
|
google.golang.org/grpc v1.56.2
|
|
)
|
|
|
|
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.2.0 // indirect
|
|
github.com/klauspost/compress v1.16.7 // 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.11.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/term v0.10.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
)
|