| 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/grpc-ecosystem/grpc-gateway v1.14.3 // indirect | |
| github.com/jessevdk/go-flags v1.4.0 | |
| github.com/sirupsen/logrus v1.5.0 | |
| github.com/stretchr/objx v0.1.1 // indirect | |
| golang.org/x/net v0.0.0-20200202094626-16171245cfb2 | |
| google.golang.org/grpc v1.28.1 | |
| gopkg.in/yaml.v2 v2.2.8 | |
| ) |