Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 1 | module github.com/opencord/ofagent-go |
| 2 | |
Kent Hagerman | 3243ee5 | 2020-02-26 12:11:55 -0500 | [diff] [blame] | 3 | go 1.13 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 4 | |
| 5 | require ( |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 6 | github.com/golang/protobuf v1.3.2 |
Jonathan Hart | 828908c | 2020-04-15 14:23:45 -0700 | [diff] [blame] | 7 | github.com/opencord/goloxi v1.0.1 |
Neha Sharma | 87d43d7 | 2020-04-08 14:10:40 +0000 | [diff] [blame] | 8 | github.com/opencord/voltha-lib-go/v3 v3.1.9 |
| 9 | github.com/opencord/voltha-protos/v3 v3.3.3 |
Jonathan Hart | 4b110f6 | 2020-03-13 17:36:19 -0700 | [diff] [blame] | 10 | github.com/stretchr/testify v1.4.0 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 11 | golang.org/x/net v0.0.0-20191112182307-2180aed22343 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 12 | google.golang.org/grpc v1.25.1 |
Don Newton | e0d34a8 | 2019-11-14 10:58:06 -0500 | [diff] [blame] | 13 | ) |