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 Go dependecies #324

Merged
merged 1 commit into from
May 30, 2023
Merged

Update Go dependecies #324

merged 1 commit into from
May 30, 2023

Conversation

jauderho
Copy link
Contributor

Trivy and Grype flagging a number of security related issues related to old dependencies. This should resolve most of the existing ones. The resulting changes compile and appear to work with no issue.

go get -u golang.org/x/crypto
go get -u golang.org/x/text/language
go get -u gopkg.in/yaml.v3
go get -u golang.org/x/net/http2
go get -u golang.org/x/net/http2/hpack
go get -u golang.org/x/sys/cpu
go get -u google.golang.org/grpc/internal/channelz
go mod tidy

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
@cube2222
Copy link
Owner

@jauderho Thanks for the PR!

@cube2222 cube2222 merged commit ca4ac3f into cube2222:main May 30, 2023
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.

None yet

2 participants