Skip to content

Update YAML package where possible#2333

Merged
mromaszewicz merged 1 commit into
oapi-codegen:mainfrom
mromaszewicz:fix/issue-2310
Apr 22, 2026
Merged

Update YAML package where possible#2333
mromaszewicz merged 1 commit into
oapi-codegen:mainfrom
mromaszewicz:fix/issue-2310

Conversation

@mromaszewicz

Copy link
Copy Markdown
Member

Fixes: #2310

All generated and example code now uses go.yaml.in/yaml/v3, however, our own yaml loading is still forced to use an older version due to the yaml overlay package.

Fixes: oapi-codegen#2310

All generated and example code now uses go.yaml.in/yaml/v3, however,
our own yaml loading is still forced to use an older version due to
the yaml overlay package.
@mromaszewicz mromaszewicz requested a review from a team as a code owner April 22, 2026 17:30
@mromaszewicz mromaszewicz added the dependencies Pull requests that update a dependency file label Apr 22, 2026
@mromaszewicz mromaszewicz added this to the v2.7.0 milestone Apr 22, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedgo.yaml.in/​yaml/​v3@​v3.0.49810010010080

View full report

@mromaszewicz mromaszewicz merged commit 070fa93 into oapi-codegen:main Apr 22, 2026
18 checks passed
@mromaszewicz mromaszewicz deleted the fix/issue-2310 branch April 29, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3

2 participants