diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-11 22:14:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-11 22:14:48 +0000 |
| commit | 73c99f7b151e4368a9db1bce1cd78892fd51f1cf (patch) | |
| tree | 60bdbd53bb8863a49c150c7e03cc741d8ce4e772 /go.mod | |
| parent | Merge pull request #3 from Fuwn/renovate/golang-1.x (diff) | |
| download | bowl-dependabot/go_modules/golang.org/x/crypto-0.31.0.tar.xz bowl-dependabot/go_modules/golang.org/x/crypto-0.31.0.zip | |
chore(deps): bump golang.org/x/cryptodependabot/go_modules/golang.org/x/crypto-0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.31.0.
- [Commits](https://github.com/golang/crypto/commits/v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect github.com/ugorji/go/codec v1.1.7 // indirect - golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect - golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/sys v0.28.0 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect ) |