diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-06 18:11:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-06 18:11:30 +0000 |
| commit | 5550d313f5270fe3b460c3907153c3ae05f241a0 (patch) | |
| tree | d903fb7f4a337c587a2b2b496ade80943ce79727 /go.mod | |
| parent | 1fa0acbd10f6e9bb6d2c9f57ade919d03fdad120 (diff) | |
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>
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.2 - golang.org/x/crypto v0.6.0 + golang.org/x/crypto v0.7.0 ) require ( - golang.org/x/sys v0.5.0 // indirect - golang.org/x/term v0.5.0 // indirect + golang.org/x/sys v0.6.0 // indirect + golang.org/x/term v0.6.0 // indirect ) |
