@@ -4,10 +4,12 @@ go 1.19
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
+ github.com/Code-Hex/vz/v3 v3.0.0
7
8
github.com/alessio/shellescape v1.4.1
8
9
github.com/cheggaaa/pb/v3 v3.1.0
9
10
github.com/containerd/containerd v1.6.9
10
11
github.com/containerd/continuity v0.3.0
12
+ github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743
11
13
github.com/coreos/go-semver v0.3.0
12
14
github.com/cyphar/filepath-securejoin v0.2.3
13
15
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
@@ -31,40 +33,49 @@ require (
31
33
github.com/spf13/cobra v1.6.1
32
34
github.com/xorcare/pointer v1.2.2
33
35
github.com/yalue/native_endian v1.0.2
36
+ golang.org/x/sync v0.1.0
34
37
golang.org/x/sys v0.2.0
35
38
gotest.tools/v3 v3.4.0
36
39
)
37
40
38
41
require (
39
42
github.com/Microsoft/go-winio v0.5.2 // indirect
40
43
github.com/VividCortex/ewma v1.1.1 // indirect
44
+ github.com/apparentlymart/go-cidr v1.1.0 // indirect
41
45
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
42
46
github.com/fatih/color v1.13.0 // indirect
43
47
github.com/fsnotify/fsnotify v1.5.1 // indirect
44
48
github.com/golang/protobuf v1.5.2 // indirect
49
+ github.com/google/btree v1.0.1 // indirect
50
+ github.com/google/gopacket v1.1.19 // indirect
45
51
github.com/hashicorp/errwrap v1.1.0 // indirect
46
52
github.com/inconshreveable/mousetrap v1.0.1 // indirect
53
+ github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f // indirect
47
54
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
48
55
github.com/kr/fs v0.1.0 // indirect
49
56
github.com/mattn/go-colorable v0.1.12 // indirect
50
57
github.com/mattn/go-runewidth v0.0.12 // indirect
51
58
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
59
+ github.com/pkg/errors v0.9.1 // indirect
52
60
github.com/pkg/sftp v1.13.4 // indirect
53
61
github.com/rivo/uniseg v0.2.0 // indirect
54
62
github.com/spf13/pflag v1.0.5 // indirect
63
+ github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
55
64
go.uber.org/atomic v1.7.0 // indirect
56
65
go.uber.org/multierr v1.7.0 // indirect
57
66
golang.org/x/crypto v0.1.0 // indirect
58
67
golang.org/x/mod v0.6.0 // indirect
59
68
golang.org/x/net v0.1.0 // indirect
60
- golang.org/x/sync v0.1.0 // indirect
61
69
golang.org/x/term v0.1.0 // indirect
62
70
golang.org/x/text v0.4.0 // indirect
71
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
63
72
golang.org/x/tools v0.2.0 // indirect
64
73
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
65
74
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
66
75
google.golang.org/grpc v1.47.0 // indirect
67
76
google.golang.org/protobuf v1.28.0 // indirect
68
77
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
69
78
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
79
+ gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
80
+ inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
70
81
)
0 commit comments