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

build(deps): bump golang.org/x/crypto from 0.33.0 to 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-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-25 11:41:37 +00:00 committed by GitHub
parent 0d418be491
commit 42e4421cb8
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

3
go.mod
View file

@ -1,7 +1,6 @@
module github.com/anyproto/any-sync
go 1.23
toolchain go1.23.5
require (
@ -37,7 +36,7 @@ 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.33.0
golang.org/x/crypto v0.35.0
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0