@@ -5,113 +5,111 @@ module github.com/containerd/accelerated-container-image
55// DO NOT change this version unless support for older Go versions is dropped
66// or the module requires newer Go features. To update the version used for CI
77// and releases, update "go-version" and "GO_VERSION" in "/.github/workflows".
8- go 1.25.0
8+ go 1.26.3
99
1010require (
11- github.com/containerd/containerd/api v1.8.0
12- github.com/containerd/containerd/v2 v2.0.10
13- github.com/containerd/continuity v0.4.5
11+ github.com/containerd/containerd/api v1.11.1
12+ github.com/containerd/containerd/v2 v2.3.3
13+ github.com/containerd/continuity v0.5.0
1414 github.com/containerd/errdefs v1.0.0
15- github.com/containerd/go-cni v1.1.12
15+ github.com/containerd/go-cni v1.1.13
1616 github.com/containerd/log v0.1.0
17- github.com/containerd/platforms v1.0.0-rc.2
17+ github.com/containerd/platforms v1.0.0-rc.4
1818 github.com/data-accelerator/zdfs v0.1.5
1919 github.com/docker/go-units v0.5.0
2020 github.com/go-sql-driver/mysql v1.8.1
2121 github.com/moby/locker v1.0.1
2222 github.com/moby/sys/mountinfo v0.7.2
2323 github.com/opencontainers/go-digest v1.0.0
24- github.com/opencontainers/image-spec v1.1.0
25- github.com/opencontainers/runtime-spec v1.2 .0
26- github.com/prometheus/client_golang v1.20.5
27- github.com/sirupsen/logrus v1.9.3
24+ github.com/opencontainers/image-spec v1.1.1
25+ github.com/opencontainers/runtime-spec v1.3 .0
26+ github.com/prometheus/client_golang v1.23.2
27+ github.com/sirupsen/logrus v1.9.4
2828 github.com/spf13/cobra v1.8.1
29- github.com/urfave/cli/v2 v2.27.5
30- golang.org/x/sync v0.20 .0
31- golang.org/x/sys v0.43 .0
29+ github.com/urfave/cli/v2 v2.27.7
30+ golang.org/x/sync v0.21 .0
31+ golang.org/x/sys v0.46 .0
3232 google.golang.org/grpc v1.82.1
3333 oras.land/oras-go/v2 v2.5.0
3434)
3535
3636require (
3737 filippo.io/edwards25519 v1.1.1 // indirect
38- github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
39- github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 // indirect
40- github.com/Microsoft/go-winio v0.6.2 // indirect
41- github.com/Microsoft/hcsshim v0.12.9 // indirect
38+ github.com/Microsoft/go-winio v0.6.3-0.20251027160822-ad3df93bed29 // indirect
39+ github.com/Microsoft/hcsshim v0.15.0-rc.1 // indirect
4240 github.com/beorn7/perks v1.0.1 // indirect
4341 github.com/cespare/xxhash/v2 v2.3.0 // indirect
44- github.com/cilium/ebpf v0.11 .0 // indirect
45- github.com/containerd/cgroups/v3 v3.0 .3 // indirect
46- github.com/containerd/console v1.0.4 // indirect
42+ github.com/cilium/ebpf v0.16 .0 // indirect
43+ github.com/containerd/cgroups/v3 v3.1 .3 // indirect
44+ github.com/containerd/console v1.0.5 // indirect
4745 github.com/containerd/errdefs/pkg v0.3.0 // indirect
4846 github.com/containerd/fifo v1.1.0 // indirect
4947 github.com/containerd/go-runc v1.1.0 // indirect
50- github.com/containerd/plugin v1.0 .0 // indirect
51- github.com/containerd/ttrpc v1.2.7 // indirect
48+ github.com/containerd/plugin v1.1 .0 // indirect
49+ github.com/containerd/ttrpc v1.2.8 // indirect
5250 github.com/containerd/typeurl/v2 v2.2.3 // indirect
53- github.com/containernetworking/cni v1.2.3 // indirect
54- github.com/containernetworking/plugins v1.5.1 // indirect
55- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
56- github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
57- github.com/cyphar/filepath-securejoin v0.5.1 // indirect
51+ github.com/containernetworking/cni v1.3.0 // indirect
52+ github.com/containernetworking/plugins v1.9.1 // indirect
53+ github.com/coreos/go-systemd/v22 v22.7.0 // indirect
54+ github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
5855 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5956 github.com/distribution/reference v0.6.0 // indirect
6057 github.com/felixge/httpsnoop v1.0.4 // indirect
61- github.com/fsnotify/fsnotify v1.7 .0 // indirect
62- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
58+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
59+ github.com/fxamacker/cbor/v2 v2.9 .0 // indirect
6360 github.com/go-logr/logr v1.4.3 // indirect
6461 github.com/go-logr/stdr v1.2.2 // indirect
6562 github.com/godbus/dbus/v5 v5.1.0 // indirect
6663 github.com/gogo/protobuf v1.3.2 // indirect
67- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
68- github.com/google/go-cmp v0.7 .0 // indirect
64+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
65+ github.com/google/uuid v1.6 .0 // indirect
6966 github.com/inconshreveable/mousetrap v1.1.0 // indirect
70- github.com/intel/goresctrl v0.8 .0 // indirect
71- github.com/klauspost/compress v1.17.11 // indirect
72- github.com/mdlayher/socket v0.4 .1 // indirect
67+ github.com/intel/goresctrl v0.12 .0 // indirect
68+ github.com/klauspost/compress v1.18.5 // indirect
69+ github.com/mdlayher/socket v0.5 .1 // indirect
7370 github.com/mdlayher/vsock v1.2.1 // indirect
71+ github.com/moby/sys/capability v0.4.0 // indirect
7472 github.com/moby/sys/sequential v0.6.0 // indirect
7573 github.com/moby/sys/signal v0.7.1 // indirect
7674 github.com/moby/sys/symlink v0.3.0 // indirect
77- github.com/moby/sys/user v0.3 .0 // indirect
75+ github.com/moby/sys/user v0.4 .0 // indirect
7876 github.com/moby/sys/userns v0.1.0 // indirect
7977 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
80- github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 // indirect
81- github.com/opencontainers/selinux v1.13.1 // indirect
82- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
78+ github.com/opencontainers/runtime-tools v0.9.1-0.20251114084447-edf4cb3d2116 // indirect
79+ github.com/pelletier/go-toml/v2 v2.3.0 // indirect
8380 github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
8481 github.com/pkg/errors v0.9.1 // indirect
8582 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
86- github.com/prometheus/client_model v0.6.1 // indirect
87- github.com/prometheus/common v0.55.0 // indirect
88- github.com/prometheus/procfs v0.15.1 // indirect
83+ github.com/prometheus/client_model v0.6.2 // indirect
84+ github.com/prometheus/common v0.67.5 // indirect
85+ github.com/prometheus/procfs v0.19.2 // indirect
8986 github.com/russross/blackfriday/v2 v2.1.0 // indirect
9087 github.com/sasha-s/go-deadlock v0.3.5 // indirect
91- github.com/spf13/pflag v1.0.5 // indirect
88+ github.com/spf13/pflag v1.0.9 // indirect
9289 github.com/stretchr/testify v1.11.1 // indirect
93- github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
9490 github.com/x448/float16 v0.8.4 // indirect
9591 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
96- go.etcd.io/bbolt v1.3.11 // indirect
92+ go.etcd.io/bbolt v1.4.3 // indirect
9793 go.opencensus.io v0.24.0 // indirect
9894 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
99- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0 // indirect
95+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68 .0 // indirect
10096 go.opentelemetry.io/otel v1.43.0 // indirect
10197 go.opentelemetry.io/otel/metric v1.43.0 // indirect
10298 go.opentelemetry.io/otel/trace v1.43.0 // indirect
99+ go.yaml.in/yaml/v2 v2.4.3 // indirect
103100 golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc // indirect
104- golang.org/x/mod v0.34 .0 // indirect
105- golang.org/x/net v0.53 .0 // indirect
106- golang.org/x/text v0.36 .0 // indirect
101+ golang.org/x/mod v0.36 .0 // indirect
102+ golang.org/x/net v0.55 .0 // indirect
103+ golang.org/x/text v0.38 .0 // indirect
107104 google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
108- google.golang.org/protobuf v1.36.11 // indirect
105+ google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
109106 gopkg.in/inf.v0 v0.9.1 // indirect
110107 gopkg.in/yaml.v3 v3.0.1 // indirect
111- k8s.io/apimachinery v0.31.2 // indirect
112- sigs.k8s.io/yaml v1.4.0 // indirect
113- tags.cncf.io/container-device-interface v1.0.1 // indirect
114- tags.cncf.io/container-device-interface/specs-go v1.0.0 // indirect
108+ k8s.io/apimachinery v0.36.0 // indirect
109+ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
110+ sigs.k8s.io/yaml v1.6.0 // indirect
111+ tags.cncf.io/container-device-interface v1.1.0 // indirect
112+ tags.cncf.io/container-device-interface/specs-go v1.1.0 // indirect
115113)
116114
117115// v0.5.2 was retagged: 71d70d4e738679154f62e2869e94784558cb9b36 -> fd022b910830015d8665a7b497f47bba1f90dd18
0 commit comments