Bump golang.org/x/crypto from 0.25.0 to 0.26.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  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]
2024-08-12 18:16:23 +00:00
committed by Paul van Brouwershaven
parent 6ad18001af
commit 7861fe1bb2
2 changed files with 9 additions and 8 deletions

4
go.mod
View File

@@ -7,6 +7,6 @@ require (
github.com/digitorus/pkcs7 v0.0.0-20230220124406-51331ccfc40f
github.com/digitorus/timestamp v0.0.0-20230220124323-d542479a2425
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.25.0
golang.org/x/text v0.16.0
golang.org/x/crypto v0.26.0
golang.org/x/text v0.17.0
)