Skip to content

Commit 0f92bec

Browse files
committed
Update GO-SDK dependency to provide support for memory ballooning
Since firecracker-go-sdk v0.23.0 release is not ready, we will update the go.mod making the GO-SDK dependency point to the latest commit. Signed-off-by: Royce Zhao <[email protected]>
1 parent 126893e commit 0f92bec

File tree

2 files changed

+22
-77
lines changed

2 files changed

+22
-77
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/containerd/typeurl v1.0.2
1111
github.com/containernetworking/cni v0.8.1
1212
github.com/containernetworking/plugins v0.9.1
13-
github.com/firecracker-microvm/firecracker-go-sdk v0.22.1-0.20201117001223-cd822c0d457c
13+
github.com/firecracker-microvm/firecracker-go-sdk v0.22.1-0.20210520223842-abd0815b8bf9
1414
github.com/go-ole/go-ole v1.2.4 // indirect
1515
github.com/gofrs/uuid v3.3.0+incompatible
1616
github.com/gogo/protobuf v1.3.2
@@ -23,7 +23,7 @@ require (
2323
github.com/pkg/errors v0.9.1
2424
github.com/shirou/gopsutil v2.18.12+incompatible
2525
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
26-
github.com/sirupsen/logrus v1.7.0
26+
github.com/sirupsen/logrus v1.8.0
2727
github.com/stretchr/testify v1.6.1
2828
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
2929
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a

0 commit comments

Comments
 (0)