1 Star 0 Fork 2

蜗牛de战争/file-server

forked from ApulisPlatform/file-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 387 Bytes
一键复制 编辑 原始数据 按行查看 历史
zjupigeon 提交于 2021-08-19 19:18 +08:00 . fix(cors): add gin cors
module github.com/apulis/bmod/file-server
go 1.16
require (
github.com/apulis/sdk/go-utils v0.1.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.4
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/tus/tusd v1.6.0
sigs.k8s.io/yaml v1.2.0
)
replace (
github.com/apulis/sdk/go-utils => ./deps/go-utils
github.com/tus/tusd => ./deps/tusd
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bianfu/file-server.git
git@gitee.com:bianfu/file-server.git
bianfu
file-server
file-server
v1.6.0

搜索帮助