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/templates/runTests.go.tmpl b/tests/afrouter/templates/runTests.go.tmpl index 9d3fdf5..5660739 100644 --- a/tests/afrouter/templates/runTests.go.tmpl +++ b/tests/afrouter/templates/runTests.go.tmpl
@@ -26,7 +26,7 @@ "encoding/json" //"golang.org/x/net/context" "google.golang.org/grpc/metadata" - "github.com/opencord/voltha-lib-go/pkg/log" + "github.com/opencord/voltha-lib-go/v2/pkg/log" {{end}} {{range .Imports}} {{if .Used}}