diff options
-rw-r--r-- | pkg/eventchannel/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/eventchannel/BUILD b/pkg/eventchannel/BUILD index 5c2a44aa1..d1483db0a 100644 --- a/pkg/eventchannel/BUILD +++ b/pkg/eventchannel/BUILD @@ -22,7 +22,6 @@ go_library( proto_library( name = "eventchannel_proto", srcs = ["event.proto"], - visibility = ["//:sandbox"], ) go_proto_library( |