Skip to content

Commit c05a6eb

Browse files
authored
Merge pull request #781 from crazy-max/vendor-buildkit
vendor: update buildkit
2 parents c643c2c + eec1693 commit c05a6eb

File tree

419 files changed

+20656
-11982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+20656
-11982
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
1010
github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e // indirect
1111
github.com/compose-spec/compose-go v0.0.0-20210729195839-de56f4f0cb3c
12-
github.com/containerd/console v1.0.2
12+
github.com/containerd/console v1.0.3
1313
github.com/containerd/containerd v1.5.5
14-
github.com/docker/cli v20.10.7+incompatible
14+
github.com/docker/cli v20.10.8+incompatible
1515
github.com/docker/cli-docs-tool v0.1.1
1616
github.com/docker/compose-on-kubernetes v0.4.19-0.20190128150448-356b2919c496 // indirect
1717
github.com/docker/distribution v2.7.1+incompatible
@@ -30,9 +30,9 @@ require (
3030
github.com/jinzhu/gorm v1.9.2 // indirect
3131
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
3232
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
33-
github.com/moby/buildkit v0.9.1-0.20210921052901-44891f4cb975
33+
github.com/moby/buildkit v0.9.1-0.20210927192002-23c8affb1ffe
3434
github.com/opencontainers/go-digest v1.0.0
35-
github.com/opencontainers/image-spec v1.0.1
35+
github.com/opencontainers/image-spec v1.0.2-0.20210819154149-5ad6f50d6283
3636
github.com/pkg/errors v0.9.1
3737
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
3838
github.com/sirupsen/logrus v1.8.1
@@ -48,9 +48,9 @@ require (
4848
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
4949
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
5050
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
51-
k8s.io/api v0.21.2
52-
k8s.io/apimachinery v0.21.2
53-
k8s.io/client-go v0.21.2
51+
k8s.io/api v0.22.1
52+
k8s.io/apimachinery v0.22.1
53+
k8s.io/client-go v0.22.1
5454
)
5555

5656
replace (

go.sum

+56-36
Large diffs are not rendered by default.

vendor/github.com/containerd/console/console_windows.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/console/console_zos.go

+163
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/console/go.mod

+1-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/console/go.sum

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/console/tc_unix.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/console/tc_zos.go

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/snappy/.gitignore

-16
This file was deleted.

vendor/github.com/golang/snappy/AUTHORS

-18
This file was deleted.

vendor/github.com/golang/snappy/CONTRIBUTORS

-41
This file was deleted.

0 commit comments

Comments
 (0)