-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
117 lines (115 loc) · 6.96 KB
/
go.mod
File metadata and controls
117 lines (115 loc) · 6.96 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
module github.com/docker/cli
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/Microsoft/go-winio v0.4.8 // indirect
github.com/Microsoft/hcsshim v0.7.4 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/PuerkitoBio/purell v1.0.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/containerd/cgroups v0.0.0-20180917172123-5017d4e9a9cf // indirect
github.com/containerd/console v0.0.0-20180703212128-5d1b48d6114b
github.com/containerd/containerd v0.0.0-20180626174040-08f7ee9828af // indirect
github.com/containerd/continuity v0.0.0-20180524210603-d3c23511c1bf // indirect
github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 // indirect
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd // indirect
github.com/coreos/etcd v3.2.1+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 // indirect
github.com/cpuguy83/go-md2man v1.0.8
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/docker/distribution v0.0.0-20180327202408-83389a148052
github.com/docker/docker v0.0.0-20180816081446-320063a2ad06
github.com/docker/docker-credential-helpers v0.6.1
github.com/docker/go v0.0.0-20160303222718-d30aec9fd63c // indirect
github.com/docker/go-connections v0.0.0-20180212134524-7beb39f0b969
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad // indirect
github.com/docker/go-metrics v0.0.0-20170502235133-d466d4f6fd96 // indirect
github.com/docker/go-units v0.0.0-20170127094116-9e638d38cf69
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/docker/swarmkit v0.0.0-20180705210007-199cf49cd996
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 // indirect
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1 // indirect
github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9 // indirect
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501 // indirect
github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gogo/googleapis v1.1.0 // indirect
github.com/gogo/protobuf v1.0.0
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7 // indirect
github.com/google/btree v0.0.0-20161217183710-316fb6d3f031 // indirect
github.com/google/go-cmp v0.2.0
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9 // indirect
github.com/googleapis/gnostic v0.0.0-20170717235551-e4f56557df62 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b // indirect
github.com/gregjones/httpcache v0.0.0-20170926212834-c1f8028e62ad // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880 // indirect
github.com/howeyc/gopass v0.0.0-20160826175423-3ca23474a7c7 // indirect
github.com/imdario/mergo v0.3.5
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v0.0.0-20171010005702-6240e1e7983a // indirect
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a // indirect
github.com/mattn/go-shellwords v1.0.3
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
github.com/mitchellh/mapstructure v0.0.0-20161020161836-f3009df150da
github.com/moby/buildkit v0.0.0-20180703215801-9acf51e49185
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
github.com/onsi/gomega v1.4.2 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/image-spec v1.0.1
github.com/opencontainers/runc v0.0.0-20180615140650-ad0f5255060d // indirect
github.com/opencontainers/runtime-spec v1.0.1 // indirect
github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.0.0-20161002052512-839d9e913e06
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.0.0-20160802072246-52437c81da6b // indirect
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20160801171955-ebdfc6da4652 // indirect
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
github.com/russross/blackfriday v0.0.0-20160531111224-1d6b8e9301e7 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20151028001915-10ef21a441db // indirect
github.com/sirupsen/logrus v1.0.3
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.2.2 // indirect
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/theupdateframework/notary v0.6.1
github.com/tonistiigi/fsutil v0.0.0-20180610154556-8abad97ee396
github.com/tonistiigi/units v0.0.0-20170925180513-29de085e9400 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20151027082146-e0fe6f683076 // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad
github.com/xlab/handysort v0.0.0-20150421192137-fb3537ed64a1 // indirect
golang.org/x/crypto v0.0.0-20180515001509-1a580b3eff78
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
golang.org/x/sys v0.0.0-20180920110915-d641721ec2de // indirect
golang.org/x/text v0.3.0
golang.org/x/time v0.0.0-20160202183820-a4bde1265759
google.golang.org/genproto v0.0.0-20180523212516-694d95ba50e6 // indirect
google.golang.org/grpc v1.12.0 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/yaml.v2 v2.2.1
gotest.tools v2.1.0+incompatible
k8s.io/api v0.0.0-20180510182548-a315a049e7a9
k8s.io/apimachinery v0.0.0-20180510182146-40eaf68ee188
k8s.io/client-go v0.0.0-20180510183819-c7d1a4cb7528
k8s.io/kube-openapi v0.0.0-20180509233829-0c329704159e // indirect
k8s.io/kubernetes v1.8.14
vbom.ml/util v0.0.0-20151108152656-928aaa586d77
)
replace github.com/docker/docker v0.0.0-20180816081446-320063a2ad06 => github.com/docker/engine v0.0.0-20180816081446-320063a2ad06