diff options
author | dependabot[bot] | 2025-04-15 00:18:30 +0000 |
---|---|---|
committer | GitHub | 2025-04-15 00:18:30 +0000 |
commit | 54d43f0d092e00aa7275d4f8f90268bc33020ce1 (patch) | |
tree | 0c05210976f36a95847a357d91b73bb5e3df48c1 /go.mod | |
parent | b6ada0247a6967cf7dac0a94af31cd1cdc89dd41 (diff) |
build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0b4a4dependabot/go_modules/golang.org/x/crypto-0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.35.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.35.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 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.33.0 + golang.org/x/crypto v0.35.0 golang.org/x/sys v0.30.0 golang.org/x/term v0.29.0 ) |