[VOL-4514] Addressing device reconciliation failure
See comments on https://jira.opencord.org/browse/VOL-4514
This change is dependent on the related proto and voltha lib go
changes to be merged first. Until then jenkins will fail.
Change-Id: If1562627d22529f4e0c9c8db6c1d40df558a84de
diff --git a/go.mod b/go.mod
index c78cbb8..b59ea48 100644
--- a/go.mod
+++ b/go.mod
@@ -13,8 +13,8 @@
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
- github.com/opencord/voltha-lib-go/v7 v7.1.1
- github.com/opencord/voltha-protos/v5 v5.1.0
+ github.com/opencord/voltha-lib-go/v7 v7.1.3
+ github.com/opencord/voltha-protos/v5 v5.1.2
go.etcd.io/etcd v3.3.25+incompatible
- google.golang.org/grpc v1.41.0
+ google.golang.org/grpc v1.42.0
)