Browse code

bump vndr to f5ab8fc5f, and revendor

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0a3c9b935c20bddce8d51b277510f13b94bfea92)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/05/15 07:26:24
Showing 18 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 #!/bin/sh
2 2
 
3
-VNDR_COMMIT=81cb8916aad3c8d06193f008dba3e16f82851f52
3
+VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0
4 4
 
5 5
 install_vndr() {
6 6
 	echo "Install vndr version $VNDR_COMMIT"
7 7
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+module github.com/gogo/googleapis
1
+
2
+go 1.12
3
+
4
+require github.com/gogo/protobuf v1.2.1
0 5
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+module github.com/gogo/protobuf
1
+
2
+require github.com/kisielk/errcheck v1.1.0 // indirect
0 3
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/google/uuid
0 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/gorilla/mux
0 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/hashicorp/golang-lru
0 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/konsorten/go-windows-terminal-sequences
0 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/kr/pty
0 1
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module github.com/mattn/go-shellwords
0 1
new file mode 100644
... ...
@@ -0,0 +1,75 @@
0
+module github.com/moby/buildkit
1
+
2
+go 1.11
3
+
4
+require (
5
+	github.com/BurntSushi/toml v0.3.1
6
+	github.com/Microsoft/go-winio v0.4.13-0.20190408173621-84b4ab48a507
7
+	github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // indirect
8
+	github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 // indirect
9
+	github.com/containerd/cgroups v0.0.0-20190226200435-dbea6f2bd416 // indirect
10
+	github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50
11
+	github.com/containerd/containerd v1.3.0-0.20190426060238-3a3f0aac8819
12
+	github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc
13
+	github.com/containerd/fifo v0.0.0-20180307165137-3d5202aec260 // indirect
14
+	github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3
15
+	github.com/containerd/ttrpc v0.0.0-20190411181408-699c4e40d1e7 // indirect
16
+	github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd // indirect
17
+	github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
18
+	github.com/docker/cli v0.0.0-20190321234815-f40f9c240ab0
19
+	github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
20
+	github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c
21
+	github.com/docker/docker-credential-helpers v0.6.0 // indirect
22
+	github.com/docker/go-connections v0.3.0
23
+	github.com/docker/go-events v0.0.0-20170721190031-9461782956ad // indirect
24
+	github.com/docker/libnetwork v0.8.0-dev.2.0.20190604151032-3c26b4e7495e
25
+	github.com/godbus/dbus v4.1.0+incompatible // indirect
26
+	github.com/gofrs/flock v0.7.0
27
+	github.com/gogo/googleapis v1.1.0
28
+	github.com/gogo/protobuf v1.2.0
29
+	github.com/golang/protobuf v1.2.0
30
+	github.com/google/go-cmp v0.2.0
31
+	github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
32
+	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
33
+	github.com/hashicorp/go-immutable-radix v1.0.0
34
+	github.com/hashicorp/golang-lru v0.0.0-20160207214719-a0d98a5f2880
35
+	github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c // indirect
36
+	github.com/ishidawataru/sctp v0.0.0-20180213033435-07191f837fed // indirect
37
+	github.com/jaguilar/vt100 v0.0.0-20150826170717-2703a27b14ea
38
+	github.com/kr/pretty v0.1.0 // indirect
39
+	github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452
40
+	github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
41
+	github.com/opencontainers/go-digest v1.0.0-rc1
42
+	github.com/opencontainers/image-spec v1.0.1
43
+	github.com/opencontainers/runc v1.0.1-0.20190307181833-2b18fe1d885e
44
+	github.com/opencontainers/runtime-spec v0.0.0-20180909173843-eba862dc2470
45
+	github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75
46
+	github.com/opentracing/opentracing-go v0.0.0-20171003133519-1361b9cd60be
47
+	github.com/pkg/errors v0.8.1
48
+	github.com/pkg/profile v1.2.1
49
+	github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
50
+	github.com/sirupsen/logrus v1.3.0
51
+	github.com/stretchr/testify v1.3.0
52
+	github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
53
+	github.com/tonistiigi/fsutil v0.0.0-20190327153851-3bbb99cdbd76
54
+	github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
55
+	github.com/uber/jaeger-client-go v0.0.0-20180103221425-e02c85f9069e
56
+	github.com/uber/jaeger-lib v1.2.1 // indirect
57
+	github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5
58
+	github.com/vishvananda/netlink v1.0.0 // indirect
59
+	github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
60
+	go.etcd.io/bbolt v1.3.2
61
+	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
62
+	golang.org/x/net v0.0.0-20190311183353-d8887717615a
63
+	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
64
+	golang.org/x/sys v0.0.0-20190303122642-d455e41777fc
65
+	golang.org/x/time v0.0.0-20161028155119-f51c12702a4d
66
+	google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
67
+	google.golang.org/grpc v1.20.1
68
+	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
69
+	gotest.tools v2.2.0+incompatible
70
+)
71
+
72
+replace github.com/hashicorp/go-immutable-radix => github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe
73
+
74
+replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
0 75
new file mode 100644
... ...
@@ -0,0 +1,10 @@
0
+module github.com/sirupsen/logrus
1
+
2
+require (
3
+	github.com/davecgh/go-spew v1.1.1 // indirect
4
+	github.com/konsorten/go-windows-terminal-sequences v1.0.1
5
+	github.com/pmezard/go-difflib v1.0.0 // indirect
6
+	github.com/stretchr/objx v0.1.1 // indirect
7
+	github.com/stretchr/testify v1.2.2
8
+	golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
9
+)
0 10
new file mode 100644
... ...
@@ -0,0 +1,28 @@
0
+module github.com/tonistiigi/fsutil
1
+
2
+require (
3
+	github.com/Microsoft/go-winio v0.4.11 // indirect
4
+	github.com/Microsoft/hcsshim v0.8.5 // indirect
5
+	github.com/containerd/containerd v1.2.4
6
+	github.com/containerd/continuity v0.0.0-20181001140422-bd77b46c8352
7
+	github.com/davecgh/go-spew v1.1.1 // indirect
8
+	github.com/docker/docker v0.0.0-20180531152204-71cd53e4a197
9
+	github.com/docker/go-units v0.3.1 // indirect
10
+	github.com/gogo/protobuf v1.0.0
11
+	github.com/google/go-cmp v0.2.0 // indirect
12
+	github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
13
+	github.com/onsi/ginkgo v1.7.0 // indirect
14
+	github.com/onsi/gomega v1.4.3 // indirect
15
+	github.com/opencontainers/go-digest v1.0.0-rc1
16
+	github.com/opencontainers/image-spec v1.0.1 // indirect
17
+	github.com/opencontainers/runc v1.0.0-rc6 // indirect
18
+	github.com/pkg/errors v0.8.1
19
+	github.com/sirupsen/logrus v1.0.3 // indirect
20
+	github.com/stretchr/testify v1.3.0
21
+	golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 // indirect
22
+	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
23
+	golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
24
+	gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
25
+	gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
26
+	gotest.tools v2.1.0+incompatible // indirect
27
+)
0 28
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+module golang.org/x/crypto
1
+
2
+require golang.org/x/sys v0.0.0-20190403152447-81d4e9dc473e
0 3
new file mode 100644
... ...
@@ -0,0 +1,6 @@
0
+module golang.org/x/net
1
+
2
+require (
3
+	golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
4
+	golang.org/x/text v0.3.0
5
+)
0 6
new file mode 100644
... ...
@@ -0,0 +1 @@
0
+module golang.org/x/sync
0 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+module golang.org/x/sys
1
+
2
+go 1.12
0 3
new file mode 100644
... ...
@@ -0,0 +1,19 @@
0
+module google.golang.org/grpc
1
+
2
+require (
3
+	cloud.google.com/go v0.26.0 // indirect
4
+	github.com/BurntSushi/toml v0.3.1 // indirect
5
+	github.com/client9/misspell v0.3.4
6
+	github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
7
+	github.com/golang/mock v1.1.1
8
+	github.com/golang/protobuf v1.2.0
9
+	golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
10
+	golang.org/x/net v0.0.0-20190311183353-d8887717615a
11
+	golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
12
+	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
13
+	golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
14
+	golang.org/x/tools v0.0.0-20190311212946-11955173bddd
15
+	google.golang.org/appengine v1.1.0 // indirect
16
+	google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
17
+	honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099
18
+)
0 19
new file mode 100644
... ...
@@ -0,0 +1,8 @@
0
+module gotest.tools
1
+
2
+require (
3
+	github.com/google/go-cmp v0.2.0
4
+	github.com/pkg/errors v0.8.0
5
+	github.com/spf13/pflag v1.0.3
6
+	golang.org/x/tools v0.0.0-20180810170437-e96c4e24768d
7
+)