forked from containers/conmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 958 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
)