Remove unecessary containerd v2 dependency

and stop renovate from messing with it again. It was completely confused
after it added v2 initially, and went back and forth between 1.7.27 and
1.7.28 polluting git history with unecessary commits.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2025-08-07 09:18:43 +03:00
parent c742c79299
commit daeeef8df6
3 changed files with 6 additions and 9 deletions

2
go.mod
View File

@@ -39,11 +39,9 @@ require (
github.com/charmbracelet/bubbletea v1.3.6
github.com/charmbracelet/lipgloss v1.1.0
github.com/containerd/containerd v1.7.27
github.com/containerd/containerd/v2 v2.1.4
github.com/distribution/reference v0.6.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/google/go-github/v69 v69.2.0
github.com/google/go-github/v74 v74.0.0
github.com/twpayne/go-vfs/v5 v5.0.4
github.com/urfave/cli/v2 v2.27.7
)