Shioriko/go.mod

19 lines
541 B
Modula-2
Raw Normal View History

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