22 lines
504 B
Modula-2
22 lines
504 B
Modula-2
module git.hollander.online/energy/p1-logger
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.5.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/pressly/goose/v3 v3.24.1
|
|
)
|
|
|
|
require (
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/joho/godotenv v1.5.1
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
)
|