Skip to content

Commit 2ccc8dd

Browse files
committed
Update buildkit and containerd
* `buildkit` v0.11.2 -> v0.11.3 * `containerd` v1.6.16 -> v1.6.18
1 parent 27c1d52 commit 2ccc8dd

File tree

2 files changed

+201
-9
lines changed

2 files changed

+201
-9
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/alecthomas/repr v0.1.0
99
github.com/bmatcuk/doublestar v1.3.4
1010
github.com/containerd/console v1.0.3
11-
github.com/containerd/containerd v1.6.16-0.20230124210447-1709cfe273d9
11+
github.com/containerd/containerd v1.6.18
1212
github.com/creack/pty v1.1.18
1313
github.com/docker/cli v23.0.0-rc.3+incompatible
1414
github.com/docker/distribution v2.8.1+incompatible
@@ -17,7 +17,7 @@ require (
1717
github.com/manifoldco/promptui v0.9.0
1818
github.com/mattn/go-isatty v0.0.16
1919
github.com/minio/highwayhash v1.0.2
20-
github.com/moby/buildkit v0.11.2
20+
github.com/moby/buildkit v0.11.3
2121
github.com/opencontainers/go-digest v1.0.0
2222
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
2323
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
@@ -29,6 +29,7 @@ require (
2929
)
3030

3131
require (
32+
cloud.google.com/go v0.57.0 // indirect
3233
github.com/Microsoft/go-winio v0.5.2 // indirect
3334
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
3435
github.com/containerd/continuity v0.3.0 // indirect
@@ -53,6 +54,7 @@ require (
5354
github.com/moby/patternmatcher v0.5.0 // indirect
5455
github.com/moby/sys/signal v0.7.0 // indirect
5556
github.com/morikuni/aec v1.0.0 // indirect
57+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
5658
github.com/pkg/errors v0.9.1 // indirect
5759
github.com/spf13/pflag v1.0.5 // indirect
5860
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
@@ -73,5 +75,6 @@ require (
7375
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
7476
google.golang.org/grpc v1.50.1 // indirect
7577
google.golang.org/protobuf v1.28.1 // indirect
78+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
7679
gopkg.in/sourcemap.v1 v1.0.5 // indirect
7780
)

0 commit comments

Comments
 (0)