-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 852 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 Qiniu
go 1.14
require (
github.com/astaxie/beego v1.12.2
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/jinzhu/gorm v1.9.14
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.7.0
github.com/martini-contrib/binding v0.0.0-20160701174519-05d3e151b6cf
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
github.com/onsi/ginkgo v1.13.0
github.com/onsi/gomega v1.10.1
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/urfave/cli v1.22.4
github.com/zenazn/goji v1.0.1
github.com/ziutek/mymysql v1.5.4
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
)