12 lines
274 B
Modula-2
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
|
|
)
|