2019-11-16 16:11:37 +08:00
|
|
|
module github.com/HFO4/cloudreve
|
2019-11-04 20:30:12 +08:00
|
|
|
|
|
|
|
go 1.12
|
2019-11-05 12:31:22 +08:00
|
|
|
|
2019-11-05 19:49:56 +08:00
|
|
|
require (
|
2019-11-07 15:56:05 +08:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
2019-11-11 19:13:17 +08:00
|
|
|
github.com/gin-contrib/sessions v0.0.1
|
2019-11-05 19:49:56 +08:00
|
|
|
github.com/gin-gonic/gin v1.4.0
|
2019-11-08 18:29:12 +08:00
|
|
|
github.com/go-ini/ini v1.50.0
|
2019-11-06 22:35:31 +08:00
|
|
|
github.com/go-playground/locales v0.13.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
|
|
github.com/jinzhu/gorm v1.9.11
|
|
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
2019-11-09 19:04:48 +08:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
|
2019-11-13 17:03:55 +08:00
|
|
|
github.com/mojocn/base64Captcha v0.0.0-20190801020520-752b1cd608b2
|
2019-11-07 15:56:05 +08:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-11-06 22:35:31 +08:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-11-05 19:49:56 +08:00
|
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
|
|
)
|