[VOL-5609]:removing gogo/protobuf and using google.golang.org/protobuf instead
Change-Id: Ib1ca08fce9b7a059f2f11f0b7e45ea2ea2638d6c
Signed-off-by: balaji.nagarajan <balaji.nagarajan@radisys.com>
diff --git a/internal/pkg/core/device_handler.go b/internal/pkg/core/device_handler.go
index b5ca83b..e506ce5 100755
--- a/internal/pkg/core/device_handler.go
+++ b/internal/pkg/core/device_handler.go
@@ -30,9 +30,9 @@
"sync"
"time"
- "github.com/gogo/protobuf/proto"
"github.com/opencord/voltha-lib-go/v7/pkg/db"
"github.com/opencord/voltha-lib-go/v7/pkg/db/kvstore"
+ "google.golang.org/protobuf/proto"
vgrpc "github.com/opencord/voltha-lib-go/v7/pkg/grpc"