Skip to content

Commit e55e343

Browse files
committed
Use vndr to vendor stuff
Removing shell scripts. Signed-off-by: Vincent Demeester <[email protected]>
1 parent f12d146 commit e55e343

File tree

246 files changed

+94881
-7269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+94881
-7269
lines changed

Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ RUN virtualenv venv && \
5151
ENV COMPOSE_BINARY /go/src/github.com/docker/libcompose/libcompose-cli
5252
ENV USER root
5353

54-
# Compile Go for cross compilation
55-
# FIXME(vdemeester) This is mainly for the vendor script, should be shared somewhere else
56-
ENV DOCKER_CROSSPLATFORMS \
57-
linux/386 linux/arm \
58-
darwin/amd64 darwin/386 \
59-
freebsd/amd64 freebsd/386 freebsd/arm \
60-
windows/amd64 windows/386
61-
6254
# Wrap all commands in the "docker-in-docker" script to allow nested containers
6355
ENTRYPOINT ["hack/dind"]
6456

hack/.vendor-helpers.sh

-139
This file was deleted.

hack/vendor.sh

-39
This file was deleted.

vendor.conf

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
github.com/Sirupsen/logrus v0.10.0
2+
github.com/urfave/cli v1.18.0
3+
github.com/docker/distribution 77b9d2997abcded79a5314970fe69a44c93c25fb
4+
github.com/vbatts/tar-split v0.10.1
5+
github.com/docker/docker 8658748ef716e43a5f6d834825d818012ed6e2c4
6+
github.com/docker/go-units f2145db703495b2e525c59662db69a7344b00bb8
7+
github.com/docker/go-connections 988efe982fdecb46f01d53465878ff1f2ff411ce
8+
github.com/flynn/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff
9+
github.com/gorilla/context v1.1
10+
github.com/gorilla/mux v1.1
11+
github.com/opencontainers/runc cc29e3dded8e27ba8f65738f40d251c885030a28
12+
github.com/stretchr/testify a1f97990ddc16022ec7610326dd9bce31332c116
13+
github.com/davecgh/go-spew 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
14+
github.com/pmezard/go-difflib d8ed2627bdf02c080bf22230dbb337003b7aba2d
15+
golang.org/x/crypto 3fbbcd23f1cb824e69491a5930cfeff09b12f4d2 https://github.com/golang/crypto.git
16+
golang.org/x/net 2beffdc2e92c8a3027590f898fe88f69af48a3f8 https://github.com/tonistiigi/net.git
17+
golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git
18+
golang.org/x/time a4bde12657593d5e90d0533a3e4fd95e635124cb https://github.com/golang/time.git
19+
gopkg.in/check.v1 11d3bc7aa68e238947792f30573146a3231fc0f1
20+
# github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git
21+
gopkg.in/yaml.v2 e4d366fc3c7938e2958e662b4258c7a89e1f0e3e
22+
github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62
23+
github.com/Microsoft/go-winio v0.3.4
24+
github.com/xeipuuv/gojsonpointer e0fe6f68307607d540ed8eac07a342c33fa1b54a
25+
github.com/xeipuuv/gojsonreference e02fc20de94c78484cd5ffb007f8af96be030a45
26+
github.com/xeipuuv/gojsonschema ac452913faa25c08bb78810d3e6f88b8a39f8f25
27+
github.com/kr/pty 5cf931ef8f
28+
github.com/pkg/errors 01fa4104b9c248c8945d14d9f128454d5b28d595
29+
30+
github.com/spf13/pflag cb88ea77998c3f024757528e3305022ab50b43be

vendor/github.com/Azure/go-ansiterm/README.md

-9
This file was deleted.

vendor/github.com/Microsoft/go-winio/.gitignore

-1
This file was deleted.

vendor/github.com/Microsoft/go-winio/README.md

-15
This file was deleted.

vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE

-27
This file was deleted.

vendor/github.com/Sirupsen/logrus/.gitignore

-1
This file was deleted.

vendor/github.com/Sirupsen/logrus/.travis.yml

-9
This file was deleted.

vendor/github.com/Sirupsen/logrus/CHANGELOG.md

-66
This file was deleted.

0 commit comments

Comments
 (0)