commit | b3a288a6a142b62b2e53f0d129a00e66a9ce99a2 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 02 14:57:29 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Oct 09 09:40:08 2019 -0700 |
tree | fb404cf3854b6151b797b6dfe99beacc3155be11 | |
parent | 856b06d0caa355bf896d4a007d2e8291285748e0 [diff] [blame] |
VOL-2006 update voltha-api-server to use go mod Change-Id: Ic9cce461175dd08cc4f30ddda2172640e8928b00
diff --git a/internal/pkg/afrouter/round-robin-router_test.go b/internal/pkg/afrouter/round-robin-router_test.go index f9bed07..5d8331e 100644 --- a/internal/pkg/afrouter/round-robin-router_test.go +++ b/internal/pkg/afrouter/round-robin-router_test.go
@@ -27,7 +27,7 @@ ) const ( - ROUND_ROBIN_ROUTER_PROTOFILE = "../../../vendor/github.com/opencord/voltha-protos/go/voltha.pb" + ROUND_ROBIN_ROUTER_PROTOFILE = "../../../vendor/github.com/opencord/voltha-protos/voltha.pb" ) func init() {