build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#6064)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.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-05-04 10:47:01 +02:00
committed by GitHub
parent 74c23f400c
commit efd9bd4c1b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -26,7 +26,7 @@ require (
github.com/prometheus/common v0.42.0
go.etcd.io/etcd/api/v3 v3.5.8
go.etcd.io/etcd/client/v3 v3.5.8
golang.org/x/crypto v0.7.0
golang.org/x/crypto v0.8.0
golang.org/x/sys v0.7.0
google.golang.org/api v0.119.0
google.golang.org/grpc v1.54.0