module gitee.com/zakums06/go-scaffold go 1.13 require ( github.com/garyburd/redigo v1.6.0 github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/pprof v1.3.0 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/go-sql-driver/mysql v1.5.0 github.com/golang/protobuf v1.4.2 github.com/golang/snappy v0.0.1 // indirect github.com/gorilla/handlers v1.4.2 github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.14.3 github.com/json-iterator/go v1.1.10 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/satori/go.uuid v1.2.0 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.0 go.uber.org/zap v1.14.1 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/net v0.0.0-20200707034311-ab3426394381 golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect golang.org/x/text v0.3.2 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 google.golang.org/grpc v1.28.1 google.golang.org/protobuf v1.25.0 gopkg.in/natefinch/lumberjack.v2 v2.0.0 gopkg.in/yaml.v2 v2.3.0 // indirect xorm.io/xorm v1.0.3 )