@@ -8,7 +8,7 @@ require (
8
8
github.com/alecthomas/repr v0.1.0
9
9
github.com/bmatcuk/doublestar v1.3.4
10
10
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
12
12
github.com/creack/pty v1.1.18
13
13
github.com/docker/cli v23.0.0-rc.3+incompatible
14
14
github.com/docker/distribution v2.8.1+incompatible
@@ -17,7 +17,7 @@ require (
17
17
github.com/manifoldco/promptui v0.9.0
18
18
github.com/mattn/go-isatty v0.0.16
19
19
github.com/minio/highwayhash v1.0.2
20
- github.com/moby/buildkit v0.11.2
20
+ github.com/moby/buildkit v0.11.3
21
21
github.com/opencontainers/go-digest v1.0.0
22
22
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
23
23
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
@@ -29,6 +29,7 @@ require (
29
29
)
30
30
31
31
require (
32
+ cloud.google.com/go v0.57.0 // indirect
32
33
github.com/Microsoft/go-winio v0.5.2 // indirect
33
34
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
34
35
github.com/containerd/continuity v0.3.0 // indirect
@@ -53,6 +54,7 @@ require (
53
54
github.com/moby/patternmatcher v0.5.0 // indirect
54
55
github.com/moby/sys/signal v0.7.0 // indirect
55
56
github.com/morikuni/aec v1.0.0 // indirect
57
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
56
58
github.com/pkg/errors v0.9.1 // indirect
57
59
github.com/spf13/pflag v1.0.5 // indirect
58
60
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
@@ -73,5 +75,6 @@ require (
73
75
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
74
76
google.golang.org/grpc v1.50.1 // indirect
75
77
google.golang.org/protobuf v1.28.1 // indirect
78
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
76
79
gopkg.in/sourcemap.v1 v1.0.5 // indirect
77
80
)
0 commit comments