18 lines
384 B
Modula-2
18 lines
384 B
Modula-2
module joylink.club/iot
|
|
|
|
go 1.21
|
|
|
|
require github.com/simonvetter/modbus v1.6.0
|
|
|
|
require (
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
|
|
github.com/goburrow/serial v0.1.0 // indirect
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|