VOL-892 Alarm - ONU Deactivation Failure
This commit contains the changes required to publish ONU
deactivation failure event to the KAFKA bus.
Change-Id: I9f1cb27842938169677ee363139d62e8ac6b0603
diff --git a/go.mod b/go.mod
index 735f53e..6a7728f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.2
github.com/opencord/voltha-lib-go/v3 v3.0.10
- github.com/opencord/voltha-protos/v3 v3.2.3
+ github.com/opencord/voltha-protos/v3 v3.2.4
go.etcd.io/etcd v0.0.0-20190930204107-236ac2a90522
google.golang.org/grpc v1.25.1
)