Bump golang.org/x/crypto from 0.6.0 to 0.7.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.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-03-06 19:17:58 +00:00
committed by Paul van Brouwershaven
parent e0d0063ef4
commit 7fd1d3df69
2 changed files with 33 additions and 24 deletions

2
go.mod
View File

@@ -7,5 +7,5 @@ require (
github.com/digitorus/pkcs7 v0.0.0-20221212123742-001c36b64ec3
github.com/digitorus/timestamp v0.0.0-20221118121739-0faba6f30e54
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.6.0
golang.org/x/crypto v0.7.0
)