加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
winc-link 提交于 2023-08-29 17:35 . update gitee add to github
module github.com/winc-link/hummingbird-sdk-go
go 1.16
require (
github.com/BurntSushi/toml v1.3.2
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/winc-link/edge-driver-proto v0.0.0-20230208100708-287ba270a685
go.uber.org/zap v1.24.0
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)
require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化