module github.com/bojand/ghz require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc github.com/davecgh/go-spew v1.1.1 // indirect github.com/golang/protobuf v1.2.0 github.com/jhump/protoreflect v1.1.0 github.com/jinzhu/configor v0.0.0-20180614024415-4edaf76fe188 github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.2.2 golang.org/x/net v0.0.0-20180826012351-8a410e7b638d google.golang.org/grpc v1.17.0 gopkg.in/yaml.v2 v2.2.2 // indirect )