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/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect github.com/bojand/hri v1.1.0 github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // 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/gofrs/uuid v3.2.0+incompatible // indirect github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 github.com/golang/protobuf v1.2.0 github.com/google/go-cmp v0.2.0 // indirect 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/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect github.com/kisielk/errcheck v1.2.0 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 go.uber.org/atomic v1.3.2 // indirect go.uber.org/multierr v1.1.0 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/alecthomas/kingpin.v2 v2.2.6 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect honnef.co/go/tools v0.0.0-20190128043916-71123fcbb8fe )