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

Open Beginner friendly
#201 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
64/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Tech stack
go
Domain
devtools

Research direction

Search the repository for imports and module references to gopkg.in/yaml.v3, then inspect the affected Go packages and their tests. Replace the references with go.yaml.in/yaml/v3 and run the relevant Go tests; done means no old dependency references remain and the test suite passes.

Written by the indexing model from the issue text.

Description

Please replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 as gopkg.in/yaml.v3 is not supported and reported by some scanners as vulnerable because of kubernetes-sigs/yaml#117

Dominant language
Go
Stars
276
Forks
18
Avg merge
4d 15h
Merged PRs (30d)
8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from speakeasy-api/openapi

All issues in speakeasy-api/openapi

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.