47 lines
1.9 KiB
Modula-2
47 lines
1.9 KiB
Modula-2
module mongo.games.com/goserver
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/howeyc/fsnotify v0.9.0
|
|
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
|
|
github.com/stathat/consistent v1.0.0
|
|
github.com/streadway/amqp v1.1.0
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
go.etcd.io/etcd/client/v3 v3.5.16
|
|
golang.org/x/time v0.7.0
|
|
google.golang.org/protobuf v1.35.1
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.4 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/grpc v1.59.0 // indirect
|
|
stathat.com/c/consistent v1.0.0 // indirect
|
|
)
|