加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2022-01-15 16:51 . 重构支持grpc
module gitee.com/go-course/restful-api-demo
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/caarlos0/env/v6 v6.9.1
github.com/go-playground/validator/v10 v10.9.0
github.com/go-sql-driver/mysql v1.6.0
github.com/imdario/mergo v0.3.12
github.com/infraboard/mcube v1.5.7
github.com/julienschmidt/httprouter v1.3.0
github.com/rs/xid v1.3.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.27.1
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化