Skip to content

Commit d8ba8cb

Browse files
dependabot[bot]cpleemergify[bot]
authored
build(deps): bump github.com/moby/buildkit from 0.10.6 to 0.11.0 (#1563)
* build(deps): bump github.com/moby/buildkit from 0.10.6 to 0.11.0 Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.10.6 to 0.11.0. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.10.6...v0.11.0) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: use new patternmatcher.Matches Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casey Lee <caseypl@amazon.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 003947e commit d8ba8cb

3 files changed

Lines changed: 64 additions & 959 deletions

File tree

go.mod

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/Masterminds/semver v1.5.0
88
github.com/andreaskoch/go-fswatch v1.0.0
99
github.com/creack/pty v1.1.18
10-
github.com/docker/cli v20.10.22+incompatible
10+
github.com/docker/cli v23.0.0-rc.1+incompatible
1111
github.com/docker/distribution v2.8.1+incompatible
12-
github.com/docker/docker v20.10.22+incompatible
12+
github.com/docker/docker v23.0.0-rc.1+incompatible
1313
github.com/docker/go-connections v0.4.0
1414
github.com/go-git/go-billy/v5 v5.4.0
1515
github.com/go-git/go-git/v5 v5.4.2
@@ -20,8 +20,8 @@ require (
2020
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2121
github.com/mattn/go-isatty v0.0.17
2222
github.com/mitchellh/go-homedir v1.1.0
23-
github.com/moby/buildkit v0.10.6
24-
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
23+
github.com/moby/buildkit v0.11.0
24+
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
2525
github.com/opencontainers/selinux v1.10.2
2626
github.com/pkg/errors v0.9.1
2727
github.com/rhysd/actionlint v1.6.22
@@ -30,39 +30,38 @@ require (
3030
github.com/spf13/cobra v1.6.1
3131
github.com/spf13/pflag v1.0.5
3232
github.com/stretchr/testify v1.8.1
33-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
33+
golang.org/x/term v0.3.0
3434
gopkg.in/yaml.v3 v3.0.1
3535
gotest.tools/v3 v3.4.0
3636
)
3737

3838
require (
3939
github.com/Microsoft/go-winio v0.5.2 // indirect
40-
github.com/Microsoft/hcsshim v0.9.5 // indirect
4140
github.com/ProtonMail/go-crypto v0.0.0-20220404123522-616f957b79ad // indirect
4241
github.com/acomagu/bufpipe v1.0.3 // indirect
43-
github.com/containerd/cgroups v1.0.3 // indirect
44-
github.com/containerd/containerd v1.6.12 // indirect
42+
github.com/containerd/containerd v1.6.14 // indirect
4543
github.com/davecgh/go-spew v1.1.1 // indirect
46-
github.com/docker/docker-credential-helpers v0.6.4 // indirect
47-
github.com/docker/go-units v0.4.0 // indirect
44+
github.com/docker/docker-credential-helpers v0.7.0 // indirect
45+
github.com/docker/go-units v0.5.0 // indirect
4846
github.com/emirpasic/gods v1.12.0 // indirect
4947
github.com/fatih/color v1.13.0 // indirect
5048
github.com/go-git/gcfg v1.5.0 // indirect
5149
github.com/gogo/protobuf v1.3.2 // indirect
52-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
53-
github.com/google/go-cmp v0.5.7 // indirect
50+
github.com/google/go-cmp v0.5.9 // indirect
5451
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5552
github.com/inconshreveable/mousetrap v1.0.1 // indirect
5653
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
5754
github.com/kevinburke/ssh_config v1.2.0 // indirect
55+
github.com/klauspost/compress v1.15.12 // indirect
5856
github.com/mattn/go-colorable v0.1.13 // indirect
5957
github.com/mattn/go-runewidth v0.0.13 // indirect
6058
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
6159
github.com/mitchellh/mapstructure v1.1.2 // indirect
62-
github.com/moby/sys/mount v0.3.1 // indirect
63-
github.com/moby/sys/mountinfo v0.6.0 // indirect
60+
github.com/moby/patternmatcher v0.5.0 // indirect
61+
github.com/moby/sys/sequential v0.5.0 // indirect
62+
github.com/moby/term v0.0.0-20200312100748-672ec06f55cd // indirect
6463
github.com/opencontainers/go-digest v1.0.0 // indirect
65-
github.com/opencontainers/runc v1.1.2 // indirect
64+
github.com/opencontainers/runc v1.1.3 // indirect
6665
github.com/pmezard/go-difflib v1.0.0 // indirect
6766
github.com/rivo/uniseg v0.3.4 // indirect
6867
github.com/robfig/cron v1.2.0 // indirect
@@ -71,13 +70,12 @@ require (
7170
github.com/xanzy/ssh-agent v0.3.1 // indirect
7271
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
7372
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
74-
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f // indirect
75-
go.opencensus.io v0.23.0 // indirect
76-
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
77-
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
78-
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
73+
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
74+
golang.org/x/crypto v0.2.0 // indirect
75+
golang.org/x/net v0.4.0 // indirect
76+
golang.org/x/sync v0.1.0 // indirect
7977
golang.org/x/sys v0.3.0 // indirect
80-
golang.org/x/text v0.3.7 // indirect
78+
golang.org/x/text v0.5.0 // indirect
8179
gopkg.in/warnings.v0 v0.1.2 // indirect
8280
gopkg.in/yaml.v2 v2.4.0 // indirect
8381
)

0 commit comments

Comments
 (0)