module micrach go 1.15 require ( github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f github.com/disintegration/imaging v1.6.2 github.com/gofiber/fiber/v2 v2.31.0 github.com/gofiber/template v1.6.26 github.com/jackc/pgtype v1.10.0 github.com/jackc/pgx/v4 v4.15.0 github.com/joho/godotenv v1.4.0 github.com/klauspost/compress v1.15.1 // indirect github.com/kr/pretty v0.3.0 // indirect github.com/lib/pq v1.10.5 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/rogpeppe/go-internal v1.8.1 // indirect github.com/valyala/fasthttp v1.35.0 // indirect golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect golang.org/x/image v0.0.0-20220321031419-a8550c1d254a // indirect golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )