build(deps): bump golang.org/x/crypto from 0.54.0 to 0.56.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.54.0 to 0.56.0.
- [Commits](https://github.com/golang/crypto/compare/v0.54.0...v0.56.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.56.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]
2026-09-09 15:58:15 +00:00
committed by GitHub
parent be6cbe484a
commit 29da33f0f2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
module github.com/YuzuZensai/TrollSSH
go 1.25.0
go 1.26.0
require (
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.54.0
golang.org/x/crypto v0.56.0
golang.org/x/image v0.45.0
)