15 lines
322 B
Modula-2
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
|
|
)
|