Skip to content

Replace unmaintained gopkg.in/yaml.v3 with go.yaml.in/yaml/v3#397

Merged
nicksnyder merged 1 commit intonicksnyder:mainfrom
SaschaSchwarze0:sascha-go-yaml-replace
Jan 1, 2026
Merged

Replace unmaintained gopkg.in/yaml.v3 with go.yaml.in/yaml/v3#397
nicksnyder merged 1 commit intonicksnyder:mainfrom
SaschaSchwarze0:sascha-go-yaml-replace

Conversation

@SaschaSchwarze0
Copy link
Contributor

Fixes #381

This replaces the unmaintained gopkg.in/yaml.v3 library with its maintained fork go.yaml.in/yaml/v3 from https://github.com/yaml/go-yaml/tree/v3/.

Signed-off-by: Sascha Schwarze <schwarzs@de.ibm.com>
@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.97%. Comparing base (9b6fad7) to head (50263f7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #397   +/-   ##
=======================================
  Coverage   73.97%   73.97%           
=======================================
  Files          20       20           
  Lines        1675     1675           
=======================================
  Hits         1239     1239           
  Misses        374      374           
  Partials       62       62           

☔ 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.

@nicksnyder
Copy link
Owner

Thank you!

@nicksnyder nicksnyder merged commit 54fa2a2 into nicksnyder:main Jan 1, 2026
4 checks passed
@SaschaSchwarze0 SaschaSchwarze0 deleted the sascha-go-yaml-replace branch January 1, 2026 13:30
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.

Replace the YAML package with the one maintained by the official YAML organization

3 participants