加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 365 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brett Dietsch 提交于 2021-01-19 08:54 . initial check-in
module github.com/digital-dream-labs/escape-pod-extension
go 1.15
require (
github.com/digital-dream-labs/hugh v0.0.0-20210107135018-4ade8d79a71c
github.com/digital-dream-labs/vector-go-sdk v0.0.0-20210107190004-11305af4a8c5
github.com/golang/protobuf v1.4.3
github.com/spf13/viper v1.7.1
google.golang.org/grpc v1.34.0
google.golang.org/protobuf v1.25.0
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化