VOL-2509 - upodate to use v3 protobufs

Change-Id: Ie42573675d7ef6c58757933023943ee133aaf3aa
diff --git a/internal/pkg/openflow/getConfig.go b/internal/pkg/openflow/getConfig.go
index 6d373e9..1d92c9c 100644
--- a/internal/pkg/openflow/getConfig.go
+++ b/internal/pkg/openflow/getConfig.go
@@ -19,7 +19,7 @@
 import (
 	"encoding/json"
 	ofp "github.com/donNewtonAlpha/goloxi/of13"
-	"github.com/opencord/voltha-lib-go/v2/pkg/log"
+	"github.com/opencord/voltha-lib-go/v3/pkg/log"
 )
 
 func (ofc *OFClient) handleGetConfigRequest(request *ofp.GetConfigRequest) {