forked from qit-team/snow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 849 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
25
module github.com/qit-team/snow
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/fatih/color v1.7.0
github.com/gin-gonic/gin v1.4.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.4
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/qit-team/snow-core v0.1.10
github.com/qit-team/work v0.3.4
github.com/robfig/cron v1.2.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 // indirect
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.2
github.com/urfave/cli v1.20.0
gopkg.in/go-playground/validator.v9 v9.29.1
xorm.io/core v0.6.3
)