Skip to content

Commit 0948c50

Browse files
committed
Upgrade Firecracker Go SDK from 0.21.0 to master
The master version supports Firecracker 0.22.0. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 8b05434 commit 0948c50

File tree

4 files changed

+129
-35
lines changed

4 files changed

+129
-35
lines changed

_submodules/firecracker

Submodule firecracker updated 191 files

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ require (
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.5
15+
github.com/containernetworking/plugins v0.8.6
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.21.0
20+
github.com/firecracker-microvm/firecracker-go-sdk v0.21.1-0.20200811001213-ee1e7c41b7bd
2121
github.com/go-ole/go-ole v1.2.4 // indirect
2222
github.com/godbus/dbus v0.0.0-20181025153459-66d97aec3384 // indirect
23-
github.com/gofrs/uuid v3.2.0+incompatible
23+
github.com/gofrs/uuid v3.3.0+incompatible
2424
github.com/gogo/googleapis v1.1.0 // indirect
2525
github.com/gogo/protobuf v1.3.0
2626
github.com/golang/protobuf v1.3.1
@@ -37,14 +37,14 @@ require (
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.2
41-
github.com/stretchr/testify v1.5.1
40+
github.com/sirupsen/logrus v1.6.0
41+
github.com/stretchr/testify v1.6.1
4242
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
4343
github.com/urfave/cli v1.20.0 // indirect
4444
github.com/vishvananda/netlink v1.1.0
4545
go.etcd.io/bbolt v1.3.1-etcd.8 // indirect
4646
golang.org/x/sync v0.0.0-20190423024810-112230192c58
47-
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
47+
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
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)