加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
lubanproj 提交于 2020-04-26 10:55 . fix(test): fix client test failed
module github.com/lubanproj/gorpc
go 1.12
require (
github.com/golang/protobuf v1.3.2
github.com/hashicorp/consul/api v1.4.0
github.com/hhatto/gocloc v0.3.2 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/opentracing/opentracing-go v1.1.0
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sasha-s/go-deadlock v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/atomic v1.5.1 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化