Skip to content
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

Update dependencies, add go.sum #1051

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open

Conversation

lucacome
Copy link

I'm aware there are other PRs trying to do something similar, but non of them are updating the dependencies.
They're also using old deprecated versions of go.

This is also the only PR with a summary generated by the new Copilot on GitHub 😄

Summary

This pull request includes changes to the go.mod file to update module dependencies and the Go version.

Dependency updates:

  • Changed the module declaration to gopkg.in/yaml.v3 from "gopkg.in/yaml.v3" for consistency.
  • Updated the Go version to 1.22.7.
  • Added gopkg.in/check.v1 version v1.0.0-20201130134442-10cb98267c6c as a required dependency.
  • Added github.com/kr/pretty version v0.2.1 and github.com/kr/text version v0.1.0 as indirect dependencies.

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.

1 participant