@@ -6,7 +6,7 @@ require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.2
7
7
github.com/alessio/shellescape v1.4.1
8
8
github.com/cheggaaa/pb/v3 v3.0.8
9
- github.com/containerd/containerd v1.5.9
9
+ github.com/containerd/containerd v1.6.0
10
10
github.com/containerd/continuity v0.2.2
11
11
github.com/coreos/go-semver v0.3.0
12
12
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
@@ -27,7 +27,7 @@ require (
27
27
github.com/spf13/cobra v1.3.0
28
28
github.com/xorcare/pointer v1.1.0
29
29
github.com/yalue/native_endian v1.0.2
30
- golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
30
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
31
31
gopkg.in/yaml.v2 v2.4.0
32
32
gotest.tools/v3 v3.1.0
33
33
)
@@ -39,7 +39,7 @@ require (
39
39
github.com/fatih/color v1.13.0 // indirect
40
40
github.com/fsnotify/fsnotify v1.5.1 // indirect
41
41
github.com/golang/protobuf v1.5.2 // indirect
42
- github.com/hashicorp/errwrap v1.0 .0 // indirect
42
+ github.com/hashicorp/errwrap v1.1 .0 // indirect
43
43
github.com/inconshreveable/mousetrap v1.0.0 // indirect
44
44
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
45
45
github.com/kr/fs v0.1.0 // indirect
@@ -52,14 +52,14 @@ require (
52
52
github.com/spf13/pflag v1.0.5 // indirect
53
53
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
54
54
golang.org/x/mod v0.5.0 // indirect
55
- golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
55
+ golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
56
56
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
57
- golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
57
+ golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
58
58
golang.org/x/text v0.3.7 // indirect
59
59
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
60
60
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
61
61
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
62
- google.golang.org/grpc v1.42 .0 // indirect
62
+ google.golang.org/grpc v1.43 .0 // indirect
63
63
google.golang.org/protobuf v1.27.1 // indirect
64
64
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
65
65
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments