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

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

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.42.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-09-15 00:15:22 +00:00
committed by GitHub
parent e5e68bdadf
commit eccb3ef3c5
2 changed files with 15 additions and 15 deletions

10
go.mod
View File

@@ -1,13 +1,13 @@
module github.com/jkaninda/go-storage
go 1.23.0
go 1.24.0
require (
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
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.42.0
)
require (
@@ -16,7 +16,7 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
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/net v0.43.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/text v0.29.0 // indirect
)