2019-11-16 03:11:37 -05:00
|
|
|
module github.com/HFO4/cloudreve
|
2019-11-04 07:30:12 -05:00
|
|
|
|
|
|
|
go 1.12
|
2019-11-04 23:31:22 -05:00
|
|
|
|
2019-11-05 06:49:56 -05:00
|
|
|
require (
|
2019-11-07 02:56:05 -05:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
2019-11-19 23:39:27 -05:00
|
|
|
github.com/fatih/color v1.7.0
|
2019-11-23 02:09:46 -05:00
|
|
|
github.com/gin-contrib/cors v1.3.0
|
2019-11-11 06:13:17 -05:00
|
|
|
github.com/gin-contrib/sessions v0.0.1
|
2019-11-05 06:49:56 -05:00
|
|
|
github.com/gin-gonic/gin v1.4.0
|
2019-11-08 05:29:12 -05:00
|
|
|
github.com/go-ini/ini v1.50.0
|
2019-11-06 09:35:31 -05:00
|
|
|
github.com/jinzhu/gorm v1.9.11
|
2019-11-19 23:39:27 -05:00
|
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
2019-11-09 06:04:48 -05:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
|
2019-11-13 04:03:55 -05:00
|
|
|
github.com/mojocn/base64Captcha v0.0.0-20190801020520-752b1cd608b2
|
2019-11-07 02:56:05 -05:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-11-25 22:42:26 -05:00
|
|
|
github.com/qiniu/api.v7/v7 v7.4.0
|
2019-11-23 02:09:46 -05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2019-11-06 09:35:31 -05:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-11-05 06:49:56 -05:00
|
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
2019-11-23 02:09:46 -05:00
|
|
|
gopkg.in/ini.v1 v1.51.0 // indirect
|
2019-11-05 06:49:56 -05:00
|
|
|
)
|