Skip to content

Commit f62c023

Browse files
authored
Merge pull request #969 from tonistiigi/update-buildkit-20220225
vendor: update buildkit to 0692ad79
2 parents 7af2980 + d2e53f5 commit f62c023

File tree

7 files changed

+246
-178
lines changed

7 files changed

+246
-178
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/jinzhu/gorm v1.9.2 // indirect
3232
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
3333
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
34-
github.com/moby/buildkit v0.10.0-rc1.0.20220223201314-b0e56cd5633a
34+
github.com/moby/buildkit v0.10.0-rc1.0.20220225190804-0692ad797425
3535
github.com/morikuni/aec v1.0.0
3636
github.com/opencontainers/go-digest v1.0.0
3737
github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,8 @@ github.com/mitchellh/mapstructure v1.4.2 h1:6h7AQ0yhTcIsmFmnAwQls75jp2Gzs4iB8W7p
973973
github.com/mitchellh/mapstructure v1.4.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
974974
github.com/mitchellh/osext v0.0.0-20151018003038-5e2d6d41470f/go.mod h1:OkQIRizQZAeMln+1tSwduZz7+Af5oFlKirV/MSYes2A=
975975
github.com/moby/buildkit v0.8.1/go.mod h1:/kyU1hKy/aYCuP39GZA9MaKioovHku57N6cqlKZIaiQ=
976-
github.com/moby/buildkit v0.10.0-rc1.0.20220223201314-b0e56cd5633a h1:DKCpVlYCXbP1iJZ7rNSJTzH4N+El12Z6IdVRaNMbQ54=
977-
github.com/moby/buildkit v0.10.0-rc1.0.20220223201314-b0e56cd5633a/go.mod h1:WJRmOULNzLGkGcQaLLVYJiARKvm37cFx23r6oQAPhvQ=
976+
github.com/moby/buildkit v0.10.0-rc1.0.20220225190804-0692ad797425 h1:4muA0f6pWdKTHPJvdwWGTYYu+whyg39gqwTDVcV4i/U=
977+
github.com/moby/buildkit v0.10.0-rc1.0.20220225190804-0692ad797425/go.mod h1:vG6thoKi/B564lEn03YQQc1rbOlAohvgD3/X7Mf9Wz0=
978978
github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=
979979
github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc=
980980
github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=

vendor/github.com/moby/buildkit/client/llb/state.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/solver/pb/ops.pb.go

Lines changed: 201 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/solver/pb/ops.proto

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/util/progress/progressui/display.go

Lines changed: 38 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ github.com/miekg/pkcs11
298298
github.com/mitchellh/go-wordwrap
299299
# github.com/mitchellh/mapstructure v1.4.2
300300
github.com/mitchellh/mapstructure
301-
# github.com/moby/buildkit v0.10.0-rc1.0.20220223201314-b0e56cd5633a
301+
# github.com/moby/buildkit v0.10.0-rc1.0.20220225190804-0692ad797425
302302
## explicit
303303
github.com/moby/buildkit/api/services/control
304304
github.com/moby/buildkit/api/types

0 commit comments

Comments
 (0)