Skip to content

Commit

Permalink
bazel: move to vendoring go dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hiller <dhiller@redhat.com>
  • Loading branch information
dhiller committed Jul 11, 2024
1 parent aac5ecb commit fe2cbe6
Show file tree
Hide file tree
Showing 7,912 changed files with 2,482,813 additions and 2,066 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:prefix kubevirt.io/project-infra
# gazelle:resolve go google.golang.org/grpc/naming @org_golang_google_grpc//naming:go_default_library
# gazelle:resolve go github.com/GoogleCloudPlatform/testgrid/pb/custom_evaluator //vendor/github.com/GoogleCloudPlatform/testgrid/pb/custom_evaluator:go_default_library
# gazelle:resolve go github.com/GoogleCloudPlatform/testgrid/pb/test_status //vendor/github.com/GoogleCloudPlatform/testgrid/pb/test_status:go_default_library
# gazelle:resolve go github.com/GoogleCloudPlatform/testgrid/pb/config //vendor/github.com/GoogleCloudPlatform/testgrid/pb/config:go_default_library
# gazelle:resolve go github.com/GoogleCloudPlatform/testgrid/pb/state //vendor/github.com/GoogleCloudPlatform/testgrid/pb/state:go_default_library
# gazelle:proto disable
gazelle(name = "gazelle")

Expand Down
Loading

0 comments on commit fe2cbe6

Please sign in to comment.