forked from moncho/dry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (47 loc) · 2.44 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
40
41
42
43
44
45
46
47
48
module github.com/moncho/dry
require (
github.com/Microsoft/go-winio v0.4.9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/cli v0.0.0-20180712011953-7178075fdad6
github.com/docker/distribution v0.0.0-20180522175653-f0cc92778478
github.com/docker/docker v0.0.0-20180602184202-641e2c01cca0
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3
github.com/docker/libnetwork v0.0.0-20180222171459-0ae9b6f38f24 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gizak/termui v0.0.0-20180614095157-19bab32e9cf4
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/gosuri/uitable v0.0.0-20151209045405-62e40473eadf
github.com/gotestyourself/gotestyourself v2.1.0+incompatible // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/jessevdk/go-flags v0.0.0-20151028205243-fc93116606d0
github.com/maruel/panicparse v0.0.0-20180318230139-4417700b5a8d // indirect
github.com/mattn/go-runewidth v0.0.0-20150823121946-12e0ff74603c
github.com/mitchellh/go-homedir v0.0.0-20160621174243-756f7b183b7a
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
github.com/olekukonko/tablewriter v0.0.0-20160115111002-cca8bbc07984
github.com/onsi/ginkgo v1.6.0 // indirect
github.com/onsi/gomega v1.4.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.0.0-20160616074057-494e70f76205
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/testify v1.2.2 // indirect
github.com/vishvananda/netlink v1.0.0 // indirect
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect
golang.org/x/net v0.0.0-20180724234803-3673e40ba225
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
golang.org/x/sys v0.0.0-20180724212812-e072cadbbdc8 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
gotest.tools v2.1.0+incompatible // indirect
)