-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 865 Bytes
/
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
module b2t_helpdesk
go 1.14
require (
github.com/adjust/rmq v1.0.0
github.com/adjust/rmq/v3 v3.0.0
github.com/adjust/uniuri v0.0.0-20130923163420-498743145e60 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/enriquebris/goconcurrentqueue v0.6.0
github.com/fasthttp/router v1.3.5
github.com/go-redis/redis/v7 v7.4.0 // indirect
github.com/go-redis/redis/v8 v8.5.0
github.com/go-sql-driver/mysql v1.5.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/huandu/go-sqlbuilder v1.11.0
github.com/jinzhu/copier v0.2.3
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
github.com/tidwall/gjson v1.6.8
github.com/valyala/fasthttp v1.19.0
github.com/valyala/quicktemplate v1.6.3
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/redis.v3 v3.6.4 // indirect
)