6d9b0da10a
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
19 lines
496 B
Modula-2
19 lines
496 B
Modula-2
module powercollect
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
actshad.dev/modbus v0.2.0
|
|
github.com/influxdata/influxdb-client-go/v2 v2.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/deepmap/oapi-codegen v1.12.2 // indirect
|
|
github.com/goburrow/serial v0.1.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
)
|