Scott Baker | 70c1609 | 2019-09-30 17:08:54 -0700 | [diff] [blame] | 1 | module github.com/opencord/voltha-simonu-adapter |
2 | |||||
3 | go 1.12 | ||||
4 | |||||
5 | require ( | ||||
Scott Baker | 611f6bd | 2019-10-18 13:45:19 -0700 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.0 |
Scott Baker | 91ad57c | 2019-11-04 09:28:14 -0800 | [diff] [blame^] | 7 | github.com/opencord/voltha-lib-go/v2 v2.2.9 |
Scott Baker | d505719 | 2019-10-24 14:03:35 -0700 | [diff] [blame] | 8 | |
Scott Baker | 91ad57c | 2019-11-04 09:28:14 -0800 | [diff] [blame^] | 9 | github.com/opencord/voltha-protos/v2 v2.0.1 |
Scott Baker | 70c1609 | 2019-09-30 17:08:54 -0700 | [diff] [blame] | 10 | github.com/stretchr/testify v1.4.0 |
Scott Baker | 70c1609 | 2019-09-30 17:08:54 -0700 | [diff] [blame] | 11 | ) |