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

18 lines
423 B
Modula-2
Raw Normal View History

module github.com/0ranki/enervent-ctrl/enervent-ctrl-go
go 1.18
2023-01-29 14:42:03 +02:00
require (
github.com/0ranki/https-go v0.0.0-20230314064508-ba9a558db433
github.com/goburrow/modbus v0.1.0
github.com/gorilla/handlers v1.5.1
gopkg.in/yaml.v3 v3.0.1
)
2023-01-29 14:42:03 +02:00
require golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/goburrow/serial v0.1.0 // indirect
)