Scott Baker | f8f97fa | 2019-09-30 13:07:01 -0700 | [diff] [blame] | 1 | module github.com/opencord/voltha-simolt-adapter |
| 2 | |
| 3 | go 1.12 |
| 4 | |
| 5 | require ( |
Scott Baker | 8487c5d | 2019-10-18 12:49:46 -0700 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.0 |
Matteo Scandolo | 5c68616 | 2020-04-17 09:36:58 -0700 | [diff] [blame] | 7 | github.com/opencord/voltha-lib-go/v3 v3.1.2 |
| 8 | github.com/opencord/voltha-protos/v3 v3.3.0 |
| 9 | github.com/opencord/voltha-simonu-adapter v0.0.0-20200220003933-f1402c77d66b // indirect |
Scott Baker | f8f97fa | 2019-09-30 13:07:01 -0700 | [diff] [blame] | 10 | github.com/stretchr/testify v1.4.0 |
Scott Baker | f8f97fa | 2019-09-30 13:07:01 -0700 | [diff] [blame] | 11 | ) |