mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-21 19:44:39 +00:00
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:
2
go.mod
2
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user