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/templates/runTests.go.tmpl b/tests/afrouter/templates/runTests.go.tmpl index 5660739..62b938d 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/v2/pkg/log" + "github.com/opencord/voltha-lib-go/v3/pkg/log" {{end}} {{range .Imports}} {{if .Used}}