Files
containerd/pkg
Sebastiaan van Stijn 35f753cc44 pkg/archive: remove redundant github.com/moby/sys/sequential dependency
Go 1.26 adds support for passing Windows file flags via os.OpenFile,
eliminating the need to call windows.CreateFile directly.

github.com/moby/sys/sequential v0.7.0 uses this functionality when
compiled with go1.26, but provides fallbacks for older Go versions.

Given that containerd has go1.26 as a minimum requirement, we can
remove github.com/moby/sys/sequential as an intermediate, and implement
the code locally.

ref:

- 9d2fc630f5
- https://go-review.googlesource.com/c/go/+/699415
- https://go-review.googlesource.com/c/go/+/724621

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-06-26 10:14:53 +02:00
..
2026-03-15 18:24:15 +01:00
2026-03-15 18:24:15 +01:00
2026-03-15 14:55:21 +01:00
2025-04-23 18:03:29 -07:00
2026-03-15 18:24:13 +01:00
2026-03-15 14:55:21 +01:00
2024-12-23 23:14:49 -07:00
2026-03-17 11:49:57 +01:00
2026-03-17 11:49:57 +01:00
2023-09-22 07:53:23 -07:00
2024-12-23 23:14:49 -07:00
2026-03-15 15:00:12 +01:00
2026-03-15 15:00:12 +01:00
2026-01-15 13:06:50 -08:00