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 ( |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 6 | github.com/gogo/protobuf v1.3.1 |
| 7 | github.com/golang/protobuf v1.3.2 |
| 8 | github.com/google/gopacket v1.1.17 |
| 9 | github.com/looplab/fsm v0.1.0 |
| 10 | github.com/opencord/omci-lib-go v0.13.1 |
Matteo Scandolo | d132c0e | 2020-04-24 17:06:25 -0700 | [diff] [blame] | 11 | github.com/opencord/voltha-lib-go/v3 v3.1.7 |
| 12 | github.com/opencord/voltha-protos/v3 v3.3.3 |
Holger Hildebrandt | fa07499 | 2020-03-27 15:42:06 +0000 | [diff] [blame] | 13 | github.com/stretchr/testify v1.5.1 |
| 14 | google.golang.org/grpc v1.25.1 // indirect |
| 15 | ) |