Skip to content

Update dependencies#873

Open
mtrmac wants to merge 7 commits into
containers:mainfrom
mtrmac:deps
Open

Update dependencies#873
mtrmac wants to merge 7 commits into
containers:mainfrom
mtrmac:deps

Conversation

@mtrmac
Copy link
Copy Markdown
Contributor

@mtrmac mtrmac commented May 25, 2026

  • Stop using gotest.tools; one less dependency in the supply chain
  • Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3, fixes gopkg.in/yaml.v3 is unmaintained #187 ; waiting for /v4 to be released has not proven useful
  • Update various indirect dependencies if they are 1) over a year old, or 2) actually resulting in no code changes (simplifying checks for obsolete dependencies in the future)

mtrmac added 7 commits May 25, 2026 19:00
One less external dependency to worry about.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Almost a year ago, we were waiting for a hopefully-imminent /v4
to migrate. That's still not happened, so move now.

The remaining users are ocicrypt, which will be fixed by
containers/ocicrypt#138 , and
testify, which is test-only.

Fixes containers#187 .

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@github-actions github-actions Bot added storage Related to "storage" package common Related to "common" package image Related to "image" package labels May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to "common" package image Related to "image" package storage Related to "storage" package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gopkg.in/yaml.v3 is unmaintained

1 participant