加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
ckeyer 提交于 2020-06-13 16:45 . use go mod, rm govendor
module github.com/ckeyer/tarofs
go 1.13
require (
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化