functional version

Change-Id: Ic089d1fc7a2c6bc51e00371c993a6fc6aaa17863
diff --git a/openflow/feature.go b/openflow/feature.go
index 6a22836..beb134d 100644
--- a/openflow/feature.go
+++ b/openflow/feature.go
@@ -19,10 +19,11 @@
 import (
 	"context"
 	"encoding/json"
-	ofp "github.com/donNewtonAlpha/goloxi/of13"
-	"github.com/opencord/voltha-protos/go/common"
-	pb "github.com/opencord/voltha-protos/go/voltha"
 	"log"
+
+	ofp "github.com/donNewtonAlpha/goloxi/of13"
+	"github.com/opencord/voltha-protos/v2/go/common"
+	pb "github.com/opencord/voltha-protos/v2/go/voltha"
 )
 
 func handleFeatureRequest(request *ofp.FeaturesRequest, deviceId string, client *Client) error {