Takahiro Suzuki | 241c10e | 2020-12-17 20:17:57 +0900 | [diff] [blame] | 1 | module test.internal/openadapter |
| 2 | |
| 3 | go 1.13 |
| 4 | |
| 5 | require ( |
| 6 | github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 |
| 7 | github.com/gogo/protobuf v1.3.1 |
| 8 | github.com/golang/protobuf v1.4.2 |
| 9 | github.com/google/gopacket v1.1.17 |
| 10 | github.com/looplab/fsm v0.1.0 |
| 11 | github.com/opencord/omci-lib-go v0.13.2 |
| 12 | github.com/opencord/voltha-lib-go/v3 v3.1.23 |
| 13 | github.com/opencord/voltha-protos/v3 v3.3.9 |
| 14 | github.com/stretchr/testify v1.6.1 |
| 15 | google.golang.org/grpc v1.25.1 // indirect |
| 16 | ) |