Bump golang.org/x/crypto from 0.36.0 to 0.37.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 07:46:55 +00:00 committed by GitHub
parent 16d9b6d650
commit 4c5c3a0e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 624 additions and 91 deletions

6
go.mod
View file

@ -28,7 +28,7 @@ require (
github.com/prometheus/client_golang v1.21.1
github.com/spf13/cobra v1.9.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
golang.org/x/crypto v0.37.0
golang.org/x/oauth2 v0.28.0
golang.org/x/sync v0.13.0
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
@ -89,8 +89,8 @@ require (
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)