I ran go vulncheck -show verbose ./... and found three potential security updates:
- update Go version to at least 1.22.4
- update
golang.org/x/crypto to at least v0.17.0
- update
golang.org/x/net to at least v0.23.0
I may be able to provide a PR if desired.
I ran
go vulncheck -show verbose ./...and found three potential security updates:golang.org/x/cryptoto at least v0.17.0golang.org/x/netto at least v0.23.0I may be able to provide a PR if desired.