Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete folder vendor #5039

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ go mod tidy -modfile="${dep_tempdir}/go.mod"

for f in go.mod go.sum; do
if ! diff -q "${fabric_dir}/$f" "${dep_tempdir}/$f"; then
echo "It appears $f is stale. Please run 'go mod tidy' and 'go mod vendor'."
echo "It appears $f is stale. Please run 'go mod tidy'."
diff -u "${fabric_dir}/$f" "${dep_tempdir}/$f"
exit 1
fi
Expand Down
1 change: 0 additions & 1 deletion vendor/code.cloudfoundry.org/clock/CODEOWNERS

This file was deleted.

201 changes: 0 additions & 201 deletions vendor/code.cloudfoundry.org/clock/LICENSE

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/code.cloudfoundry.org/clock/NOTICE

This file was deleted.

30 changes: 0 additions & 30 deletions vendor/code.cloudfoundry.org/clock/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions vendor/code.cloudfoundry.org/clock/clock.go

This file was deleted.

Loading