saunaservice/go.mod
Thomas Klaehn ab73e296b5 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2023-01-31 13:11:32 +01:00

17 lines
365 B
Modula-2

module temperature
go 1.19
require (
github.com/eclipse/paho.mqtt.golang v1.4.2
periph.io/x/conn/v3 v3.7.0
periph.io/x/devices/v3 v3.7.0
periph.io/x/host/v3 v3.8.0
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)