| module github.com/opencord/cordctl | |
| go 1.12 | |
| require ( | |
| github.com/fullstorydev/grpcurl v1.4.0 | |
| github.com/go-errors/errors v1.0.1 | |
| github.com/golang/protobuf v1.3.2 | |
| github.com/hashicorp/go-version v1.2.0 | |
| github.com/jessevdk/go-flags v1.4.0 | |
| github.com/jhump/protoreflect v1.5.0 | |
| github.com/stretchr/testify v1.4.0 | |
| golang.org/x/net v0.0.0-20191021144547-ec77196f6094 | |
| google.golang.org/grpc v1.24.0 | |
| gopkg.in/yaml.v2 v2.2.4 | |
| ) |