mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2024-04-21 12:31:40 +00:00
9 lines
117 B
AMPL
9 lines
117 B
AMPL
module Cloudreve
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.4.0
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
|
)
|