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.
2020-11-23 14:18:15 +01:00
|
|
|
module gitlab.com/unboundsoftware/go-kafka
|
|
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
require (
|
2020-11-23 16:35:17 +01:00
|
|
|
github.com/confluentinc/confluent-kafka-go v1.5.2 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-11-23 14:18:15 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/sanity-io/litter v1.3.0
|
2020-11-23 16:35:17 +01:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
2020-11-23 14:18:15 +01:00
|
|
|
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.5.2
|
2020-11-23 16:35:17 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-11-23 14:18:15 +01:00
|
|
|
)
|