diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-24 12:24:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 12:24:52 +0000 |
| commit | b6e7c47b04200a6ddddd495c2dd0aa8a8fb828c1 (patch) | |
| tree | d19be09ff644a42852905f9ab9f821a147c00da8 /go.mod | |
| parent | 1aeeee712e308afc7d2a96ed9ab583ef9b179339 (diff) | |
Bump golang.org/x/crypto from 0.7.0 to 0.8.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ go 1.18 require ( github.com/DataDog/zstd v1.5.5 - golang.org/x/crypto v0.7.0 + golang.org/x/crypto v0.8.0 ) require ( - golang.org/x/sys v0.6.0 // indirect - golang.org/x/term v0.6.0 // indirect + golang.org/x/sys v0.7.0 // indirect + golang.org/x/term v0.7.0 // indirect ) |
