module git.imooc.com/startdusk/resk go 1.12 require ( git.imooc.com/startdusk/account v0.1.0 git.imooc.com/startdusk/infra v0.1.0 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect github.com/go-playground/locales v0.12.1 github.com/go-playground/universal-translator v0.16.0 github.com/go-redsync/redsync v1.2.0 github.com/go-sql-driver/mysql v1.4.1 github.com/gomodule/redigo v2.0.0+incompatible github.com/kataras/iris v11.1.1+incompatible github.com/prometheus/common v0.6.0 github.com/segmentio/ksuid v1.0.2 github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 github.com/sirupsen/logrus v1.4.2 github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a github.com/tietang/dbx v1.0.0 github.com/tietang/go-eureka-client/eureka v0.0.0-20190327071554-ed5a2bb78851 github.com/tietang/go-utils v0.1.3 github.com/tietang/props v2.2.0+incompatible gopkg.in/go-playground/validator.v9 v9.29.0 )