blob: d7ec4724ab1bab5f023c433bd1f44234fd3fe520 [file] [log] [blame]
khenaidoo5fc5cea2021-08-11 17:39:16 -04001module github.com/opencord/voltha-protos/v5
Scott Bakerb6b797c2019-10-04 15:50:09 -07002
khenaidoo5fc5cea2021-08-11 17:39:16 -04003go 1.16
Scott Bakerb6b797c2019-10-04 15:50:09 -07004
5require (
khenaidoo5fc5cea2021-08-11 17:39:16 -04006 github.com/golang/protobuf v1.5.2
Joey Armstrong1ff23e92023-07-13 16:24:32 -04007 google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98
8 google.golang.org/grpc v1.56.2
Scott Bakerb6b797c2019-10-04 15:50:09 -07009)