girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 1 | module github.com/opencord/voltha-go |
| 2 | |
David K. Bainbridge | fc8e181 | 2021-04-09 16:09:49 +0000 | [diff] [blame] | 3 | go 1.16 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 4 | |
| 5 | require ( |
Andrea Campanella | 3614a92 | 2021-02-25 12:40:42 +0100 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.2 |
ssiddiqui | f076cb8 | 2021-04-23 10:47:04 +0530 | [diff] [blame^] | 7 | github.com/golang/mock v1.5.0 |
Girish Gowdra | d27a190 | 2021-02-23 16:19:08 -0800 | [diff] [blame] | 8 | github.com/golang/protobuf v1.3.2 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 9 | github.com/google/uuid v1.1.1 |
ssiddiqui | f076cb8 | 2021-04-23 10:47:04 +0530 | [diff] [blame^] | 10 | github.com/opencord/voltha-lib-go/v4 v4.3.0 |
| 11 | github.com/opencord/voltha-protos/v4 v4.1.1 |
Himani Chawla | b4c2591 | 2020-11-12 17:16:38 +0530 | [diff] [blame] | 12 | github.com/opentracing/opentracing-go v1.1.0 |
Daniele Rossi | d68b0b7 | 2019-10-31 11:36:05 +0100 | [diff] [blame] | 13 | github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 14 | github.com/stretchr/testify v1.4.0 |
Himani Chawla | b4c2591 | 2020-11-12 17:16:38 +0530 | [diff] [blame] | 15 | github.com/uber/jaeger-client-go v2.23.1+incompatible |
Andrea Campanella | 3614a92 | 2021-02-25 12:40:42 +0100 | [diff] [blame] | 16 | google.golang.org/grpc v1.25.1 |
girishk | 5259f8e | 2019-10-10 18:44:44 +0000 | [diff] [blame] | 17 | ) |