Skip to content

Commit 5f9e9d2

Browse files
committed
Upgrade Firecracker Go SDK to v0.21.0
Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 7383119 commit 5f9e9d2

File tree

2 files changed

+130
-32
lines changed

2 files changed

+130
-32
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ require (
77
github.com/containerd/console v0.0.0-20191219165238-8375c3424e4d // indirect
88
github.com/containerd/containerd v1.3.3
99
github.com/containerd/continuity v0.0.0-20181027224239-bea7585dbfac // indirect
10-
github.com/containerd/fifo v0.0.0-20190816180239-bda0ff6ed73c
10+
github.com/containerd/fifo v0.0.0-20191213151349-ff969a566b00
1111
github.com/containerd/go-runc v0.0.0-20190226155025-7d11b49dc076
1212
github.com/containerd/ttrpc v0.0.0-20190613183316-1fb3814edf44
1313
github.com/containerd/typeurl v0.0.0-20181015155603-461401dc8f19
1414
github.com/containernetworking/cni v0.7.2-0.20190807151350-8c6c47d1c7fc
15-
github.com/containernetworking/plugins v0.8.2
15+
github.com/containernetworking/plugins v0.8.5
1616
github.com/coreos/go-systemd v0.0.0-20181031085051-9002847aa142 // indirect
1717
github.com/docker/distribution v2.7.1+incompatible // indirect
1818
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad // indirect
1919
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
20-
github.com/firecracker-microvm/firecracker-go-sdk v0.20.1-0.20200204230548-c56932849923
20+
github.com/firecracker-microvm/firecracker-go-sdk v0.21.0
2121
github.com/go-ole/go-ole v1.2.4 // indirect
2222
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
2323
github.com/gofrs/uuid v3.2.0+incompatible
@@ -33,18 +33,18 @@ require (
3333
github.com/opencontainers/image-spec v1.0.1 // indirect
3434
github.com/opencontainers/runc v1.0.0-rc9
3535
github.com/opencontainers/runtime-spec v0.1.2-0.20181106065543-31e0d16c1cb7
36-
github.com/pkg/errors v0.8.1
36+
github.com/pkg/errors v0.9.1
3737
github.com/prometheus/client_golang v0.9.2 // indirect
3838
github.com/shirou/gopsutil v2.18.12+incompatible
3939
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
40-
github.com/sirupsen/logrus v1.4.1
41-
github.com/stretchr/testify v1.3.0
40+
github.com/sirupsen/logrus v1.4.2
41+
github.com/stretchr/testify v1.5.1
4242
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
4343
github.com/urfave/cli v1.20.0 // indirect
44-
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf
44+
github.com/vishvananda/netlink v1.1.0
4545
go.etcd.io/bbolt v1.3.1-etcd.8 // indirect
46-
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
47-
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
46+
golang.org/x/sync v0.0.0-20190423024810-112230192c58
47+
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
4848
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
4949
google.golang.org/grpc v1.21.0
5050
gotest.tools v2.2.0+incompatible // indirect

0 commit comments

Comments
 (0)