Add sauna

This commit is contained in:
Thomas Klaehn
2023-01-30 15:54:49 +01:00
parent f8b2047cff
commit 89a78993b5
39 changed files with 241 additions and 127 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module webserver
go 1.19
require github.com/eclipse/paho.mqtt.golang v1.4.2
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
)