@@ -3,6 +3,7 @@ module github.com/firecracker-microvm/firecracker-containerd
3
3
require (
4
4
github.com/Microsoft/go-winio v0.4.14 // indirect
5
5
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
6
+ github.com/awslabs/tc-redirect-tap v0.0.0-20200708224642-a0300978797d
6
7
github.com/containerd/cgroups v0.0.0-20181105182409-82cb49fc1779 // indirect
7
8
github.com/containerd/console v0.0.0-20191219165238-8375c3424e4d // indirect
8
9
github.com/containerd/containerd v1.3.8-0.20200824223617-f99bb2cc4483
@@ -11,22 +12,23 @@ require (
11
12
github.com/containerd/go-runc v0.0.0-20190226155025-7d11b49dc076
12
13
github.com/containerd/ttrpc v0.0.0-20190613183316-1fb3814edf44
13
14
github.com/containerd/typeurl v0.0.0-20181015155603-461401dc8f19
14
- github.com/containernetworking/cni v0.7.2-0.20190807151350-8c6c47d1c7fc
15
- github.com/containernetworking/plugins v0.8.6
15
+ github.com/containernetworking/cni v0.8.0
16
+ github.com/containernetworking/plugins v0.8.7
16
17
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
17
18
github.com/docker/distribution v2.7.1+incompatible // indirect
18
19
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad // indirect
19
20
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
20
- github.com/firecracker-microvm/firecracker-go-sdk v0.21 .1-0.20200811001213-ee1e7c41b7bd
21
+ github.com/firecracker-microvm/firecracker-go-sdk v0.22 .1-0.20201117001223-cd822c0d457c
21
22
github.com/go-ole/go-ole v1.2.4 // indirect
22
23
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
23
24
github.com/gofrs/uuid v3.3.0+incompatible
24
25
github.com/gogo/googleapis v1.1.0 // indirect
25
26
github.com/gogo/protobuf v1.3.0
26
27
github.com/golang/protobuf v1.3.1
27
28
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
28
- github.com/hashicorp/go-multierror v1.0 .0
29
+ github.com/hashicorp/go-multierror v1.1 .0
29
30
github.com/imdario/mergo v0.3.8 // indirect
31
+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
30
32
github.com/mdlayher/vsock v0.0.0-20190329173812-a92c53d5dcab
31
33
github.com/miekg/dns v1.1.16
32
34
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
@@ -37,13 +39,13 @@ require (
37
39
github.com/prometheus/client_golang v0.9.2 // indirect
38
40
github.com/shirou/gopsutil v2.18.12+incompatible
39
41
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
40
- github.com/sirupsen/logrus v1.6 .0
42
+ github.com/sirupsen/logrus v1.7 .0
41
43
github.com/stretchr/testify v1.6.1
42
44
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
43
45
github.com/urfave/cli v1.20.0 // indirect
44
46
github.com/vishvananda/netlink v1.1.0
45
47
go.etcd.io/bbolt v1.3.1-etcd.8 // indirect
46
- golang.org/x/sync v0.0.0-20190423024810-112230192c58
48
+ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
47
49
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
48
50
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
49
51
google.golang.org/grpc v1.21.0
0 commit comments