From 2ddb1673addb61e6910e7e0e29e21f5c3bdddc26 Mon Sep 17 00:00:00 2001 From: gNPSI Team Date: Thu, 31 Oct 2024 09:07:43 -0700 Subject: [PATCH] Add load statements for Proto rules PiperOrigin-RevId: 691824873 --- proto/gnpsi/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/gnpsi/BUILD.bazel b/proto/gnpsi/BUILD.bazel index 5037a59..28a72b8 100644 --- a/proto/gnpsi/BUILD.bazel +++ b/proto/gnpsi/BUILD.bazel @@ -14,6 +14,7 @@ # load("@com_github_grpc_grpc//bazel:cc_grpc_library.bzl", "cc_grpc_library") +load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library") # gnpsi defines a gRPC-based network packet sampling interface implemented on # vendor network elements. It provides mechanisms for streaming packet