Skip to content

Commit a5a6754

Browse files
authored
Merge pull request #51 from depot/dependabot/go_modules/examples/github.com/docker/docker-25.0.6incompatible
build(deps): Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.6+incompatible in /examples
2 parents bd591ba + 5e1d96a commit a5a6754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/containerd/ttrpc v1.2.7 // indirect
2626
github.com/containerd/typeurl/v2 v2.1.1 // indirect
2727
github.com/distribution/reference v0.6.0 // indirect
28-
github.com/docker/docker v25.0.3+incompatible // indirect
28+
github.com/docker/docker v25.0.6+incompatible // indirect
2929
github.com/docker/docker-credential-helpers v0.8.0 // indirect
3030
github.com/felixge/httpsnoop v1.0.4 // indirect
3131
github.com/go-logr/logr v1.4.2 // indirect

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
5959
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
6060
github.com/docker/cli v25.0.3+incompatible h1:KLeNs7zws74oFuVhgZQ5ONGZiXUUdgsdy6/EsX/6284=
6161
github.com/docker/cli v25.0.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
62-
github.com/docker/docker v25.0.3+incompatible h1:D5fy/lYmY7bvZa0XTZ5/UJPljor41F+vdyJG5luQLfQ=
63-
github.com/docker/docker v25.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
62+
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
63+
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
6464
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
6565
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
6666
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

0 commit comments

Comments
 (0)