blob: dcc53bd22ef541c68fb63c8078b08ad1d9a5b0e4 [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
7 google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
8 google.golang.org/grpc v1.41.0
Scott Bakerb6b797c2019-10-04 15:50:09 -07009)