girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 1 | module github.com/opencord/voltha-go |
| 2 | |
Kent Hagerman | dcd4dcc | 2020-02-25 17:56:17 -0500 | [diff] [blame] | 3 | go 1.13 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 4 | |
| 5 | require ( |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.0 |
| 7 | github.com/golang/protobuf v1.3.2 |
| 8 | github.com/google/uuid v1.1.1 |
Scott Baker | 0e78ba2 | 2020-02-24 17:58:47 -0800 | [diff] [blame] | 9 | github.com/opencord/voltha-lib-go/v3 v3.0.14 |
Rohan Agrawal | 7f72f0c | 2020-01-14 12:05:51 +0000 | [diff] [blame] | 10 | github.com/opencord/voltha-protos/v3 v3.2.3 |
Daniele Rossi | d68b0b7 | 2019-10-31 11:36:05 +0100 | [diff] [blame] | 11 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 12 | github.com/stretchr/testify v1.4.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 13 | google.golang.org/grpc v1.24.0 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 14 | ) |