fix
liuxiaolong
2020-08-11 d7a9efbda9ff5fdac1e2cc8e663c621dc19d5a45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module car-service
 
go 1.14
 
require (
    github.com/ajg/form v1.5.1
    github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
    github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190808125512-07798873deee
    github.com/astaxie/beego v1.12.1
    github.com/mattn/go-sqlite3 v1.10.0
    github.com/robfig/cron v1.2.0
    github.com/satori/go.uuid v1.2.0
    github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
    github.com/smartystreets/goconvey v1.6.4 // indirect
    github.com/swaggo/swag v1.6.7
)