20 lines
449 B
Modula-2
20 lines
449 B
Modula-2
module consumer
|
|
|
|
go 1.23.9
|
|
|
|
require (
|
|
github.com/beevik/etree v1.5.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/russellhaering/goxmldsig v1.5.0
|
|
github.com/segmentio/kafka-go v0.4.47
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // indirect
|
|
)
|