module github.com/axiaoxin-com/goutils go 1.14 require ( github.com/fsnotify/fsnotify v1.4.9 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/validator/v10 v10.3.0 github.com/go-redis/redis/v8 v8.0.0-beta.10 github.com/jmoiron/sqlx v1.2.0 github.com/json-iterator/go v1.1.10 // indirect github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pkg/errors v0.8.1 github.com/speps/go-hashids v2.0.0+incompatible github.com/spf13/viper v1.7.1 github.com/ugorji/go v1.1.8 // indirect golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect google.golang.org/protobuf v1.25.0 // indirect gorm.io/driver/mysql v1.0.2 gorm.io/driver/postgres v1.0.2 gorm.io/driver/sqlite v1.1.3 gorm.io/driver/sqlserver v1.0.4 gorm.io/gorm v1.20.2 )