commit | 3de9de0f50908f53454acd5eb82f97794bc937a3 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Nov 14 13:40:03 2019 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 26 09:18:10 2019 -0700 |
tree | 8fe1256737de874cda27af87bc261b02fd04aa1f | |
parent | c53f7d7e3f6cf9782788a6186e163a932a2f37de [diff] [blame] |
Moving BBSim to the latest protos Change-Id: I797c3b3b6d964110b96f9636f941082ed14ad03d
diff --git a/internal/common/helpers.go b/internal/common/helpers.go index 6ba022f..4e1997b 100644 --- a/internal/common/helpers.go +++ b/internal/common/helpers.go
@@ -17,7 +17,7 @@ package common import ( - "github.com/opencord/voltha-protos/go/openolt" + "github.com/opencord/voltha-protos/v2/go/openolt" "strconv" )