chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.yaml.in/yaml/v3#1522
Merged
abhinav merged 1 commit intouber-go:masterfrom Dec 31, 2025
Conversation
…ned go.yaml.in/yaml/v3 Signed-off-by: Jan Larwig <jan@larwig.com>
tuunit
commented
Nov 28, 2025
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect |
Contributor
Author
There was a problem hiding this comment.
This is due to testify waiting for the v4 release:
stretchr/testify#1772
abhinav
approved these changes
Nov 28, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1522 +/- ##
=======================================
Coverage 98.61% 98.61%
=======================================
Files 53 53
Lines 3033 3033
=======================================
Hits 2991 2991
Misses 34 34
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@abhinav |
Collaborator
|
@tuunit Oops, thanks |
Contributor
Author
|
@abhinav happy new year 🎊 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The package
gopkg.in/yaml.v3has been archived since April and is not maintained anymore. The official Yaml org stepped up and is now maintaining a new repository undergo.yaml.in/yaml/v3.Ref.:
https://github.com/go-yaml/yaml
https://github.com/yaml/go-yaml