-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 896 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module brucosijada.kset.org
go 1.16
require (
github.com/alexedwards/argon2id v0.0.0-20210511081203-7d35d68092b8
github.com/disintegration/imaging v1.6.2
github.com/gofiber/fiber/v2 v2.18.0
github.com/gofiber/helmet/v2 v2.2.1
github.com/gofiber/storage/redis v0.0.0-20210922062006-ff033d0e0e86
github.com/gofiber/template v1.6.16
github.com/gomarkdown/markdown v0.0.0-20210918233619-6c1113f12c4a
github.com/google/uuid v1.1.1
github.com/h2non/filetype v1.1.1
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
github.com/joho/godotenv v1.3.0
github.com/mailgun/raymond v2.0.2+incompatible
github.com/minio/minio-go/v7 v7.0.14
github.com/spf13/pflag v1.0.5
github.com/valyala/fasthttp v1.29.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
gorm.io/driver/postgres v1.1.2
gorm.io/gorm v1.21.15
)