Skip to content

Commit

Permalink
bump runc version to v1.0.0-rc94
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 committed May 11, 2021
1 parent 56b6451 commit 9bcbe6f
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 2 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ go 1.16
require (
github.com/containerd/containerd v1.5.0-beta.3
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
github.com/moby/sys/mountinfo v0.4.1 // indirect
github.com/opencontainers/runc v1.0.0-rc94 // indirect
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli v1.22.5 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
)
Loading

0 comments on commit 9bcbe6f

Please sign in to comment.