Files
cdp/ingestion/ingest/go.mod
2026-05-24 22:59:24 +07:00

16 lines
377 B
Modula-2

module github.com/dbiz/cdp/ingestion/ingest
go 1.22
require (
github.com/caarlos0/env/v11 v11.2.2
github.com/go-chi/chi/v5 v5.1.0
github.com/go-playground/validator/v10 v10.22.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.6.0
github.com/redis/rueidis v1.0.45
github.com/stretchr/testify v1.9.0
github.com/twmb/franz-go v1.17.1
go.uber.org/zap v1.27.0
)