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-06-09 00:50:36 +00:00
committed by GitHub
parent e5e68bdadf
commit ce94dca39f
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go v1.55.7
github.com/bramvdbogaerde/go-scp v1.5.0
github.com/jlaffaye/ftp v0.2.0
golang.org/x/crypto v0.38.0
golang.org/x/crypto v0.39.0
)
require (
@@ -18,5 +18,5 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/text v0.26.0 // indirect
)