Skip to content

Commit b49588a

Browse files
dependabot[bot]cprivitere
authored andcommitted
Update generated code
1 parent f350b25 commit b49588a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ require (
8787
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
8888
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8989
github.com/distribution/reference v0.6.0 // indirect
90-
github.com/docker/docker v27.5.1+incompatible // indirect
90+
github.com/docker/docker v28.0.0+incompatible // indirect
9191
github.com/docker/go-connections v0.5.0 // indirect
9292
github.com/docker/go-units v0.4.0 // indirect
9393
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46

hack/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
101101
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
102102
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
103103
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
104-
github.com/docker/docker v27.5.1+incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8=
105-
github.com/docker/docker v27.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
104+
github.com/docker/docker v28.0.0+incompatible h1:Olh0KS820sJ7nPsBKChVhk5pzqcwDR15fumfAd/p9hM=
105+
github.com/docker/docker v28.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
106106
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
107107
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
108108
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=

test/infrastructure/container/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func (d *dockerRuntime) ContainerDebugInfo(ctx context.Context, containerName st
363363

364364
// dockerContainerToContainer converts a Docker API container instance to our local
365365
// generic container type.
366-
func dockerContainerToContainer(container *types.Container) Container {
366+
func dockerContainerToContainer(container *dockercontainer.Summary) Container {
367367
return Container{
368368
Name: strings.Trim(container.Names[0], "/"),
369369
Image: container.Image,

0 commit comments

Comments
 (0)