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

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

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.38.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-05-12 00:38:17 +00:00
committed by GitHub
parent 373e8ada7a
commit b9d06c6529
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@@ -1,13 +1,13 @@
module github.com/jkaninda/go-storage
go 1.22.0
go 1.23.0
require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
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.31.0
golang.org/x/crypto v0.38.0
)
require (
@@ -17,6 +17,6 @@ require (
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
)