Skip to content

Bump deps to remove yaml.v2 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Bump deps to remove yaml.v2 #68

merged 1 commit into from
Nov 15, 2024

Conversation

fimac
Copy link
Contributor

@fimac fimac commented Nov 15, 2024

Yaml.v2 is a dep of another dep:

➜  xorm git:(chore/update-deps-v2) ✗ go mod graph | grep gopkg.in/yaml.v2
go-xorm-app gopkg.in/yaml.v2@v2.2.2
gopkg.in/yaml.v2@v2.2.2 gopkg.in/check.v1@v0.0.0-20161208181325-20d25e280405
github.com/onsi/gomega@v1.4.3 gopkg.in/yaml.v2@v2.2.1
gopkg.in/yaml.v2@v2.2.1 gopkg.in/check.v1@v0.0.0-20161208181325-20d25e280405

This package github.com/onsi/gomega@v1.4.3 is the dep that was adding it.

Changing this package to what is listed as the latest in go packages (which is https://pkg.go.dev/github.com/onsi/gomega@v1.35.1), removes yaml.v2 from go.mod.

Fixes:
https://github.com/cipherstash/encrypt-query-language/security/dependabot/6
https://github.com/cipherstash/encrypt-query-language/security/dependabot/7
https://github.com/cipherstash/encrypt-query-language/security/dependabot/8

Copy link

@cisopaul cisopaul left a comment

Choose a reason for hiding this comment

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

LGTM

@fimac fimac merged commit 44f7cc9 into main Nov 15, 2024
@fimac fimac deleted the chore/update-deps-v2 branch November 15, 2024 00:31
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.

2 participants