@@ -3,41 +3,41 @@ module github.com/containers/conmon
3
3
go 1.18
4
4
5
5
require (
6
- github.com/containers/podman/v4 v4.5.0
7
- github.com/containers/storage v1.48 .0
8
- github.com/coreos/go-systemd/v22 v22.5.0
9
- github.com/onsi/ginkgo/v2 v2.13.0
6
+ github.com/containers/podman/v4 v4.8.3
7
+ github.com/containers/storage v1.51 .0
8
+ github.com/coreos/go-systemd/v22 v22.5.1-0.20231103132048-7d375ecc2b09
9
+ github.com/onsi/ginkgo/v2 v2.13.1
10
10
github.com/onsi/gomega v1.30.0
11
- github.com/opencontainers/runtime-tools v0.9.1-0.20230317050512-e931285f4b69
11
+ github.com/opencontainers/runtime-tools v0.9.1-0.20230914150019-408c51e934dc
12
12
github.com/pkg/errors v0.9.1
13
- golang.org/x/sys v0.13 .0
13
+ golang.org/x/sys v0.15 .0
14
14
)
15
15
16
16
require (
17
17
github.com/blang/semver/v4 v4.0.0 // indirect
18
- github.com/containers/common v0.52.0 // indirect
19
- github.com/containers/image/v5 v5.25 .0 // indirect
18
+ github.com/containers/common v0.57.1 // indirect
19
+ github.com/containers/image/v5 v5.29 .0 // indirect
20
20
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
21
- github.com/containers/ocicrypt v1.1.7 // indirect
21
+ github.com/containers/ocicrypt v1.1.9 // indirect
22
22
github.com/docker/docker v24.0.7+incompatible // indirect
23
23
github.com/docker/go-units v0.5.0 // indirect
24
- github.com/go-logr/logr v1.2.4 // indirect
24
+ github.com/go-logr/logr v1.3.0 // indirect
25
25
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
26
26
github.com/google/go-cmp v0.6.0 // indirect
27
- github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
27
+ github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
28
28
github.com/kr/text v0.2.0 // indirect
29
- github.com/moby/sys/mountinfo v0.6.2 // indirect
29
+ github.com/moby/sys/mountinfo v0.7.1 // indirect
30
30
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
31
31
github.com/opencontainers/go-digest v1.0.0 // indirect
32
- github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
33
- github.com/opencontainers/runc v1.1.7 // indirect
34
- github.com/opencontainers/runtime-spec v1.1.0-rc.3 // indirect
32
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
33
+ github.com/opencontainers/runc v1.1.10 // indirect
34
+ github.com/opencontainers/runtime-spec v1.1.1-0.20230922153023-c0e90434df2a // indirect
35
35
github.com/sirupsen/logrus v1.9.3 // indirect
36
36
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
37
- golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
38
- golang.org/x/net v0.17 .0 // indirect
39
- golang.org/x/text v0.13 .0 // indirect
40
- golang.org/x/tools v0.12 .0 // indirect
37
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
38
+ golang.org/x/net v0.18 .0 // indirect
39
+ golang.org/x/text v0.14 .0 // indirect
40
+ golang.org/x/tools v0.14 .0 // indirect
41
41
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
42
42
gopkg.in/yaml.v3 v3.0.1 // indirect
43
43
)
0 commit comments