diff options
author | dependabot[bot] | 2024-12-11 23:38:26 +0000 |
---|---|---|
committer | GitHub | 2024-12-11 23:38:26 +0000 |
commit | b13db009623c679be5ba990bc8d3c7190c0f2aa9 (patch) | |
tree | 33177c5e91c8deb35c96f329c4c04ebf092af0e4 /go.mod | |
parent | 0192dcad72cfb7bc3edc2ea107e31f7191f62ff0 (diff) |
build(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0e19bdependabot/go_modules/golang.org/x/crypto-0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.18.0...v0.31.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
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
@@ -10,7 +10,7 @@ require ( github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/spf13/pflag v1.0.5 - golang.org/x/crypto v0.18.0 - golang.org/x/sys v0.16.0 - golang.org/x/term v0.16.0 + golang.org/x/crypto v0.31.0 + golang.org/x/sys v0.28.0 + golang.org/x/term v0.27.0 ) |