Skip to content

Commit

Permalink
Update default_gazelle_overrides.bzl (#1758)
Browse files Browse the repository at this point in the history
avoid cyclic deps in the latest version of    "google.golang.org/protobuf"
  • Loading branch information
sluongng authored Mar 15, 2024
1 parent bc05218 commit b3cddc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/bzlmod/default_gazelle_overrides.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ DEFAULT_DIRECTIVES_BY_PATH = {
"google.golang.org/grpc": [
"gazelle:proto disable",
],
"google.golang.org/protobuf": [
"gazelle:proto disable",
],
"k8s.io/api": [
"gazelle:proto disable",
],
Expand Down

0 comments on commit b3cddc0

Please sign in to comment.