forked from platinasystems/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (25 loc) · 1.18 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
module github.com/platinasystems/go
require (
github.com/cavaliercoder/grab v1.0.0
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
github.com/d2g/dhcp4client v0.0.0-20180622102533-b7a004ff1a09
github.com/garyburd/redigo v1.6.0
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/kr/pty v1.1.3
github.com/mattn/go-isatty v0.0.4
github.com/platinasystems/atsock v1.1.0
github.com/platinasystems/dbg v1.1.0
github.com/platinasystems/fdt v0.0.0-20181004054827-3416b99a7d82
github.com/platinasystems/go-redis-server v0.0.0-20181030193423-fcb8fa742b73
github.com/platinasystems/gpio v0.0.0-20181120172958-aa9a44e83566
github.com/platinasystems/i2c v1.1.0
github.com/platinasystems/liner v0.0.0-20170801164932-8dd8fbd0e16d
github.com/platinasystems/log v1.2.1
github.com/platinasystems/memio v0.0.0-20181109233200-08a432045d57
github.com/platinasystems/redis v1.2.0
github.com/ramr/go-reaper v0.0.0-20170814234526-35f6a64e44ff
github.com/satori/go.uuid v1.2.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
)