forked from tinode/chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (38 loc) · 1.45 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/tinode/chat
go 1.16
require (
cloud.google.com/go/storage v1.29.0 // indirect
firebase.google.com/go v3.13.0+incompatible
github.com/aws/aws-sdk-go v1.44.211
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-sql-driver/mysql v1.7.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.9
github.com/gorilla/handlers v1.5.1
github.com/gorilla/websocket v1.5.0
github.com/jmoiron/sqlx v1.3.5
github.com/klauspost/compress v1.16.0 // indirect
github.com/montanaflynn/stats v0.7.0 // indirect
github.com/nyaruka/phonenumbers v1.1.6
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.41.0
github.com/prometheus/procfs v0.9.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tinode/jsonco v1.0.0
github.com/tinode/snowflake v1.0.0
github.com/xdg-go/scram v1.1.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.11.2
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.5.0
golang.org/x/text v0.7.0
golang.org/x/time v0.3.0 // indirect
google.golang.org/api v0.111.0
google.golang.org/genproto v0.0.0-20230301171018-9ab4bdc49ad5 // indirect
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.2
)