Cloudreve/go.mod

9 lines
117 B
Modula-2
Raw Normal View History

2019-11-05 12:31:22 +08:00
module 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 (
github.com/gin-gonic/gin v1.4.0
gopkg.in/go-playground/validator.v8 v8.18.2
)