mirror of
https://github.com/yanislav-igonin/micrach
synced 2026-07-27 05:14:17 +03:00
46 lines
1.6 KiB
Modula-2
46 lines
1.6 KiB
Modula-2
module micrach
|
|
|
|
go 1.26.0
|
|
|
|
toolchain go1.26.5
|
|
|
|
require (
|
|
github.com/dchest/captcha v1.1.0
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/gofiber/fiber/v2 v2.52.14
|
|
github.com/gofiber/template/html/v2 v2.1.3
|
|
github.com/jackc/pgtype v1.10.0
|
|
github.com/jackc/pgx/v4 v4.15.0
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.11.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
github.com/jackc/puddle v1.2.1 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/lib/pq v1.10.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/tinylib/msgp v1.2.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|