Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1 | module github.com/opencord/voltha-protos/v3 |
Scott Baker | b6b797c | 2019-10-04 15:50:09 -0700 | [diff] [blame] | 2 | |
Kent Hagerman | 9864c14 | 2020-02-26 10:42:16 -0500 | [diff] [blame] | 3 | go 1.13 |
Scott Baker | b6b797c | 2019-10-04 15:50:09 -0700 | [diff] [blame] | 4 | |
| 5 | require ( |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 6 | github.com/golang/protobuf v1.3.2 |
Scott Baker | b6b797c | 2019-10-04 15:50:09 -0700 | [diff] [blame] | 7 | golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect |
| 8 | google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 |
| 9 | google.golang.org/grpc v1.17.0 |
| 10 | ) |