p1-logger/go.mod
Pieter Hollander 5801910be2
Some checks failed
Build Docker image / build (push) Failing after 25s
First commit.
2023-12-05 17:37:50 +01:00

15 lines
322 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 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)