- 更正软件包规则
This commit is contained in:
mori 2023-07-23 12:52:23 +08:00
parent 4a4b2ad3fd
commit 34ed2ec889
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module mori.pro/go-module/modbus
module gitea.com/mo_ri/modbus
go 1.20

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/goburrow/serial v0.1.0 h1:v2T1SQa/dlUqQiYIT8+Cu7YolfqAi3K96UmhwYyuSrA=
github.com/goburrow/serial v0.1.0/go.mod h1:sAiqG0nRVswsm1C97xsttiYCzSLBmUZ/VSlVLZJ8haA=
github.com/simonvetter/modbus v1.6.0 h1:RDHJevtc7LDIVoHAbhDun8fy+QwnGe+ZU+sLm9ZZzjc=
github.com/simonvetter/modbus v1.6.0/go.mod h1:hh90ZaTaPLcK2REj6/fpTbiV0J6S7GWmd8q+GVRObPw=