Bump golang.org/x/crypto from 0.8.0 to 0.9.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/crypto/compare/v0.8.0...v0.9.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]
2023-05-15 19:01:01 +00:00
committed by Paul van Brouwershaven
parent 110438cfb7
commit c3a7e60abe
2 changed files with 6 additions and 6 deletions

2
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.8.0
golang.org/x/crypto v0.9.0
golang.org/x/text v0.9.0
)