Skip to content

Commit

Permalink
vendor: update vendor upspin.io to 2e37c3b, use new dep prune rules
Browse files Browse the repository at this point in the history
Change-Id: Ibc77a8ae3df26458de8c8d83cd3e7356cff03c89
Reviewed-on: https://upspin-review.googlesource.com/18760
Reviewed-by: Rob Pike <r@golang.org>
  • Loading branch information
adg committed Mar 25, 2018
1 parent 5859abb commit b93eee0
Show file tree
Hide file tree
Showing 96 changed files with 388 additions and 8,131 deletions.
109 changes: 102 additions & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ ignored = ["golang.org/x/text/collate"]
[[constraint]]
branch = "master"
name = "upspin.io"

[prune]
non-go = true
unused-packages = true
go-tests = true

11 changes: 0 additions & 11 deletions vendor-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@

# The dep command can be obtained with "go get github.com/golang/dep/cmd/dep".

# Update the upspin.io package.
dep ensure -update upspin.io
# Remove any vendored packages we don't use.
dep prune
# Delete test files.
find vendor -name '*_test.go' -delete
# Delete Google Cloud JSON API schemas.
find vendor -name '*-api.json' -delete
# Delete the cacheserver sources, which appear in the vendor directory because
# we depend on cacheutil (a bug or deficiency in dep).
find vendor/upspin.io/cmd/cacheserver -type f -depth 1 -delete

git add vendor Gopkg.lock
git gofmt
16 changes: 0 additions & 16 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

144 changes: 0 additions & 144 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

54 changes: 0 additions & 54 deletions vendor/cloud.google.com/go/MIGRATION.md

This file was deleted.

Loading

0 comments on commit b93eee0

Please sign in to comment.