forked from platinasystems/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.49 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
module github.com/platinasystems/go
require (
docker.io/go-docker v1.0.0
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c
github.com/d2g/dhcp4client v0.0.0-20180622102533-b7a004ff1a09
github.com/docker/distribution v2.7.0-rc.0.0.20181002220433-1cb4180b1a5b+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/garyburd/redigo v1.6.0
github.com/gogo/protobuf v1.1.1 // indirect
github.com/gotk3/gotk3 v0.0.0-20180905040958-020531a77b59
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d
github.com/kr/pty v1.1.3
github.com/mattn/go-isatty v0.0.4
github.com/platinasystems/dbg v0.0.0-20181005210558-dd78b3b550ae
github.com/platinasystems/fe1 v0.0.0-20181015162134-a2cbf0365b2b // indirect
github.com/platinasystems/go-redis-server v0.0.0-20170607003434-2aae595273b8
github.com/platinasystems/liner v0.0.0-20170801164932-8dd8fbd0e16d
github.com/platinasystems/xeth v0.0.0-20181010000040-d9ed5089fdd0
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-20181011144130-49bb7cea24b1 // indirect
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
gopkg.in/yaml.v2 v2.2.1
)
replace github.com/platinasystems/fe1 => ../fe1
replace github.com/platinasystems/firmware-fe1a => ../firmware-fe1a