-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 728 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/bitver/zigbee
go 1.15
require (
github.com/creack/goselect v0.1.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dyrkin/bin v0.0.0-20200122082325-a66640919177
github.com/dyrkin/composer v0.0.0-20200122082441-a24eee489fd9 // indirect
github.com/dyrkin/unp-go v1.0.2
github.com/dyrkin/zcl-go v0.0.0-20200122082408-86a32f3bc150
github.com/dyrkin/znp-go v0.0.0-20200122082529-69131cf3194a
github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/tv42/topic v0.0.0-20130729201830-aa72cbe81b48
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541
golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 // indirect
)