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/affinity-router_test.go b/internal/pkg/afrouter/affinity-router_test.go
index 8a34575..3db4be2 100644
--- a/internal/pkg/afrouter/affinity-router_test.go
+++ b/internal/pkg/afrouter/affinity-router_test.go
@@ -19,8 +19,8 @@
import (
"fmt"
"github.com/golang/protobuf/proto"
- common_pb "github.com/opencord/voltha-protos/go/common"
- voltha_pb "github.com/opencord/voltha-protos/go/voltha"
+ common_pb "github.com/opencord/voltha-protos/v2/go/common"
+ voltha_pb "github.com/opencord/voltha-protos/v2/go/voltha"
"github.com/stretchr/testify/assert"
"google.golang.org/grpc"
"testing"