Skip to content

Commit 156e54a

Browse files
authored
Merge pull request docker#10291 from docker/dependabot/go_modules/github.com/docker/buildx-0.10.3
build(deps): bump github.com/docker/buildx from 0.10.2 to 0.10.3
2 parents 762cf9d + 9732608 commit 156e54a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/containerd/containerd v1.6.17
1111
github.com/cucumber/godog v0.0.0-00010101000000-000000000000
1212
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa
13-
github.com/docker/buildx v0.10.2 // when updating, also update the replace rules accordingly
13+
github.com/docker/buildx v0.10.3 // when updating, also update the replace rules accordingly
1414
github.com/docker/cli v23.0.1+incompatible
1515
github.com/docker/cli-docs-tool v0.5.1
1616
github.com/docker/docker v23.0.1+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3/go.mod h1:zA
203203
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
204204
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa h1:L9Ay/slwQ4ERSPaurC+TVkZrM0K98GNrEEo1En3e8as=
205205
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
206-
github.com/docker/buildx v0.10.2 h1:JjaNu6LLmN/Q6wI6RJl0Tb4hjjiGJ2lqXL3yYG2ABRo=
207-
github.com/docker/buildx v0.10.2/go.mod h1:2mHDjD0QevclBGYIXDOWY/ZU71JAzx7w4CfgroYbHQw=
206+
github.com/docker/buildx v0.10.3 h1:9bPC/SZV85ZQDAa1rk5bjodsrK8HIBFThOUpWc052t0=
207+
github.com/docker/buildx v0.10.3/go.mod h1:2mHDjD0QevclBGYIXDOWY/ZU71JAzx7w4CfgroYbHQw=
208208
github.com/docker/cli v23.0.1+incompatible h1:LRyWITpGzl2C9e9uGxzisptnxAn1zfZKXy13Ul2Q5oM=
209209
github.com/docker/cli v23.0.1+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
210210
github.com/docker/cli-docs-tool v0.5.1 h1:jIk/cCZurZERhALPVKhqlNxTQGxn2kcI+56gE57PQXg=

0 commit comments

Comments
 (0)