1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 09:35:03 +09:00

build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 15:42:58 +00:00 committed by GitHub
parent 6020213ad8
commit 002eaf98af
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 12 deletions

8
go.mod
View file

@ -37,10 +37,10 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/mock v0.5.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.32.0
golang.org/x/crypto v0.33.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/net v0.34.0
golang.org/x/sys v0.29.0
golang.org/x/sys v0.30.0
golang.org/x/time v0.10.0
golang.org/x/tools v0.29.0
gopkg.in/yaml.v3 v3.0.1
@ -110,8 +110,8 @@ require (
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/protobuf v1.36.0 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
modernc.org/libc v1.61.9 // indirect