2025-11-10 00:19:30 +00:00
|
|
|
module github.com/get-drexa/drexa
|
|
|
|
|
|
|
|
|
|
go 1.25.4
|
|
|
|
|
|
|
|
|
|
require (
|
2025-11-29 18:09:41 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.11
|
2025-11-10 00:19:30 +00:00
|
|
|
github.com/gofiber/fiber/v2 v2.52.9
|
|
|
|
|
github.com/google/uuid v1.6.0
|
2025-11-29 18:09:41 +00:00
|
|
|
github.com/sqids/sqids-go v0.4.1
|
2025-11-30 19:19:33 +00:00
|
|
|
github.com/uptrace/bun v1.2.16
|
|
|
|
|
github.com/uptrace/bun/extra/bundebug v1.2.16
|
|
|
|
|
golang.org/x/crypto v0.45.0
|
2025-11-29 18:09:41 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2025-11-10 00:19:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-11-30 19:19:33 +00:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.38.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.38.0 // indirect
|
2025-11-10 00:19:30 +00:00
|
|
|
mellium.im/sasl v0.3.2 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
2025-11-29 18:09:41 +00:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
2025-11-10 00:19:30 +00:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
|
|
|
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
2025-11-30 19:19:33 +00:00
|
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.16
|
|
|
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.16
|
2025-11-10 00:19:30 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
|
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
|
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
2025-11-30 19:19:33 +00:00
|
|
|
golang.org/x/sys v0.38.0 // indirect
|
2025-11-10 00:19:30 +00:00
|
|
|
)
|