module github.com/smbrave/goutil go 1.18 require ( github.com/sirupsen/logrus v1.9.0 github.com/speps/go-hashids v2.0.0+incompatible gorm.io/gorm v1.25.5 ) require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect )