File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/1995parham-teaching/redpanda101
22
33go 1.23
44
5- require github.com/twmb/franz-go v1.17.1
5+ require github.com/twmb/franz-go v1.18.0
66
77require (
88 github.com/klauspost/compress v1.17.9 // indirect
99 github.com/pierrec/lz4/v4 v4.1.21 // indirect
10- github.com/twmb/franz-go/pkg/kmsg v1.8 .0 // indirect
10+ github.com/twmb/franz-go/pkg/kmsg v1.9 .0 // indirect
1111)
Original file line number Diff line number Diff line change 1- github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU =
2- github.com/klauspost/compress v1.17.8 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
31github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA =
42github.com/klauspost/compress v1.17.9 /go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw =
53github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ =
64github.com/pierrec/lz4/v4 v4.1.21 /go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4 =
7- github.com/twmb/franz-go v1.17.1 h1:0LwPsbbJeJ9R91DPUHSEd4su82WJWcTY1Zzbgbg4CeQ =
8- github.com/twmb/franz-go v1.17.1 /go.mod h1:NreRdJ2F7dziDY/m6VyspWd6sNxHKXdMZI42UfQ3GXM =
9- github.com/twmb/franz-go/pkg/kmsg v1.8 .0 h1:lAQB9Z3aMrIP9qF9288XcFf/ccaSxEitNA1CDTEIeTA =
10- github.com/twmb/franz-go/pkg/kmsg v1.8 .0 /go.mod h1:HzYEb8G3uu5XevZbtU0dVbkphaKTHk0X68N5ka4q6mU =
5+ github.com/twmb/franz-go v1.18.0 h1:25FjMZfdozBywVX+5xrWC2W+W76i0xykKjTdEeD2ejw =
6+ github.com/twmb/franz-go v1.18.0 /go.mod h1:zXCGy74M0p5FbXsLeASdyvfLFsBvTubVqctIaa5wQ+I =
7+ github.com/twmb/franz-go/pkg/kmsg v1.9 .0 h1:JojYUph2TKAau6SBtErXpXGC7E3gg4vGZMv9xFU/B6M =
8+ github.com/twmb/franz-go/pkg/kmsg v1.9 .0 /go.mod h1:CMbfazviCyY6HM0SXuG5t9vOwYDHRCSrJJyBAe5paqg =
119golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI =
1210golang.org/x/crypto v0.23.0 /go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8 =
You can’t perform that action at this time.
0 commit comments