Skip to content

Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3#784

Merged
reuvenharrison merged 1 commit intomainfrom
migrate-yaml-v3
Feb 2, 2026
Merged

Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3#784
reuvenharrison merged 1 commit intomainfrom
migrate-yaml-v3

Conversation

@reuvenharrison
Copy link
Collaborator

Summary

  • Replace archived gopkg.in/yaml.v3 with maintained go.yaml.in/yaml/v3 in all 4 direct usages
  • The new module is maintained by the official YAML org and is API-compatible

Closes #768

Test plan

  • All tests pass
  • Build succeeds
  • go mod tidy clean

🤖 Generated with Claude Code

The gopkg.in/yaml.v3 module is archived and unmaintained.
Replace it with go.yaml.in/yaml/v3, maintained by the official YAML org.

Closes #768

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.00%. Comparing base (2c2e2ca) to head (85c7c2f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #784   +/-   ##
=======================================
  Coverage   89.00%   89.00%           
=======================================
  Files         248      248           
  Lines       12402    12402           
=======================================
  Hits        11038    11038           
  Misses        926      926           
  Partials      438      438           
Flag Coverage Δ
unittests 89.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reuvenharrison reuvenharrison merged commit 0b13917 into main Feb 2, 2026
14 checks passed
@reuvenharrison reuvenharrison deleted the migrate-yaml-v3 branch February 2, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gopkg.in/yaml.v3 is unmaintained, consider migrating to go.yaml.in/yaml

2 participants