enervent-ctrl/enervent-ctrl-go/go.mod

14 lines
258 B
Modula-2

module github.com/0ranki/enervent-ctrl/enervent-ctrl-go
go 1.18
require (
github.com/goburrow/modbus v0.1.0
github.com/gorilla/handlers v1.5.1
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/goburrow/serial v0.1.0 // indirect
)