Skip to content

Commit aafcbad

Browse files
committed
Run go mod tidy
1 parent 238d8bf commit aafcbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/runner/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ go 1.25.8
44

55
require (
66
github.com/docker/go-sdk/container v0.1.0-alpha013
7-
github.com/docker/go-sdk/image v0.1.0-alpha013
87
github.com/lmittmann/tint v1.1.3
98
github.com/moby/moby/api v1.52.0
109
github.com/moby/moby/client v0.1.0
@@ -28,6 +27,7 @@ require (
2827
github.com/docker/go-sdk/client v0.1.0-alpha012 // indirect
2928
github.com/docker/go-sdk/config v0.1.0-alpha012 // indirect
3029
github.com/docker/go-sdk/context v0.1.0-alpha012 // indirect
30+
github.com/docker/go-sdk/image v0.1.0-alpha013 // indirect
3131
github.com/docker/go-sdk/network v0.1.0-alpha012 // indirect
3232
github.com/docker/go-units v0.5.0 // indirect
3333
github.com/felixge/httpsnoop v1.0.4 // indirect

0 commit comments

Comments
 (0)