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/gogo/protobuf v1.3.0 |
| 8 | github.com/golang/protobuf v1.3.2 |
| 9 | github.com/google/uuid v1.1.1 |
| 10 | github.com/gyuho/goraph v0.0.0-20160328020532-d460590d53a9 |
Matteo Scandolo | 360605d | 2019-11-05 18:29:17 -0800 | [diff] [blame] | 11 | github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect |
Hardik Windlass | 8486168 | 2019-11-10 05:44:33 +0000 | [diff] [blame^] | 12 | github.com/opencord/voltha-lib-go/v2 v2.2.13 |
Scott Baker | 555307d | 2019-11-04 08:58:01 -0800 | [diff] [blame] | 13 | github.com/opencord/voltha-protos/v2 v2.0.1 |
Daniele Rossi | d68b0b7 | 2019-10-31 11:36:05 +0100 | [diff] [blame] | 14 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 15 | github.com/stretchr/testify v1.4.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 16 | google.golang.org/grpc v1.24.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 17 | ) |