1 Star 0 Fork 467

至善/go-fastdfs

forked from sjqzhang/go-fastdfs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
张生 提交于 2024-09-18 09:30 . fix clean empty folder
module github.com/sjqzhang/go-fastdfs
go 1.17
require (
github.com/astaxie/beego v1.12.3
github.com/deckarep/golang-set v1.7.1
github.com/eventials/go-tus v0.0.0-20200718001131-45c7ec8f5d59
github.com/json-iterator/go v1.1.12
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil/v3 v3.23.3
github.com/sjqzhang/googleAuthenticator v0.0.0-20160926062737-f198f070e0b1
github.com/sjqzhang/goutil v0.0.0-20200618044433-2319148e0a46
github.com/sjqzhang/seelog v0.0.0-20180104061743-556439109558
github.com/sjqzhang/tusd v0.11.3
github.com/spf13/cobra v1.1.3
github.com/syndtr/goleveldb v1.0.0
)
require (
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/Acconut/lockfile.v1 v1.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/alone_myself/go-fastdfs.git
git@gitee.com:alone_myself/go-fastdfs.git
alone_myself
go-fastdfs
go-fastdfs
master

搜索帮助