p1-logger/go.mod
Pieter Hollander b70c6bd8e2
All checks were successful
Build Docker image / build (push) Successful in 1m2s
Build Golang packages / release (push) Successful in 2m14s
Implement proper DB migrations. Add support for logging electricity sags and swells. Preliminary work on supporting BE and LU specific variables.
2024-07-26 22:02:47 +02:00

22 lines
503 B
Modula-2

module git.hollander.online/energy/p1-logger
go 1.22
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/lib/pq v1.10.9
github.com/pressly/goose/v3 v3.21.1
)
require (
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.7.0 // indirect
)