We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238d8bf commit aafcbadCopy full SHA for aafcbad
e2e/runner/go.mod
@@ -4,7 +4,6 @@ go 1.25.8
4
5
require (
6
github.com/docker/go-sdk/container v0.1.0-alpha013
7
- github.com/docker/go-sdk/image v0.1.0-alpha013
8
github.com/lmittmann/tint v1.1.3
9
github.com/moby/moby/api v1.52.0
10
github.com/moby/moby/client v0.1.0
@@ -28,6 +27,7 @@ require (
28
27
github.com/docker/go-sdk/client v0.1.0-alpha012 // indirect
29
github.com/docker/go-sdk/config v0.1.0-alpha012 // indirect
30
github.com/docker/go-sdk/context v0.1.0-alpha012 // indirect
+ github.com/docker/go-sdk/image v0.1.0-alpha013 // indirect
31
github.com/docker/go-sdk/network v0.1.0-alpha012 // indirect
32
github.com/docker/go-units v0.5.0 // indirect
33
github.com/felixge/httpsnoop v1.0.4 // indirect
0 commit comments