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/binding-router_test.go b/internal/pkg/afrouter/binding-router_test.go
index c5851dd..08be2ae 100644
--- a/internal/pkg/afrouter/binding-router_test.go
+++ b/internal/pkg/afrouter/binding-router_test.go
@@ -20,7 +20,7 @@
"context"
"fmt"
"github.com/golang/protobuf/proto"
- voltha_pb "github.com/opencord/voltha-protos/go/voltha"
+ voltha_pb "github.com/opencord/voltha-protos/v2/go/voltha"
"github.com/stretchr/testify/assert"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"