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/bojand/hri v1.1.0 github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/go-playground/validator v9.25.0+incompatible github.com/go-sql-driver/mysql v1.4.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/jinzhu/gorm v1.9.2 github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect github.com/labstack/echo v3.3.5+incompatible github.com/labstack/gommon v0.2.8 github.com/leodido/go-urn v1.1.0 // indirect github.com/lib/pq v1.0.0 // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/mattn/go-sqlite3 v1.10.0 // indirect github.com/pkg/errors v0.8.1 github.com/rakyll/statik v0.1.5 github.com/stretchr/testify v1.3.0 github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect golang.org/x/net v0.0.0-20190110200230-915654e7eabc google.golang.org/grpc v1.17.0 gopkg.in/yaml.v2 v2.2.2 // indirect )