diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-19 21:01:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 21:01:12 -0800 |
| commit | 7dce429e61037529694727134f828d273704f8ec (patch) | |
| tree | 639f90ce018a0124c2be2a8429dfbb6d9afdb4a4 /go.mod | |
| parent | 4c07635a8522e41f6960f0e922ad63bc9240ea50 (diff) | |
| download | seaweedfs-7dce429e61037529694727134f828d273704f8ec.tar.xz seaweedfs-7dce429e61037529694727134f828d273704f8ec.zip | |
chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#7511)
* chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.45.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod tidy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,10 +96,10 @@ require ( gocloud.dev v0.43.0 gocloud.dev/pubsub/natspubsub v0.43.0 gocloud.dev/pubsub/rabbitpubsub v0.43.0 - golang.org/x/crypto v0.43.0 + golang.org/x/crypto v0.45.0 golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 golang.org/x/image v0.33.0 - golang.org/x/net v0.46.0 + golang.org/x/net v0.47.0 golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.38.0 golang.org/x/text v0.31.0 // indirect @@ -446,7 +446,7 @@ require ( go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/arch v0.20.0 // indirect - golang.org/x/term v0.36.0 // indirect + golang.org/x/term v0.37.0 // indirect golang.org/x/time v0.12.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect |
