blob: ec4b244547ec9633c6374b0b5fb5ef3ecc14260e [file] [log] [blame]
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +00001module github.com/opencord/device-management
2
3go 1.12
4
5require (
Dinesh Belwalkara6ba07d2020-01-10 23:22:34 +00006 github.com/Shopify/sarama v1.25.0
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +00007 github.com/golang/protobuf v1.3.2
Dinesh Belwalkar396b6522020-02-06 22:11:53 +00008 github.com/grpc-ecosystem/grpc-gateway v1.12.2
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +00009 github.com/klauspost/cpuid v1.2.1 // indirect
10 github.com/sirupsen/logrus v1.4.2
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +000011 golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
Dinesh Belwalkar396b6522020-02-06 22:11:53 +000012 google.golang.org/grpc v1.27.0
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +000013)