File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
github.com/moby/buildkit/frontend/dockerfile/dockerignore Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/imdario/mergo v0.3.12
2222 github.com/mattn/go-runewidth v0.0.13
2323 github.com/mitchellh/mapstructure v1.3.2
24- github.com/moby/buildkit v0.10.6
24+ github.com/moby/buildkit v0.11.4
2525 github.com/moby/patternmatcher v0.5.0
2626 github.com/moby/swarmkit/v2 v2.0.0-20230309194213-a745a8755ce3
2727 github.com/moby/sys/sequential v0.5.0
Original file line number Diff line number Diff line change @@ -279,8 +279,8 @@ github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WT
279279github.com/mitchellh/mapstructure v1.0.0/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
280280github.com/mitchellh/mapstructure v1.3.2 h1:mRS76wmkOn3KkKAyXDu42V+6ebnXWIztFSYGN7GeoRg=
281281github.com/mitchellh/mapstructure v1.3.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
282- github.com/moby/buildkit v0.10.6 h1:DJlEuLIgnu34HQKF4n9Eg6q2YqQVC0eOpMb4p2eRS2w =
283- github.com/moby/buildkit v0.10.6 /go.mod h1:tQuuyTWtOb9D+RE425cwOCUkX0/oZ+5iBZ+uWpWQ9bU =
282+ github.com/moby/buildkit v0.11.4 h1:mleVHr+n7HUD65QNUkgkT3d8muTzhYUoHE9FM3Ej05s =
283+ github.com/moby/buildkit v0.11.4 /go.mod h1:P5Qi041LvCfhkfYBHry+Rwoo3Wi6H971J2ggE+PcIoo =
284284github.com/moby/patternmatcher v0.5.0 h1:YCZgJOeULcxLw1Q+sVR636pmS7sPEn1Qo2iAN6M7DBo=
285285github.com/moby/patternmatcher v0.5.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
286286github.com/moby/swarmkit/v2 v2.0.0-20230309194213-a745a8755ce3 h1:05e6sB9az9OINsgqSy1PiSC9i0ffkpfQd0oJGAigo6k=
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ github.com/miekg/pkcs11
157157# github.com/mitchellh/mapstructure v1.3.2
158158## explicit; go 1.14
159159github.com/mitchellh/mapstructure
160- # github.com/moby/buildkit v0.10.6
161- ## explicit; go 1.17
160+ # github.com/moby/buildkit v0.11.4
161+ ## explicit; go 1.18
162162github.com/moby/buildkit/frontend/dockerfile/dockerignore
163163github.com/moby/buildkit/util/appcontext
164164# github.com/moby/patternmatcher v0.5.0
You can’t perform that action at this time.
0 commit comments