13 lines
279 B
Modula-2
13 lines
279 B
Modula-2
module github.com/dbiz/cdp/ingestion/bulker
|
|
|
|
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/stretchr/testify v1.9.0
|
|
github.com/twmb/franz-go v1.17.1
|
|
go.uber.org/zap v1.27.0
|
|
)
|