go.mod 397 字节
Newer Older
H
HFO4 已提交
1
module Cloudreve
H
Init  
HFO4 已提交
2 3

go 1.12
H
HFO4 已提交
4

H
HFO4 已提交
5 6
require (
	github.com/gin-gonic/gin v1.4.0
H
HFO4 已提交
7 8 9 10 11
	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
	github.com/stretchr/testify v1.4.0
H
HFO4 已提交
12
	gopkg.in/go-playground/validator.v8 v8.18.2
H
HFO4 已提交
13
	gopkg.in/go-playground/validator.v9 v9.30.0
H
HFO4 已提交
14
)