Skip to content

Replace github.com/ghodss/yaml with gopkg.in/yaml.v3#1984

Merged
jjbustamante merged 1 commit intobuildpacks:mainfrom
Juneezee:chore/yaml
Nov 20, 2023
Merged

Replace github.com/ghodss/yaml with gopkg.in/yaml.v3#1984
jjbustamante merged 1 commit intobuildpacks:mainfrom
Juneezee:chore/yaml

Conversation

@Juneezee
Copy link
Copy Markdown
Contributor

Summary

Currently we are using two YAML libraries:

  1. github.com/ghodss/yaml
  2. gopkg.in/yaml.v3

At the time of making this commit, the package github.com/ghodss/yaml is no longer actively maintained. There are numerous inquiries about the project's status on its issue tracker: https://github.com/ghodss/yaml/issues.

Since github.com/ghodss/yaml is only used in test files, we can safely replace it with gopkg.in/yaml.v3. The tests are still passing after the change.

Output

Documentation

  • Should this change be documented?
    • Yes, see #___
    • No

Related

At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.

Since `github.com/ghodss/yaml` is only used in test files, we can safely
replace it with `gopkg.in/yaml.v3`. The tests are still passing after
the change.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
@Juneezee Juneezee requested review from a team as code owners November 19, 2023 06:00
@github-actions github-actions Bot added this to the 0.33.0 milestone Nov 19, 2023
@github-actions github-actions Bot added type/enhancement Issue that requests a new feature or improvement. type/chore Issue that requests non-user facing changes. labels Nov 19, 2023
@jjbustamante jjbustamante added dependencies Pull requests that update a dependency file and removed type/enhancement Issue that requests a new feature or improvement. labels Nov 20, 2023
@jjbustamante
Copy link
Copy Markdown
Member

@Juneezee Thanks for this PR!

I just ran all the acceptance test locally and everything seems to be fine!

Copy link
Copy Markdown
Member

@jjbustamante jjbustamante left a comment

Choose a reason for hiding this comment

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

I tested locally. All good

@jjbustamante jjbustamante merged commit ea58684 into buildpacks:main Nov 20, 2023
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 type/chore Issue that requests non-user facing changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants