From 560985f421189fde3963b8c5af7d7ee1312f125b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期六, 16 九月 2023 14:32:25 +0800 Subject: [PATCH] 换另外一个modbus库 --- go.mod | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/go.mod b/go.mod index 1cd151b..28e69f0 100644 --- a/go.mod +++ b/go.mod @@ -54,6 +54,8 @@ github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.14.0 // indirect github.com/go-sql-driver/mysql v1.7.0 // indirect + github.com/goburrow/modbus v0.1.0 // indirect + github.com/goburrow/serial v0.1.0 // indirect github.com/goccy/go-json v0.10.2 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect -- Gitblit v1.8.0