Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/containerd/containerd from 1.5.2 to 1.5.9 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,24 @@ replace (
)

require (
github.com/containerd/containerd v1.5.2
github.com/blend/go-sdk v1.20211204.3 // indirect
github.com/containerd/containerd v1.5.9
github.com/davecgh/go-spew v1.1.1
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/ease-lab/vhive/examples/protobuf/helloworld v0.0.0-00010101000000-000000000000
github.com/firecracker-microvm/firecracker-containerd v0.0.0-00010101000000-000000000000
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff
github.com/go-multierror/multierror v1.0.2
github.com/gogo/googleapis v1.4.0
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.0
github.com/montanaflynn/stats v0.6.5
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
gonum.org/v1/gonum v0.9.0
gonum.org/v1/plot v0.9.0
google.golang.org/grpc v1.34.0
Expand Down
Loading