module github.com/opencord/device-management | |
go 1.12 | |
require ( | |
github.com/Shopify/sarama v1.25.0 | |
github.com/golang/protobuf v1.3.2 | |
github.com/grpc-ecosystem/grpc-gateway v1.12.2 | |
github.com/klauspost/cpuid v1.2.1 // indirect | |
github.com/sirupsen/logrus v1.4.2 | |
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 | |
google.golang.org/grpc v1.27.0 | |
) |