Skip to content

Commit 4a7a8ef

Browse files
committed
vendor: add missing deps and remove go get in .travis.yml
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 9a740a0 commit 4a7a8ef

129 files changed

Lines changed: 11693 additions & 1732 deletions

File tree

Some content is hidden

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

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ install:
1818
- wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip -O /tmp/protoc-3.1.0-linux-x86_64.zip
1919
- unzip -o -d /tmp/protobuf /tmp/protoc-3.1.0-linux-x86_64.zip
2020
- export PATH=$PATH:/tmp/protobuf/bin/
21-
- go get -d ./...
22-
- go get -u github.com/golang/lint/golint
23-
- go get -u github.com/stretchr/testify/assert
2421

2522
script:
2623
- sudo PATH=$PATH GOPATH=$GOPATH make binaries coverage

vendor.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,18 @@ github.com/opencontainers/runc v1.0.0-rc2
3737
# OCI runtime spec, latest release as of 12/16/2016
3838
github.com/opencontainers/runtime-spec v1.0.0-rc3
3939
# logrus, latest release as of 12/16/2016
40+
# FIXME: github.com/docker/docker/pkg/archive requires this pkg as github.com/Sirupsen/logrus.
41+
# So we vendor github.com/Sirupsen as well.
4042
github.com/sirupsen/logrus v0.11.0
43+
github.com/Sirupsen/logrus v0.11.0
4144
# go-btrfs from stevvooe; master as of 1/11/2017
4245
github.com/stevvooe/go-btrfs 029908fedf190147f3f673b0db7c836f83a6a6be
4346
# testify go testing support; latest release as of 12/16/2016
4447
github.com/stretchr/testify v1.1.4
48+
# go-spew (required by testify); latest release as of 1/12/2017
49+
github.com/davecgh/go-spew v1.1.0
50+
# go-difflib (required by testify); latest release as of 1/12/2017
51+
github.com/pmezard/go-difflib v1.0.0
4552
# Go pkg for handling fifos; master as of 12/16/2016
4653
github.com/tonistiigi/fifo fe870ccf293940774c2b44e23f6c71fff8f7547d
4754
# client application library; latest release as of 12/16/2016
@@ -54,3 +61,9 @@ golang.org/x/crypto 01be46f62051d02cb6a36c9b47b37b24e5758c81
5461
google.golang.org/grpc v1.0.5
5562
# pkg/errors; latest release as of 12/16/2016
5663
github.com/pkg/errors v0.8.0
64+
# lockfile; master as of 1/12/2017
65+
github.com/nightlyone/lockfile 1d49c987357a327b5b03aa84cbddd582c328615d
66+
# docker (for docker/pkg/archive, which is required by snapshot); latest experimental release as of 1/12/2017
67+
github.com/docker/docker v1.13.0-rc6
68+
# go-digest; master as of 1/12/2017
69+
github.com/opencontainers/go-digest 21dfd564fd89c944783d00d069f33e3e7123c448

vendor/github.com/Sirupsen/logrus/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Sirupsen/logrus/alt_exit.go

Lines changed: 64 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Sirupsen/logrus/doc.go

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)