module git.nobla.cn/golang/rest go 1.22.9 require ( git.nobla.cn/golang/kos v0.1.32 github.com/cespare/xxhash/v2 v2.3.0 github.com/go-playground/validator/v10 v10.23.0 github.com/longbridgeapp/sqlparser v0.3.2 github.com/rs/xid v1.6.0 github.com/uole/sqlparser v0.0.1 gorm.io/gorm v1.25.12 ) require ( github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/leodido/go-urn v1.4.0 // indirect golang.org/x/crypto v0.19.0 // indirect golang.org/x/net v0.21.0 // indirect golang.org/x/sys v0.17.0 // indirect golang.org/x/text v0.14.0 // indirect )