mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-13 00:47:32 +00:00
16 lines
440 B
Modula-2
16 lines
440 B
Modula-2
|
module github.com/Damillora/Shioriko
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
||
|
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 // indirect
|
||
|
github.com/google/uuid v1.2.0
|
||
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
||
|
gorm.io/driver/postgres v1.1.0
|
||
|
gorm.io/gorm v1.21.9
|
||
|
)
|