Skip to content

Commit 8ad5b4c

Browse files
committed
add docker dependency as direct dep for compilecheck
1 parent a237c6b commit 8ad5b4c

File tree

1 file changed

+1
-1
lines changed
  • internal/test/compilecheck

1 file changed

+1
-1
lines changed

internal/test/compilecheck/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.0
55
toolchain go1.25.3
66

77
require (
8+
github.com/docker/docker v28.0.0+incompatible
89
github.com/stretchr/testify v1.10.0
910
github.com/testcontainers/testcontainers-go v0.35.0
1011
)
@@ -20,7 +21,6 @@ require (
2021
github.com/cpuguy83/dockercfg v0.3.2 // indirect
2122
github.com/davecgh/go-spew v1.1.1 // indirect
2223
github.com/distribution/reference v0.6.0 // indirect
23-
github.com/docker/docker v28.0.0+incompatible // indirect
2424
github.com/docker/go-connections v0.5.0 // indirect
2525
github.com/docker/go-units v0.5.0 // indirect
2626
github.com/felixge/httpsnoop v1.0.4 // indirect

0 commit comments

Comments
 (0)