Skip to content

Commit 3124cde

Browse files
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 a97711e commit 3124cde

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqCl
1212
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
1313
cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw=
1414
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
15-
get.porter.sh/magefiles v0.6.10-0.20241223164335-becf7c0bfe95 h1:LN0sj++nQ/v+jl1eOdCLo+ZcjAwjnZDZ4FRadBm3ZEE=
16-
get.porter.sh/magefiles v0.6.10-0.20241223164335-becf7c0bfe95/go.mod h1:1t0dTy7KsVUrS6nliloRXjiJbln6rXER1iCwAdQhnKY=
1715
get.porter.sh/magefiles v0.6.10 h1:Dkpc42upX6IvUBYvPBSOYuC6Fawof2MHgt7hBrUSmMs=
1816
get.porter.sh/magefiles v0.6.10/go.mod h1:1t0dTy7KsVUrS6nliloRXjiJbln6rXER1iCwAdQhnKY=
1917
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk=
@@ -206,8 +204,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xb
206204
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
207205
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
208206
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
209-
github.com/docker/buildx v0.19.2 h1:2zXzgP2liQKgQ5BiOqMc+wz7hfWgAIMWw5MR6QDG++I=
210-
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=
211209
github.com/docker/cli v0.0.0-20190925022749-754388324470/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
212210
github.com/docker/cli v27.4.1+incompatible h1:VzPiUlRJ/xh+otB75gva3r05isHMo5wXDfPRi5/b4hI=
213211
github.com/docker/cli v27.4.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=

0 commit comments

Comments
 (0)