blob: a10cc84b55cb8c093df40a67dd3e14c74c6ba2c3 [file] [log] [blame]
module github.com/opencord/voltha-go
go 1.13
require (
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/opencord/voltha-lib-go/v3 v3.2.10
github.com/opencord/voltha-protos/v3 v3.4.1
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/stretchr/testify v1.4.0
google.golang.org/grpc v1.24.0
)