We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd47b14 commit 7874ca9Copy full SHA for 7874ca9
modules/kafka/go.mod
@@ -4,6 +4,7 @@ go 1.22
4
5
require (
6
github.com/IBM/sarama v1.42.1
7
+ github.com/docker/docker v27.1.1+incompatible
8
github.com/docker/go-connections v0.5.0
9
github.com/stretchr/testify v1.9.0
10
github.com/testcontainers/testcontainers-go v0.34.0
@@ -21,7 +22,6 @@ require (
21
22
github.com/cpuguy83/dockercfg v0.3.2 // indirect
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
github.com/distribution/reference v0.6.0 // indirect
- github.com/docker/docker v27.1.1+incompatible // indirect
25
github.com/docker/go-units v0.5.0 // indirect
26
github.com/eapache/go-resiliency v1.4.0 // indirect
27
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
0 commit comments