加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
module github.com/metaverse/truss
go 1.13
require (
github.com/davecgh/go-spew v1.1.1
github.com/gogo/protobuf v1.2.2-0.20190601103108-21df5aa0e680
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pmezard/go-difflib v1.0.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20191220142924-d4481acd189f // indirect
golang.org/x/tools v0.0.0-20200103221440-774c71fcf114
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化