mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 17:17:32 +00:00
28 lines
962 B
Modula-2
28 lines
962 B
Modula-2
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.7
|
|
github.com/go-kit/kit v0.10.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/ugorji/go v1.2.7 // indirect
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gorm.io/driver/postgres v1.3.4
|
|
gorm.io/gorm v1.23.4
|
|
)
|