Skip to content

Commit

Permalink
Remove vendored dependencies
Browse files Browse the repository at this point in the history
For a lot of our projects, vendoring is necessary for packaging.  This
library is never packaged directly, so vendoring is not necessary.

Removing vendored dependencies reduces the size of the repository,
speeding up checkouts, especially shallow ones, and makes PRs that
include dependency changes in addition to code changes much easier to
review.

The main (if not only) downside is that it makes it impossible to build
and test in disconnected environments, which is not a requirement we
have.

Signed-off-by: Achilleas Koutsou <[email protected]>
  • Loading branch information
achilleas-k authored and mvo5 committed Aug 14, 2024
1 parent 2b39987 commit d0cc252
Show file tree
Hide file tree
Showing 6,374 changed files with 0 additions and 2,509,343 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit d0cc252

Please sign in to comment.