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

Commit

Permalink
dep: Prune vendor using new pruning powers
Browse files Browse the repository at this point in the history
Also remove the now-superfluous `dep prune` call from vendor validation
checks.
  • Loading branch information
sdboyer committed Jan 24, 2018
1 parent 7297a48 commit 916906b
Show file tree
Hide file tree
Showing 155 changed files with 1 addition and 30,889 deletions.
3 changes: 1 addition & 2 deletions hack/validate-vendor.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ unset IFS
if [ ${#files[@]} -gt 0 ]; then
go build ./cmd/dep
./dep ensure -vendor-only
./dep prune
# Let see if the working directory is clean
diffs="$(git status --porcelain -- vendor Gopkg.toml Gopkg.lock 2>/dev/null)"
if [ "$diffs" ]; then
{
echo 'The contents of vendor differ after "dep ensure && dep prune":'
echo 'The contents of vendor differ after "dep ensure":'
echo
echo "$diffs"
echo
Expand Down
24 changes: 0 additions & 24 deletions vendor/github.com/Masterminds/semver/.travis.yml

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/Masterminds/semver/CHANGELOG.md

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/Masterminds/semver/Makefile

This file was deleted.

146 changes: 0 additions & 146 deletions vendor/github.com/Masterminds/semver/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/github.com/Masterminds/semver/appveyor.yml

This file was deleted.

Loading

0 comments on commit 916906b

Please sign in to comment.