File: go.mod

package info (click to toggle)
golang-github-containerd-go-runc 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/containerd/go-runc

go 1.18

require (
	github.com/containerd/console v1.0.3
	github.com/opencontainers/runtime-spec v1.1.0-rc.2
	github.com/sirupsen/logrus v1.9.0
	golang.org/x/sys v0.2.0
)