Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 916906b

Browse files
committed
dep: Prune vendor using new pruning powers
Also remove the now-superfluous `dep prune` call from vendor validation checks.
1 parent 7297a48 commit 916906b

File tree

155 files changed

+1
-30889
lines changed

Some content is hidden

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

155 files changed

+1
-30889
lines changed

hack/validate-vendor.bash

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ unset IFS
3333
if [ ${#files[@]} -gt 0 ]; then
3434
go build ./cmd/dep
3535
./dep ensure -vendor-only
36-
./dep prune
3736
# Let see if the working directory is clean
3837
diffs="$(git status --porcelain -- vendor Gopkg.toml Gopkg.lock 2>/dev/null)"
3938
if [ "$diffs" ]; then
4039
{
41-
echo 'The contents of vendor differ after "dep ensure && dep prune":'
40+
echo 'The contents of vendor differ after "dep ensure":'
4241
echo
4342
echo "$diffs"
4443
echo

vendor/github.com/Masterminds/semver/.travis.yml

-24
This file was deleted.

vendor/github.com/Masterminds/semver/CHANGELOG.md

-17
This file was deleted.

vendor/github.com/Masterminds/semver/Makefile

-36
This file was deleted.

vendor/github.com/Masterminds/semver/README.md

-146
This file was deleted.

vendor/github.com/Masterminds/semver/appveyor.yml

-44
This file was deleted.

0 commit comments

Comments
 (0)