VOL-2189 update voltha-openolt-adapter to use voltha-protos=v2.0.1 and voltha-lib-go=v2.2.9;
Release v2.2.1

Change-Id: I527d6541f9d8b7df8504d886a01163c7e57bdd77
diff --git a/adaptercore/openolt.go b/adaptercore/openolt.go
index 0e6c141..603f75e 100644
--- a/adaptercore/openolt.go
+++ b/adaptercore/openolt.go
@@ -26,9 +26,9 @@
 	"github.com/opencord/voltha-lib-go/v2/pkg/adapters/adapterif"
 	"github.com/opencord/voltha-lib-go/v2/pkg/kafka"
 	"github.com/opencord/voltha-lib-go/v2/pkg/log"
-	ic "github.com/opencord/voltha-protos/go/inter_container"
-	"github.com/opencord/voltha-protos/go/openflow_13"
-	"github.com/opencord/voltha-protos/go/voltha"
+	ic "github.com/opencord/voltha-protos/v2/go/inter_container"
+	"github.com/opencord/voltha-protos/v2/go/openflow_13"
+	"github.com/opencord/voltha-protos/v2/go/voltha"
 )
 
 //OpenOLT structure holds the OLT information