forked from platinasystems/go
-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
37 lines (36 loc) · 1.85 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
module github.com/platinasystems/go
require (
docker.io/go-docker v1.0.0
github.com/Microsoft/go-winio v0.4.11 // indirect
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/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff // indirect
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/garyburd/redigo v1.6.0
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // 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/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/platinasystems/dbg v0.0.0-20181005210558-dd78b3b550ae
github.com/platinasystems/fe1 v0.0.0-20181008201145-b9b2baf7159a
github.com/platinasystems/firmware-fe1a v0.0.0-20170616152047-60f39141fbbf // 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/pmezard/go-difflib v1.0.0 // indirect
github.com/ramr/go-reaper v0.0.0-20170814234526-35f6a64e44ff
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.2.2 // indirect
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
golang.org/x/net v0.0.0-20181004194319-68fc911561ed // indirect
golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect
gopkg.in/yaml.v2 v2.2.1
)