diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-19 22:45:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 22:45:57 +0100 |
commit | 238a495579abc12665c1fbf01e8a4f16c2c96fe1 (patch) | |
tree | 3e416fd8c0e5098db97dab51c7a9a61dd2c8de58 /go.mod | |
parent | build(deps): bump github.com/containerd/containerd from 1.7.2 to 1.7.11 (#2136) (diff) | |
download | forgejo-act-238a495579abc12665c1fbf01e8a4f16c2c96fe1.tar.xz forgejo-act-238a495579abc12665c1fbf01e8a4f16c2c96fe1.zip |
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#2134)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
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
@@ -78,7 +78,7 @@ require ( github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect github.com/xeipuuv/gojsonschema v1.2.0 // indirect - golang.org/x/crypto v0.16.0 // indirect + golang.org/x/crypto v0.17.0 // indirect golang.org/x/mod v0.12.0 // indirect golang.org/x/net v0.19.0 // indirect golang.org/x/sync v0.3.0 // indirect |