Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 1 | module github.com/opencord/ofagent-go |
| 2 | |
David K. Bainbridge | 595b670 | 2021-04-09 16:10:58 +0000 | [diff] [blame] | 3 | go 1.16 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 4 | |
| 5 | require ( |
Maninder | 12b909f | 2020-10-23 14:23:36 +0530 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.1 // indirect |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 7 | github.com/golang/protobuf v1.3.2 |
Girish Kumar | 2ed051b | 2020-07-28 16:35:25 +0000 | [diff] [blame] | 8 | github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4 |
Jonathan Hart | 828908c | 2020-04-15 14:23:45 -0700 | [diff] [blame] | 9 | github.com/opencord/goloxi v1.0.1 |
Andrea Campanella | 18448bc | 2021-07-08 18:47:22 +0200 | [diff] [blame] | 10 | github.com/opencord/voltha-lib-go/v5 v5.0.4 |
| 11 | github.com/opencord/voltha-protos/v4 v4.2.0 |
Maninder | 12b909f | 2020-10-23 14:23:36 +0530 | [diff] [blame] | 12 | github.com/opentracing/opentracing-go v1.2.0 // indirect |
Jonathan Hart | 4b110f6 | 2020-03-13 17:36:19 -0700 | [diff] [blame] | 13 | github.com/stretchr/testify v1.4.0 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 14 | golang.org/x/net v0.0.0-20191112182307-2180aed22343 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 15 | google.golang.org/grpc v1.25.1 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 16 | ) |