commit | 807addde8167877825b8aa9b2ffd70bad0a4b39d | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 24 15:16:21 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 24 15:16:21 2019 -0700 |
tree | f4a45cc33703190706d0a6995fe1fbdb88a9ed86 | |
parent | eb3360540656dba72b2b38bbe772056a16e1890a [diff] [blame] |
VOL-2138 Use v2 import paths for voltha-lib-go Change-Id: I853dcce79c4defbe3140f3893651a2f50d63e053
diff --git a/tests/afrouter/suites/test2/test2.go b/tests/afrouter/suites/test2/test2.go index 3661dce..6bf545b 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/pkg/log" + "github.com/opencord/voltha-lib-go/v2/pkg/log" //pb "github.com/golang/protobuf/protoc-gen-go/descriptor" )