girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 1 | module github.com/opencord/voltha-go |
| 2 | |
| 3 | go 1.12 |
| 4 | |
| 5 | require ( |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 6 | github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 7 | github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 8 | github.com/gogo/protobuf v1.3.0 |
| 9 | github.com/golang/protobuf v1.3.2 |
| 10 | github.com/google/uuid v1.1.1 |
| 11 | github.com/gyuho/goraph v0.0.0-20160328020532-d460590d53a9 |
David Bainbridge | bdae73c | 2019-10-23 17:05:41 +0000 | [diff] [blame] | 12 | github.com/opencord/voltha-lib-go v0.0.0-20191023185531-80258b36a64b |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 13 | github.com/opencord/voltha-protos v1.0.3 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 14 | github.com/stretchr/testify v1.4.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 15 | google.golang.org/grpc v1.24.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 16 | ) |