Dinesh Belwalkar | e63f7f9 | 2019-11-22 23:11:16 +0000 | [diff] [blame] | 1 | module github.com/opencord/device-management |
| 2 | |
| 3 | go 1.12 |
| 4 | |
| 5 | require ( |
Scott Baker | bdb962b | 2020-04-03 10:53:36 -0700 | [diff] [blame^] | 6 | github.com/Shopify/sarama v1.26.1 |
| 7 | github.com/golang/protobuf v1.3.5 |
| 8 | github.com/grpc-ecosystem/grpc-gateway v1.14.3 // indirect |
| 9 | github.com/jessevdk/go-flags v1.4.0 |
| 10 | github.com/sirupsen/logrus v1.5.0 |
| 11 | github.com/stretchr/objx v0.1.1 // indirect |
| 12 | golang.org/x/net v0.0.0-20200202094626-16171245cfb2 |
| 13 | google.golang.org/grpc v1.28.1 |
| 14 | gopkg.in/yaml.v2 v2.2.8 |
Dinesh Belwalkar | e63f7f9 | 2019-11-22 23:11:16 +0000 | [diff] [blame] | 15 | ) |