f71c15b4d2
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
21 lines
618 B
Modula-2
21 lines
618 B
Modula-2
module webserver
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.blackfinn.de/apiservice/bicycle v0.0.2
|
|
git.blackfinn.de/apiservice/sauna v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
|
github.com/influxdata/influxdb-client-go/v2 v2.13.0 // indirect
|
|
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
|
|
github.com/oapi-codegen/runtime v1.0.0 // indirect
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
)
|