-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 800 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/shimmeringbee/zstack
go 1.22.0
toolchain go1.22.2
require (
github.com/shimmeringbee/bytecodec v0.0.0-20240614104652-9d31c74dcd13
github.com/shimmeringbee/logwrap v0.1.3
github.com/shimmeringbee/persistence v0.0.0-20240615141034-6414db99d48e
github.com/shimmeringbee/retry v0.0.0-20240614104711-064c2726a8b4
github.com/shimmeringbee/unpi v0.0.0-20240714070717-115f7e5e7d4a
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/pmezard/go-difflib v1.0.0 // indirect
github.com/shimmeringbee/zcl v0.0.0-20240614104719-4eee02c0ffd1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)