Skip to content

Commit ed0c6cf

Browse files
Noah Meyerhansdreadl0ck
authored andcommitted
Update to support firecracker-go-sdk 0.22.0
Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>
1 parent f1c8ba0 commit ed0c6cf

File tree

3 files changed

+51
-8
lines changed

3 files changed

+51
-8
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ go 1.14
44

55
require (
66
github.com/containerd/fifo v0.0.0-20200410184934-f15a3290365b // indirect
7-
github.com/containernetworking/plugins v0.8.7-0.20200805193842-bd589992fbe0 // indirect
8-
github.com/firecracker-microvm/firecracker-go-sdk v0.21.0
7+
github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
98
github.com/go-openapi/spec v0.19.9 // indirect
109
github.com/go-openapi/strfmt v0.19.5
1110
github.com/google/go-cmp v0.5.1 // indirect
1211
github.com/hashicorp/go-multierror v1.1.0 // indirect
1312
github.com/jessevdk/go-flags v1.4.0
13+
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
1414
github.com/mailru/easyjson v0.7.2 // indirect
1515
github.com/mitchellh/mapstructure v1.3.3 // indirect
1616
github.com/onsi/ginkgo v1.14.0 // indirect
1717
github.com/pkg/errors v0.9.1
18-
github.com/sirupsen/logrus v1.6.0
18+
github.com/sirupsen/logrus v1.7.0
1919
github.com/tidwall/pretty v1.0.1 // indirect
2020
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
2121
go.mongodb.org/mongo-driver v1.4.0 // indirect

0 commit comments

Comments
 (0)