加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
elitejam 提交于 2021-08-16 09:59 . Add intentgraph endpoint
module github.com/digital-dream-labs/api
go 1.14
require (
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.0-beta.5
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
google.golang.org/genproto v0.0.0-20200923140941-5646d36feee1
google.golang.org/grpc v1.33.1
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化