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/opencontainers/runc from 0.1.1 to 1.1.2 #141

Open
wants to merge 1 commit into
base: master
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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/containerd/continuity v0.0.0-20200107194136-26c1120b8d41 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gamegos/jsend v0.0.0-20151011171802-f47e169f3d76
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-chi/cors v1.0.0
Expand All @@ -20,10 +19,10 @@ require (
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/lib/pq v1.3.0
github.com/opencontainers/runc v0.1.1 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
github.com/ory/dockertest v3.3.5+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.4.0
github.com/swaggo/http-swagger v0.0.0-20200103000832-0e9263c4b516
github.com/swaggo/swag v1.6.3
Expand Down
Loading