Skip to content

Conversation

@scop
Copy link
Contributor

@scop scop commented Jan 8, 2026

The latter is a maintained fork of the former, https://github.com/yaml/go-yaml#project-status

While at it, upgrade from 3.0.1 to 3.0.4.

3.0.1 are identical, 3.0.1..3.0.2 diff between upstreams: https://gist.github.com/scop/57f94f2bf97fb6a2d01349fa59d88530

The latter is a maintained fork of the former.
https://github.com/yaml/go-yaml#project-status

While at it, upgrade from 3.0.1 to 3.0.4.

3.0.1 are identical, 3.0.1..3.0.2 diff between upstreams:
https://gist.github.com/scop/57f94f2bf97fb6a2d01349fa59d88530
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/woodsbury/decimal128 v1.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there some other dependency that is still requiring that this be imported into this project?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can check:

$ go mod why -m gopkg.in/yaml.v3
# gopkg.in/yaml.v3
tools/metadata
github.com/getkin/kin-openapi/openapi3
github.com/go-openapi/jsonpointer
github.com/go-openapi/swag
gopkg.in/yaml.v3

After upgrading the github.com/go-openapi/jsonpointer package, gopkg.in/yaml.v3 will disappear:

go get -u github.com/go-openapi/jsonpointer
go mod tidy

@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.44%. Comparing base (4456d12) to head (0872268).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3907   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files         203      203           
  Lines       14927    14927           
=======================================
  Hits        13799    13799           
  Misses        926      926           
  Partials      202      202           

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

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.

3 participants