Skip to content

Commit 298ed2a

Browse files
gomod(deps): bump the docker group with 2 updates
Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/cli` from 27.5.1+incompatible to 28.0.1+incompatible - [Commits](docker/cli@v27.5.1...v28.0.1) Updates `github.com/docker/docker` from 27.5.1+incompatible to 28.0.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.5.1...v28.0.1) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5723983 commit 298ed2a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.24.1
66

77
require (
88
github.com/buildpacks/pack v0.37.0
9-
github.com/docker/cli v27.5.1+incompatible
10-
github.com/docker/docker v27.5.1+incompatible
9+
github.com/docker/cli v28.0.4+incompatible
10+
github.com/docker/docker v28.0.4+incompatible
1111
github.com/gboddin/go-www-authenticate-parser v0.0.0-20230926203616-ec0b649bb077
1212
github.com/go-test/deep v1.1.1
1313
github.com/google/go-containerregistry v0.20.3
@@ -182,7 +182,6 @@ require (
182182
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
183183
gopkg.in/inf.v0 v0.9.1 // indirect
184184
gopkg.in/warnings.v0 v0.1.2 // indirect
185-
gopkg.in/yaml.v2 v2.4.0 // indirect
186185
gotest.tools/v3 v3.5.1 // indirect
187186
istio.io/api v1.25.1-0.20250321204246-eb3f2673759c // indirect
188187
k8s.io/apiextensions-apiserver v0.31.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
124124
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
125125
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
126126
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
127-
github.com/docker/cli v27.5.1+incompatible h1:JB9cieUT9YNiMITtIsguaN55PLOHhBSz3LKVc6cqWaY=
128-
github.com/docker/cli v27.5.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
127+
github.com/docker/cli v28.0.4+incompatible h1:pBJSJeNd9QeIWPjRcV91RVJihd/TXB77q1ef64XEu4A=
128+
github.com/docker/cli v28.0.4+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
129129
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
130130
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
131-
github.com/docker/docker v27.5.1+incompatible h1:4PYU5dnBYqRQi0294d1FBECqT9ECWeQAIfE8q4YnPY8=
132-
github.com/docker/docker v27.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
131+
github.com/docker/docker v28.0.4+incompatible h1:JNNkBctYKurkw6FrHfKqY0nKIDf5nrbxjVBtS+cdcok=
132+
github.com/docker/docker v28.0.4+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
133133
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
134134
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
135135
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=

0 commit comments

Comments
 (0)