module github.com/bojand/ghz require ( cloud.google.com/go v0.41.0 // 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.29.0+incompatible github.com/golang/protobuf v1.3.1 github.com/jhump/protoreflect v1.4.4 github.com/jinzhu/configor v1.1.0 github.com/jinzhu/gorm v1.9.10 github.com/kisielk/errcheck v1.2.0 github.com/kr/pretty v0.1.0 // indirect github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.2.9 github.com/leodido/go-urn v1.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/rakyll/statik v0.1.6 github.com/stretchr/testify v1.3.0 go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.1.0 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/net v0.0.0-20190628185345-da137c7871d7 golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect golang.org/x/tools v0.0.0-20190703212419-2214986f1668 // indirect google.golang.org/genproto v0.0.0-20190701230453-710ae3a149df // indirect google.golang.org/grpc v1.22.0 gopkg.in/alecthomas/kingpin.v2 v2.2.6 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc )