Bump golang.org/x/crypto from 0.32.0 to 0.33.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.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]
2025-02-10 19:13:20 +00:00
committed by Paul van Brouwershaven
parent 460ad648bb
commit fc552d6e33
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -7,6 +7,6 @@ require (
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.32.0
golang.org/x/text v0.21.0
golang.org/x/crypto v0.33.0
golang.org/x/text v0.22.0
)