-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.28 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.28 KB
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
module mk-api
go 1.13
require (
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/bwmarrin/snowflake v0.3.0
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/uuid v1.1.1
github.com/jmoiron/sqlx v1.2.1-0.20200615141059-0794cb1f47ee
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/qiniu/api.v7/v7 v7.5.0
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/silenceper/wechat/v2 v2.0.1
github.com/sirupsen/logrus v1.6.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.7
github.com/tencentcloud/tencentcloud-sdk-go v3.0.213+incompatible
github.com/tencentyun/cos-go-sdk-v5 v0.7.7
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)