init ingestion
This commit is contained in:
15
ingestion/ingest/go.mod
Normal file
15
ingestion/ingest/go.mod
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user