Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame^] | 1 | module test.internal/openadapter |
Holger Hildebrandt | da7758b | 2020-03-16 11:30:03 +0000 | [diff] [blame] | 2 | |
| 3 | go 1.13 |
| 4 | |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame^] | 5 | require ( |
| 6 | github.com/EagleChen/mapmutex v0.0.0-20180418073615-e1a5ae258d8d // indirect |
| 7 | github.com/cenkalti/backoff/v3 v3.1.1 // indirect |
| 8 | github.com/gogo/protobuf v1.3.1 |
| 9 | github.com/golang/protobuf v1.3.2 |
| 10 | github.com/google/gopacket v1.1.17 |
| 11 | github.com/looplab/fsm v0.1.0 |
| 12 | github.com/opencord/omci-lib-go v0.13.1 |
| 13 | github.com/opencord/voltha-lib-go/v3 v3.0.8 |
| 14 | github.com/opencord/voltha-protos v1.0.3 // indirect |
| 15 | github.com/opencord/voltha-protos/v3 v3.2.2 |
| 16 | github.com/stretchr/testify v1.5.1 |
| 17 | google.golang.org/grpc v1.25.1 // indirect |
| 18 | ) |