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 a237c6b commit 8ad5b4cCopy full SHA for 8ad5b4c
internal/test/compilecheck/go.mod
@@ -5,6 +5,7 @@ go 1.25.0
5
toolchain go1.25.3
6
7
require (
8
+ github.com/docker/docker v28.0.0+incompatible
9
github.com/stretchr/testify v1.10.0
10
github.com/testcontainers/testcontainers-go v0.35.0
11
)
@@ -20,7 +21,6 @@ require (
20
21
github.com/cpuguy83/dockercfg v0.3.2 // indirect
22
github.com/davecgh/go-spew v1.1.1 // indirect
23
github.com/distribution/reference v0.6.0 // indirect
- github.com/docker/docker v28.0.0+incompatible // indirect
24
github.com/docker/go-connections v0.5.0 // indirect
25
github.com/docker/go-units v0.5.0 // indirect
26
github.com/felixge/httpsnoop v1.0.4 // indirect
0 commit comments