commit | 2ae470fb773f92a43078574e343967263fb38c96 | [log] [tgz] |
---|---|---|
author | serkant.uluderya <serkant.uluderya@netsia.com> | Tue Jan 21 11:13:09 2020 -0800 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Fri Jan 24 16:24:16 2020 +0000 |
tree | 52ef7d2f5cc889c7a8b8cfbf2293e20d76b94ccb | |
parent | 0c89b3c7ea245bbb4861e497a72990520da0cf7c [diff] [blame] |
VOL-1643 Update voltha-go to use voltha-protos and voltha-lib-go v3.0.0 Change-Id: I86744943d59de38e9285ed7f53adc49c3b047e62
diff --git a/tests/afrouter/suites/test2/test2.go b/tests/afrouter/suites/test2/test2.go index 6bf545b..68ce93c 100644 --- a/tests/afrouter/suites/test2/test2.go +++ b/tests/afrouter/suites/test2/test2.go
@@ -31,7 +31,7 @@ //"encoding/json" "text/template" //"github.com/golang/protobuf/proto" - "github.com/opencord/voltha-lib-go/v2/pkg/log" + "github.com/opencord/voltha-lib-go/v3/pkg/log" //pb "github.com/golang/protobuf/protoc-gen-go/descriptor" )