build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#6309)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/crypto/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-11 07:39:08 -07:00
committed by GitHub
parent 07acaae58a
commit 118f9676b1
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -27,7 +27,7 @@ require (
github.com/quic-go/quic-go v0.38.1
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
golang.org/x/crypto v0.12.0
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
@@ -117,8 +117,8 @@ require (
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/term v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.3 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect