Skip to content

Commit

Permalink
Update to support firecracker-go-sdk 0.22.0
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Meyerhans <[email protected]>
  • Loading branch information
Noah Meyerhans authored and dreadl0ck committed Oct 25, 2020
1 parent f1c8ba0 commit ed0c6cf
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 8 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ go 1.14

require (
github.com/containerd/fifo v0.0.0-20200410184934-f15a3290365b // indirect
github.com/containernetworking/plugins v0.8.7-0.20200805193842-bd589992fbe0 // indirect
github.com/firecracker-microvm/firecracker-go-sdk v0.21.0
github.com/firecracker-microvm/firecracker-go-sdk v0.22.0
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/strfmt v0.19.5
github.com/google/go-cmp v0.5.1 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/mailru/easyjson v0.7.2 // indirect
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/sirupsen/logrus v1.7.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
go.mongodb.org/mongo-driver v1.4.0 // indirect
Expand Down
Loading

0 comments on commit ed0c6cf

Please sign in to comment.