build(deps): bump golang.org/x/crypto from 0.31.0 to 0.37.0
Some checks failed
Lint / Run on Ubuntu (push) Failing after 13m58s

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.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-28 19:18:51 +00:00
committed by GitHub
parent 373e8ada7a
commit 95064691a9
2 changed files with 12 additions and 11 deletions

7
go.mod
View File

@@ -1,13 +1,14 @@
module github.com/jkaninda/go-storage
go 1.22.0
toolchain go1.24.1
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.37.0
)
require (
@@ -17,6 +18,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.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)