-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
39 lines (37 loc) · 1.7 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
module github.com/platinasystems/goes
require (
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/cavaliercoder/grab v1.0.0
github.com/creack/pty v1.1.11
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
github.com/d2g/dhcp4client v0.0.0-20180622102533-b7a004ff1a09
github.com/djherbis/times v1.2.0 // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/garyburd/redigo v1.6.0
github.com/gliderlabs/ssh v0.3.0
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
github.com/mattn/go-isatty v0.0.4
github.com/platinasystems/fdt v1.0.1
github.com/platinasystems/go-redis-server v0.0.0-20181030193423-fcb8fa742b73
github.com/platinasystems/gpio v1.3.0
github.com/platinasystems/ioport v0.0.1
github.com/platinasystems/ldp v0.0.3
github.com/platinasystems/liner v0.0.0-20170801164932-8dd8fbd0e16d
github.com/platinasystems/loopback v0.0.2
github.com/platinasystems/memio v0.0.0-20181109233200-08a432045d57
github.com/platinasystems/nvram v1.0.0
github.com/platinasystems/ssh_key_helper v0.0.1
github.com/platinasystems/term v0.0.0-20190801203457-969603cfd238
github.com/platinasystems/ubi v0.0.2
github.com/platinasystems/url v1.1.1
github.com/ramr/go-reaper v0.0.0-20170814234526-35f6a64e44ff
github.com/satori/go.uuid v1.2.0
github.com/satori/uuid v1.2.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/ulikunitz/xz v0.5.8
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 // indirect
)
go 1.14