We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd7942 commit 2374072Copy full SHA for 2374072
go.mod
@@ -3,6 +3,7 @@ module github.com/target/strelka
3
go 1.21
4
5
require (
6
+ github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
7
github.com/gabriel-vasile/mimetype v1.4.1
8
github.com/go-redis/redis/v8 v8.11.5
9
github.com/golang/protobuf v1.5.3
@@ -13,7 +14,6 @@ require (
13
14
15
16
github.com/cespare/xxhash/v2 v2.2.0 // indirect
- github.com/confluentinc/confluent-kafka-go v1.9.2
17
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
18
golang.org/x/net v0.17.0 // indirect
19
golang.org/x/sys v0.13.0 // indirect
0 commit comments