blob: c4410a9308058e0270b69df875db0a56e0dbf52b [file] [log] [blame]
module github.com/opencord/voltha-simolt-adapter
go 1.12
require (
github.com/Shopify/sarama v1.21.0 // indirect
github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect
github.com/gogo/protobuf v1.2.1
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/consul v1.4.4 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/opencord/voltha-go v2.2.0+incompatible
github.com/opencord/voltha-protos v1.0.3
github.com/stretchr/testify v1.4.0
go.etcd.io/etcd v0.0.0-20190322183551-7a5acb4a43aa // indirect
golang.org/x/net v0.0.0-20190322120337-addf6b3196f6 // indirect
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
google.golang.org/genproto v0.0.0-20190321212433-e79c0c59cdb5 // indirect
google.golang.org/grpc v1.19.1 // indirect
)