module github.com/dreamlu/gt go 1.14 require ( github.com/bwmarrin/snowflake v0.3.0 github.com/bxcodec/faker/v3 v3.3.0 github.com/dreamlu/resize v0.0.0-20180221191011-83c6a9932646 github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect github.com/go-redis/redis/v8 v8.0.0 github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect github.com/jonboulle/clockwork v0.1.0 // indirect github.com/lestrrat-go/file-rotatelogs v2.3.0+incompatible github.com/lestrrat-go/strftime v1.0.1 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/nsqio/go-nsq v1.0.8 github.com/pkg/errors v0.9.1 github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 github.com/sirupsen/logrus v1.6.0 github.com/tebeka/strftime v0.1.4 // indirect go.mongodb.org/mongo-driver v1.4.0 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v2 v2.3.0 gorm.io/driver/mysql v1.0.3 gorm.io/gorm v1.20.5 )