Files
cdp/data-layer/workers/go.mod
2026-05-25 08:38:26 +07:00

16 lines
410 B
Modula-2

module github.com/dbiz/cdp/data-layer/workers
go 1.22
require (
github.com/ClickHouse/clickhouse-go/v2 v2.30.0
github.com/caarlos0/env/v11 v11.2.2
github.com/go-chi/chi/v5 v5.1.0
github.com/jackc/pgx/v5 v5.6.0
github.com/redis/rueidis v1.0.45
github.com/riverqueue/river v0.13.0
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.13.0
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
)