module github.com/opencord/device-management | |
go 1.12 | |
require ( | |
github.com/Shopify/sarama v1.26.1 | |
github.com/golang/protobuf v1.3.5 | |
github.com/jessevdk/go-flags v1.4.0 | |
github.com/sirupsen/logrus v1.5.0 | |
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 | |
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c // indirect | |
google.golang.org/grpc v1.28.1 | |
gopkg.in/yaml.v2 v2.2.8 | |
) |