build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/crypto/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.39.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-07-01 05:46:21 +00:00
committed by GitHub
parent 7d39b1bfe8
commit e467496ace
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -32,13 +32,13 @@ require (
github.com/spf13/cobra v1.9.1
github.com/spf13/pflag v1.0.6
go.uber.org/automaxprocs v1.6.0
golang.org/x/crypto v0.38.0
golang.org/x/crypto v0.39.0
golang.org/x/net v0.40.0
golang.org/x/oauth2 v0.28.0
golang.org/x/sync v0.14.0
golang.org/x/sync v0.15.0
golang.org/x/sys v0.33.0
golang.org/x/term v0.32.0
golang.org/x/text v0.25.0
golang.org/x/text v0.26.0
golang.org/x/time v0.11.0
google.golang.org/api v0.228.0
)