blob: 32be0bc25b4ee9792a6b8d421ab03120e051c3a0 [file] [log] [blame]
module github.com/opencord/voltha-go
go 1.16
require (
github.com/cenkalti/backoff/v3 v3.2.2
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.5.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/opencord/voltha-lib-go/v5 v5.0.2
github.com/opencord/voltha-protos/v4 v4.2.0
github.com/opentracing/opentracing-go v1.1.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/stretchr/testify v1.4.0
github.com/uber/jaeger-client-go v2.23.1+incompatible
google.golang.org/grpc v1.25.1
)