Skip to content

Commit

Permalink
[Backport] Remove vendor directory
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
kakkoyun authored and mrueg committed Mar 18, 2021
1 parent cbce059 commit e25d9b5
Show file tree
Hide file tree
Showing 2,636 changed files with 3 additions and 1,111,994 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
go get -v -t -d ./...
make install-tools
- name: Validate vendor is in sync with go modules
- name: Validate go modules
run: |
make validate-modules
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ code_metrics
*.o
*.a
*.so
vendor

# Folders
_obj
Expand Down
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ validate-modules:
go mod verify
@echo "- Checking for any unused/missing packages in go.mod..."
go mod tidy
@echo "- Checking for unused packages in vendor..."
go mod vendor
@git diff --exit-code -- go.sum go.mod vendor/
@git diff --exit-code -- go.sum go.mod

licensecheck:
@echo ">> checking license header"
Expand Down
202 changes: 0 additions & 202 deletions vendor/cloud.google.com/go/LICENSE

This file was deleted.

Loading

0 comments on commit e25d9b5

Please sign in to comment.