File tree Expand file tree Collapse file tree 3 files changed +51
-8
lines changed Expand file tree Collapse file tree 3 files changed +51
-8
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ go 1.14
44
55require (
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
You can’t perform that action at this time.
0 commit comments