加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
module github.com/krylovsk/mqtt-benchmark
go 1.18
require (
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57
github.com/eclipse/paho.mqtt.golang v1.4.1
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化