VOL-2509 - upodate to use v3 protobufs

Change-Id: Ie42573675d7ef6c58757933023943ee133aaf3aa
diff --git a/internal/pkg/openflow/feature.go b/internal/pkg/openflow/feature.go
index 706a84c..54de0d0 100644
--- a/internal/pkg/openflow/feature.go
+++ b/internal/pkg/openflow/feature.go
@@ -20,8 +20,8 @@
 	"context"
 	"encoding/json"
 	ofp "github.com/donNewtonAlpha/goloxi/of13"
-	"github.com/opencord/voltha-lib-go/v2/pkg/log"
-	"github.com/opencord/voltha-protos/v2/go/common"
+	"github.com/opencord/voltha-lib-go/v3/pkg/log"
+	"github.com/opencord/voltha-protos/v3/go/common"
 )
 
 func (ofc *OFClient) handleFeatureRequest(request *ofp.FeaturesRequest) error {