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

Upgrade golang.org/x/text #301

Closed
mr-nick17 opened this issue Aug 15, 2023 · 1 comment · Fixed by #311
Closed

Upgrade golang.org/x/text #301

mr-nick17 opened this issue Aug 15, 2023 · 1 comment · Fixed by #311

Comments

@mr-nick17
Copy link

Current version of go-i18n uses golang.org/x/text@v0.4.0, which has a vulnerability (https://pkg.go.dev/vuln/GO-2023-1988) in versions < v0.13.0

github.com/nicksnyder/go-i18n/v2@v2.2.1 requires
golang.org/x/text@v0.4.0 requires
golang.org/x/tools@v0.1.12 requires
golang.org/x/net@v0.0.0-20220722155237-a158d28d115b
@nicksnyder
Copy link
Owner

Thanks for the report. To unblock your project, you can always require a newer version of this dependency in your own go.mod.

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 a pull request may close this issue.

2 participants