VOL-2138 move to v2 imports

Change-Id: I90ddee93438532aae9ea9dbc445b7e034d28c56a
diff --git a/pkg/techprofile/tech_profile_if.go b/pkg/techprofile/tech_profile_if.go
index de2fca4..0d7cc6a 100644
--- a/pkg/techprofile/tech_profile_if.go
+++ b/pkg/techprofile/tech_profile_if.go
@@ -17,7 +17,7 @@
 package techprofile
 
 import (
-	"github.com/opencord/voltha-lib-go/pkg/db/model"
+	"github.com/opencord/voltha-lib-go/v2/pkg/db/model"
 	tp_pb "github.com/opencord/voltha-protos/go/tech_profile"
 )