-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
46 lines (42 loc) · 1.85 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
module github.com/shimmeringbee/controller
go 1.22.0
toolchain go1.22.2
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/peterbourgon/ff/v3 v3.4.0
github.com/shimmeringbee/da v0.0.0-20240714070346-b84fc2e73097
github.com/shimmeringbee/logwrap v0.1.3
github.com/shimmeringbee/persistence v0.0.0-20240720200254-3a2a94e3614d
github.com/shimmeringbee/zda v0.0.0-20240714070445-404da6703600
github.com/shimmeringbee/zigbee v0.0.0-20240614104723-f4c0c0231568
github.com/shimmeringbee/zstack v0.0.0-20240714070814-75c3dd0a3d27
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.17.1
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/expr-lang/expr v1.16.9 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shimmeringbee/bytecodec v0.0.0-20240614104652-9d31c74dcd13 // indirect
github.com/shimmeringbee/callbacks v0.0.0-20240614104656-b56cd6b4b604 // indirect
github.com/shimmeringbee/retry v0.0.0-20240614104711-064c2726a8b4 // indirect
github.com/shimmeringbee/unpi v0.0.0-20240714070717-115f7e5e7d4a // indirect
github.com/shimmeringbee/zcl v0.0.0-20240614104719-4eee02c0ffd1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)