Skip to content

Commit 172fe75

Browse files
authored
retract v0.4.36-v0.4.37 (#1045)
those two versions contained the conversion of the ConsumerGroup to the Client type. That conversion contained numerous bugs and had to be reverted
1 parent eba9cae commit 172fe75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ require (
1111
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
1212
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
1313
)
14+
15+
retract (
16+
[v0.4.36, v0.4.37]
17+
)

0 commit comments

Comments
 (0)