VOL-2189 update voltha-api-server to use voltha-protos=v2.0.1 and voltha-lib-go=v2.2.9;
Release 2.2.1

Change-Id: I75287803232017cf4c95d3c7a8e38a14835436fd
diff --git a/internal/pkg/afrouter/round-robin-router_test.go b/internal/pkg/afrouter/round-robin-router_test.go
index d38defc..1b05067 100644
--- a/internal/pkg/afrouter/round-robin-router_test.go
+++ b/internal/pkg/afrouter/round-robin-router_test.go
@@ -19,7 +19,7 @@
 import (
 	"fmt"
 	"github.com/golang/protobuf/proto"
-	common_pb "github.com/opencord/voltha-protos/go/common"
+	common_pb "github.com/opencord/voltha-protos/v2/go/common"
 	"github.com/stretchr/testify/assert"
 	"google.golang.org/grpc"
 	"testing"