-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
31 lines (28 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/home2mqtt/wscgo
go 1.21
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/go-ble/ble v0.0.0-20220207185428-60d1eecf2633
github.com/home2mqtt/hass v0.0.8
gopkg.in/ini.v1 v1.67.0
periph.io/x/conn/v3 v3.7.0
periph.io/x/devices/v3 v3.7.1
periph.io/x/host/v3 v3.8.2
)
require (
github.com/JuulLabs-OSS/cbgo v0.0.2 // indirect
github.com/goph/emperror v0.17.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/noirbizarre/gonja v0.0.0-20200629003239-4d051fd0be61 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)