commit | b6de7a54eceddd060b620cb6dc1e08b2f2aa1b2b | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Nov 04 09:13:37 2019 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Mon Nov 04 09:18:09 2019 -0800 |
tree | efc4f39f976564564f4c7711f37c312005751c26 | |
parent | bc18182355f44af6a0142076fcd7f04e51a9537d [diff] [blame] |
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/source-router_test.go b/internal/pkg/afrouter/source-router_test.go index 9810ace..08e3112 100644 --- a/internal/pkg/afrouter/source-router_test.go +++ b/internal/pkg/afrouter/source-router_test.go
@@ -18,7 +18,7 @@ import ( "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" "testing" )