Skip to content

Commit 2374072

Browse files
committed
Updating kafka-go pkg for ARM support
1 parent ddd7942 commit 2374072

File tree

3 files changed

+2240
-23
lines changed

3 files changed

+2240
-23
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/target/strelka
33
go 1.21
44

55
require (
6+
github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
67
github.com/gabriel-vasile/mimetype v1.4.1
78
github.com/go-redis/redis/v8 v8.11.5
89
github.com/golang/protobuf v1.5.3
@@ -13,7 +14,6 @@ require (
1314

1415
require (
1516
github.com/cespare/xxhash/v2 v2.2.0 // indirect
16-
github.com/confluentinc/confluent-kafka-go v1.9.2
1717
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
1818
golang.org/x/net v0.17.0 // indirect
1919
golang.org/x/sys v0.13.0 // indirect

0 commit comments

Comments
 (0)