1 Star 0 Fork 12

chg / modbus-protocol-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
hezhuozhuo 提交于 2023-01-03 09:45 . 增加精度选项
module tp-modbus
go 1.17
require github.com/tbrandon/mbserver v0.0.0-20211210035124-daf3c8c4269f
require (
github.com/Knetic/govaluate v3.0.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/go-basic/uuid v1.0.0
github.com/goburrow/modbus v0.1.0 // indirect
github.com/goburrow/serial v0.1.0 // indirect
github.com/gogf/gf v1.16.9
github.com/google/uuid v1.3.0
github.com/panjf2000/ants/v2 v2.5.0
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.13.0
)
1
https://gitee.com/chgsoft/modbus-protocol-plugin.git
git@gitee.com:chgsoft/modbus-protocol-plugin.git
chgsoft
modbus-protocol-plugin
modbus-protocol-plugin
main

搜索帮助