File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/draganm/missing-container-metrics
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.5
4
6
5
7
require (
6
8
github.com/containerd/containerd v1.7.3
7
- github.com/containerd/typeurl/v2 v2.1.1
9
+ github.com/containerd/typeurl/v2 v2.2.0
8
10
github.com/docker/docker v24.0.5+incompatible
9
11
github.com/pkg/errors v0.9.1
10
12
github.com/prometheus/client_golang v1.16.0
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ github.com/containerd/ttrpc v1.2.2 h1:9vqZr0pxwOF5koz6N0N3kJ0zDHokrcPxIR/ZR2YFtO
29
29
github.com/containerd/ttrpc v1.2.2 /go.mod h1:sIT6l32Ph/H9cvnJsfXM5drIVzTr5A2flTf1G5tYZak =
30
30
github.com/containerd/typeurl/v2 v2.1.1 h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4 =
31
31
github.com/containerd/typeurl/v2 v2.1.1 /go.mod h1:IDp2JFvbwZ31H8dQbEIY7sDl2L3o3HZj1hsSQlywkQ0 =
32
+ github.com/containerd/typeurl/v2 v2.2.0 h1:6NBDbQzr7I5LHgp34xAXYF5DOTQDn05X58lsPEmzLso =
33
+ github.com/containerd/typeurl/v2 v2.2.0 /go.mod h1:8XOOxnyatxSWuG8OfsZXVnAF4iZfedjS/8UHSPJnX4g =
32
34
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
33
35
github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
34
36
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments