-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (45 loc) · 1.98 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
41
42
43
44
45
46
47
48
module github.com/sakuraapp/gateway
go 1.18
require (
github.com/go-pg/pg/extra/pgdebug v0.2.0
github.com/go-pg/pg/v10 v10.10.6
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.5-0.20211027084822-25378ca292e5
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.3.0
github.com/joho/godotenv v1.3.0
github.com/lesismal/nbio v1.3.7
github.com/mitchellh/mapstructure v1.4.3
github.com/rs/cors v1.8.0
github.com/sakuraapp/protobuf v0.0.0-20220219083828-ad1faf6b3d3d
github.com/sakuraapp/pubsub v0.0.0-20230313165424-054ed0eba8a5
github.com/sakuraapp/shared v0.0.0-20230313165743-cb2bf3ac1f9d
github.com/sirupsen/logrus v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/net v0.0.0-20211020060615-d418f374d309
google.golang.org/grpc v1.44.0
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-chi/render v1.0.1 // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/lesismal/llib v1.1.10 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/bufpool v0.1.11 // indirect
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/exp v0.0.0-20210916165020-5cb4fee858ee // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210923061019-b8560ed6a9b7 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/guregu/null.v4 v4.0.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)