Cloudreve/go.mod
2019-11-05 19:49:56 +08:00

8 lines
117 B
Modula-2

module Cloudreve
go 1.12
require (
github.com/gin-gonic/gin v1.4.0
gopkg.in/go-playground/validator.v8 v8.18.2
)