Skip to content

Commit e60c748

Browse files
committed
1 parent 6c8cc22 commit e60c748

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WT
279279
github.com/mitchellh/mapstructure v1.0.0/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
280280
github.com/mitchellh/mapstructure v1.3.2 h1:mRS76wmkOn3KkKAyXDu42V+6ebnXWIztFSYGN7GeoRg=
281281
github.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=
284284
github.com/moby/patternmatcher v0.5.0 h1:YCZgJOeULcxLw1Q+sVR636pmS7sPEn1Qo2iAN6M7DBo=
285285
github.com/moby/patternmatcher v0.5.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
286286
github.com/moby/swarmkit/v2 v2.0.0-20230309194213-a745a8755ce3 h1:05e6sB9az9OINsgqSy1PiSC9i0ffkpfQd0oJGAigo6k=

vendor/github.com/moby/buildkit/frontend/dockerfile/dockerignore/dockerignore.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/miekg/pkcs11
157157
# github.com/mitchellh/mapstructure v1.3.2
158158
## explicit; go 1.14
159159
github.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
162162
github.com/moby/buildkit/frontend/dockerfile/dockerignore
163163
github.com/moby/buildkit/util/appcontext
164164
# github.com/moby/patternmatcher v0.5.0

0 commit comments

Comments
 (0)