[VOL-5291] - pon & nni stats changes, onu stats from OLT, onu stats from onu
Change-Id: I4f23cb1b1276d27ca6f2c183875b8b227f772edd
Signed-off-by: Akash Reddy Kankanala <akash.kankanala@radisys.com>
diff --git a/internal/pkg/commands/events.go b/internal/pkg/commands/events.go
index cc149d6..22047f1 100644
--- a/internal/pkg/commands/events.go
+++ b/internal/pkg/commands/events.go
@@ -26,8 +26,8 @@
"time"
"github.com/Shopify/sarama"
- "github.com/golang/protobuf/jsonpb"
- "github.com/golang/protobuf/proto"
+ "github.com/golang/protobuf/jsonpb" //nolint:staticcheck
+ "github.com/golang/protobuf/proto" //nolint:staticcheck
"github.com/golang/protobuf/ptypes/timestamp"
flags "github.com/jessevdk/go-flags"
"github.com/opencord/voltctl/pkg/filter"