blob: c6b540114a00fb6546c7c5d3987e9a05f68003f3 [file] [log] [blame]
module github.com/opencord/bbsim
go 1.12
require (
github.com/Shopify/sarama v1.26.1
github.com/golang/protobuf v1.4.2
github.com/google/gopacket v1.1.17
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/grpc-gateway v1.12.2
github.com/imdario/mergo v0.3.11
github.com/jessevdk/go-flags v1.4.0
github.com/jpillora/backoff v1.0.0
github.com/looplab/fsm v0.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/opencord/cordctl v0.0.0-20190909161711-01e9c1f04bf4
github.com/opencord/device-management-interface v0.11.0
github.com/opencord/omci-lib-go v0.16.2
github.com/opencord/voltha-protos/v4 v4.0.15
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.3.0
gotest.tools v2.2.0+incompatible
)