blob: 9603bf3cc86f46891ecfd5c40b8ab1528c3aa579 [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
8 github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
9 github.com/klauspost/cpuid v1.2.1 // indirect
10 github.com/sirupsen/logrus v1.4.2
11 golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
12 golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
13 golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
Dinesh Belwalkara6ba07d2020-01-10 23:22:34 +000014 google.golang.org/grpc v1.26.0
Dinesh Belwalkare63f7f92019-11-22 23:11:16 +000015 honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
16)