Skip to content

Commit 8dd68a2

Browse files
authored
Merge pull request #2593 from devspace-sh/dependabot/go_modules/github.com/moby/buildkit-0.11.4
chore(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.4
2 parents cc4b819 + d3431a6 commit 8dd68a2

10 files changed

Lines changed: 201 additions & 802 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/loft-sh/utils v0.0.16
3535
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
3636
github.com/mitchellh/go-homedir v1.1.0
37-
github.com/moby/buildkit v0.11.0
37+
github.com/moby/buildkit v0.11.4
3838
github.com/moby/patternmatcher v0.5.0
3939
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
4040
github.com/olekukonko/tablewriter v0.0.5
@@ -99,7 +99,6 @@ require (
9999
github.com/gofrs/flock v0.8.1 // indirect
100100
github.com/gogo/googleapis v1.4.1 // indirect
101101
github.com/gogo/protobuf v1.3.2 // indirect
102-
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
103102
github.com/golang/protobuf v1.5.2 // indirect
104103
github.com/google/gnostic v0.5.7-v3refs // indirect
105104
github.com/google/go-cmp v0.5.9 // indirect

go.sum

Lines changed: 6 additions & 641 deletions
Large diffs are not rendered by default.

vendor/github.com/moby/buildkit/api/services/control/control.pb.go

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

vendor/github.com/moby/buildkit/api/services/control/control.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/client/llb/definition.go

Lines changed: 4 additions & 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/client/solve.go

Lines changed: 4 additions & 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/exporter/containerimage/exptypes/types.go

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

vendor/github.com/moby/buildkit/util/gitutil/git_ref.go

Lines changed: 3 additions & 13 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/init.go

Lines changed: 1 addition & 1 deletion
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,6 @@ github.com/gogo/protobuf/proto
224224
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
225225
github.com/gogo/protobuf/sortkeys
226226
github.com/gogo/protobuf/types
227-
# github.com/golang-jwt/jwt/v4 v4.4.3
228-
## explicit; go 1.16
229227
# github.com/golang/protobuf v1.5.2
230228
## explicit; go 1.9
231229
github.com/golang/protobuf/descriptor
@@ -406,7 +404,7 @@ github.com/mitchellh/go-wordwrap
406404
# github.com/mitchellh/mapstructure v1.4.3
407405
## explicit; go 1.14
408406
github.com/mitchellh/mapstructure
409-
# github.com/moby/buildkit v0.11.0
407+
# github.com/moby/buildkit v0.11.4
410408
## explicit; go 1.18
411409
github.com/moby/buildkit/api/services/control
412410
github.com/moby/buildkit/api/types

0 commit comments

Comments
 (0)