1 Star 3 Fork 23

go-course / rpc-g7

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2022-05-15 11:07 . 添加grpc simple
module gitee.com/go-course/rpc-g7
go 1.18
require (
github.com/golang/snappy v0.0.4
github.com/stretchr/testify v1.7.1
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
1
https://gitee.com/go-course/rpc-g7.git
git@gitee.com:go-course/rpc-g7.git
go-course
rpc-g7
rpc-g7
master

搜索帮助