module github.com/Damillora/Shioriko go 1.16 require ( github.com/corona10/goimagehash v1.0.3 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/disintegration/imaging v1.6.2 github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/static v0.0.1 github.com/gin-gonic/gin v1.7.1 github.com/go-playground/validator/v10 v10.6.0 github.com/google/uuid v1.2.0 golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf golang.org/x/image v0.0.0-20210504121937-7319ad40d33e gorm.io/driver/postgres v1.1.0 gorm.io/gorm v1.21.9 )