This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
go-kafka/go.mod
T
2020-11-23 14:32:46 +01:00

12 lines
274 B
Modula-2

module gitlab.com/unboundsoftware/go-kafka
go 1.15
require (
github.com/apex/log v1.9.0
github.com/confluentinc/confluent-kafka-go v1.4.2 // indirect
github.com/pkg/errors v0.9.1
github.com/sanity-io/litter v1.3.0
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.5.2
)