Skip to content

Commit

Permalink
delete folder vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
  • Loading branch information
pfi79 committed Oct 21, 2024
1 parent 80a4e77 commit 4bfcd6a
Show file tree
Hide file tree
Showing 3,243 changed files with 1 addition and 1,136,341 deletions.
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

0 comments on commit 4bfcd6a

Please sign in to comment.