Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56b809a

Browse files
authoredJan 2, 2025··
Chore(deps): Bump github.com/docker/buildx from 0.19.2 to 0.19.3
Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.19.2 to 0.19.3. - [Release notes](https://github.com/docker/buildx/releases) - [Commits](docker/buildx@v0.19.2...v0.19.3) --- updated-dependencies: - dependency-name: github.com/docker/buildx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90e210d commit 56b809a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/containerd/containerd v1.7.24
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
3333
github.com/distribution/reference v0.6.0
34-
github.com/docker/buildx v0.19.2
34+
github.com/docker/buildx v0.19.3
3535
github.com/docker/cli v27.4.1+incompatible
3636
github.com/docker/distribution v2.8.3+incompatible
3737
github.com/docker/docker v27.4.1+incompatible

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xb
204204
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
205205
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
206206
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
207-
github.com/docker/buildx v0.19.2 h1:2zXzgP2liQKgQ5BiOqMc+wz7hfWgAIMWw5MR6QDG++I=
208-
github.com/docker/buildx v0.19.2/go.mod h1:k4WP+XmGRYL0a7l4RZAI2TqpwhuAuSQ5U/rosRgFmAA=
207+
github.com/docker/buildx v0.19.3 h1:FL8ilSQi5HXzvEXHzLXW9oBuz8XzOsO/t2JVPTwo+Gs=
208+
github.com/docker/buildx v0.19.3/go.mod h1:k4WP+XmGRYL0a7l4RZAI2TqpwhuAuSQ5U/rosRgFmAA=
209209
github.com/docker/cli v0.0.0-20190925022749-754388324470/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
210210
github.com/docker/cli v27.4.1+incompatible h1:VzPiUlRJ/xh+otB75gva3r05isHMo5wXDfPRi5/b4hI=
211211
github.com/docker/cli v27.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=

0 commit comments

Comments
 (0)
Please sign in to comment.