blob: 90a586a3befa595f920b4286ff6d2bc43a11a5ad [file] [log] [blame]
module github.com/opencord/voltha-go
go 1.12
require (
github.com/bclicn/color v0.0.0-20180711051946-108f2023dc84
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1
github.com/gyuho/goraph v0.0.0-20160328020532-d460590d53a9
github.com/opencord/voltha-lib-go/v2 v2.2.21
github.com/opencord/voltha-protos/v2 v2.1.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/stretchr/testify v1.4.0
google.golang.org/grpc v1.24.0
)