blob: c4410a9308058e0270b69df875db0a56e0dbf52b [file] [log] [blame]
Scott Bakerf8f97fa2019-09-30 13:07:01 -07001module github.com/opencord/voltha-simolt-adapter
2
3go 1.12
4
5require (
6 github.com/Shopify/sarama v1.21.0 // indirect
7 github.com/bsm/sarama-cluster v2.1.15+incompatible // indirect
8 github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
9 github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect
10 github.com/gogo/protobuf v1.2.1
11 github.com/golang/snappy v0.0.1 // indirect
12 github.com/google/uuid v1.1.1 // indirect
13 github.com/hashicorp/consul v1.4.4 // indirect
14 github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
15 github.com/hashicorp/go-rootcerts v1.0.0 // indirect
16 github.com/hashicorp/golang-lru v0.5.1 // indirect
17 github.com/hashicorp/serf v0.8.2 // indirect
18 github.com/mitchellh/go-homedir v1.1.0 // indirect
19 github.com/mitchellh/go-testing-interface v1.0.0 // indirect
20 github.com/mitchellh/mapstructure v1.1.2 // indirect
21 github.com/opencord/voltha-go v2.2.0+incompatible
22 github.com/opencord/voltha-protos v1.0.3
23 github.com/stretchr/testify v1.4.0
24 go.etcd.io/etcd v0.0.0-20190322183551-7a5acb4a43aa // indirect
25 golang.org/x/net v0.0.0-20190322120337-addf6b3196f6 // indirect
26 golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
27 google.golang.org/genproto v0.0.0-20190321212433-e79c0c59cdb5 // indirect
28 google.golang.org/grpc v1.19.1 // indirect
29)