p1-logger/go.mod
Pieter Hollander 703310f305
All checks were successful
Build Docker image / build (push) Successful in 1m4s
Remove completed TODO remark. Optionally support .env files.
2024-02-20 15:50:50 +01:00

15 lines
310 B
Modula-2

module git.hollander.online/energy/p1-logger
go 1.21.4
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/lib/pq v1.10.9
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)