mirror of https://github.com/containers/conmon.git
26 lines
958 B
Modula-2
26 lines
958 B
Modula-2
module github.com/containers/conmon
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containernetworking/plugins v0.9.1 // indirect
|
|
github.com/containers/buildah v1.20.0 // indirect
|
|
github.com/containers/common v0.35.4 // indirect
|
|
github.com/containers/libpod v1.9.3
|
|
github.com/containers/psgo v1.5.2 // indirect
|
|
github.com/containers/storage v1.28.1
|
|
github.com/coreos/go-systemd/v22 v22.3.1
|
|
github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/onsi/ginkgo v1.16.0
|
|
github.com/onsi/gomega v1.11.0
|
|
github.com/opencontainers/runtime-tools v0.9.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|