Skip to content

Commit 9bcbe6f

Browse files
bump runc version to v1.0.0-rc94
1 parent 56b6451 commit 9bcbe6f

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
lines changed

go.mod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ go 1.16
55
require (
66
github.com/containerd/containerd v1.5.0-beta.3
77
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
8+
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
9+
github.com/golang/protobuf v1.5.2 // indirect
810
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
11+
github.com/moby/sys/mountinfo v0.4.1 // indirect
12+
github.com/opencontainers/runc v1.0.0-rc94 // indirect
913
github.com/pkg/errors v0.9.1
14+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
15+
github.com/sirupsen/logrus v1.8.1 // indirect
16+
github.com/urfave/cli v1.22.5 // indirect
17+
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
18+
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
19+
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
1020
)

0 commit comments

Comments
 (0)