-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
25 lines (22 loc) · 936 Bytes
/
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
module github.com/shimmeringbee/zda
go 1.22.0
require (
github.com/expr-lang/expr v1.16.9
github.com/shimmeringbee/callbacks v0.0.0-20240614104656-b56cd6b4b604
github.com/shimmeringbee/da v0.0.0-20240714070346-b84fc2e73097
github.com/shimmeringbee/logwrap v0.1.3
github.com/shimmeringbee/persistence v0.0.0-20240615183316-1a60e6781413
github.com/shimmeringbee/retry v0.0.0-20240614104711-064c2726a8b4
github.com/shimmeringbee/zcl v0.0.0-20240614104719-4eee02c0ffd1
github.com/shimmeringbee/zigbee v0.0.0-20240614104723-f4c0c0231568
github.com/stretchr/testify v1.9.0
golang.org/x/sync v0.7.0
)
require (
github.com/davecgh/go-spew v1.1.1 // 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/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)