diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-12 12:43:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 12:43:50 -0500 |
| commit | f4d969393c6482d2dece401f2685cc727f822374 (patch) | |
| tree | d757ab75f60aa5685e140b343aa3e39a44500308 /go.mod | |
| parent | e2cf0df170dab56dc7432f4f5bcb7d96e0eac705 (diff) | |
deps(go): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#2280)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ require ( github.com/stretchr/testify v1.10.0 github.com/ugorji/go/codec v1.2.12 go4.org/netipx v0.0.0-20231129151722-fdeea329fbba - golang.org/x/crypto v0.30.0 + golang.org/x/crypto v0.31.0 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/sys v0.28.0 golang.org/x/term v0.27.0 |
