-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (31 loc) · 1.12 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
module social_server
go 1.19
require (
github.com/bsm/redislock v0.9.4
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.4.0
github.com/improbable-eng/grpc-web v0.15.0
github.com/joho/godotenv v1.5.1
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.32.0
)
require (
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/redis/go-redis/v9 v9.0.3 // indirect
github.com/rs/cors v1.7.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
nhooyr.io/websocket v1.8.6 // indirect
)
require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.18.0
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
)