@@ -8,7 +8,7 @@ require (
8
8
github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae
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.1
11
+ github.com/containerd/containerd v1.6.3-0.20220401172941-5ff8fce1fcc6
12
12
github.com/creack/pty v1.1.17
13
13
github.com/docker/cli v20.10.13+incompatible
14
14
github.com/docker/distribution v2.8.1+incompatible
@@ -17,9 +17,9 @@ require (
17
17
github.com/manifoldco/promptui v0.9.0
18
18
github.com/mattn/go-isatty v0.0.14
19
19
github.com/minio/highwayhash v1.0.2
20
- github.com/moby/buildkit v0.10.0
20
+ github.com/moby/buildkit v0.10.1
21
21
github.com/opencontainers/go-digest v1.0.0
22
- github.com/opencontainers/image-spec v1.0.2 -0.20211117181255-693428a734f5
22
+ github.com/opencontainers/image-spec v1.0.3 -0.20211202183452-c5a74bcca799
23
23
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
24
24
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
25
25
github.com/sirupsen/logrus v1.8.1
@@ -29,9 +29,10 @@ require (
29
29
)
30
30
31
31
require (
32
+ cloud.google.com/go v0.81.0 // indirect
32
33
github.com/Microsoft/go-winio v0.5.1 // indirect
33
34
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
34
- github.com/containerd/continuity v0.2.2 // indirect
35
+ github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8 // indirect
35
36
github.com/containerd/typeurl v1.0.2 // indirect
36
37
github.com/daaku/go.zipexe v1.0.0 // indirect
37
38
github.com/docker/docker v20.10.7+incompatible // indirect
@@ -47,7 +48,8 @@ require (
47
48
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
48
49
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect
49
50
github.com/inconshreveable/mousetrap v1.0.0 // indirect
50
- github.com/klauspost/compress v1.15.0 // indirect
51
+ github.com/klauspost/compress v1.15.1 // indirect
52
+ github.com/kr/text v0.2.0 // indirect
51
53
github.com/moby/locker v1.0.1 // indirect
52
54
github.com/moby/sys/signal v0.6.0 // indirect
53
55
github.com/morikuni/aec v1.0.0 // indirect
@@ -69,8 +71,9 @@ require (
69
71
golang.org/x/text v0.3.7 // indirect
70
72
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
71
73
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
72
- google.golang.org/grpc v1.44 .0 // indirect
74
+ google.golang.org/grpc v1.45 .0 // indirect
73
75
google.golang.org/protobuf v1.27.1 // indirect
76
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
74
77
gopkg.in/sourcemap.v1 v1.0.5 // indirect
75
78
)
76
79
0 commit comments