micrach/go.mod

20 lines
572 B
Modula-2
Raw Normal View History

2021-08-26 16:16:50 +03:00
module micrach
go 1.15
require (
2021-10-03 11:48:59 +03:00
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
2021-09-12 14:06:52 +03:00
github.com/disintegration/imaging v1.6.2
github.com/gin-gonic/gin v1.7.4
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/gofiber/fiber/v2 v2.31.0
github.com/gofiber/template v1.6.26
2021-09-01 23:00:37 +03:00
github.com/jackc/pgtype v1.8.1
2021-08-26 16:16:50 +03:00
github.com/jackc/pgx/v4 v4.13.0
2021-09-12 14:06:52 +03:00
github.com/jackc/puddle v1.1.4 // indirect
2021-08-26 16:16:50 +03:00
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.10.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
2021-09-12 14:06:52 +03:00
github.com/ugorji/go v1.2.6 // indirect
2021-08-26 16:16:50 +03:00
)