chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.35.0 (#168)
Some checks failed
test / test (push) Failing after 0s

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.28.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-11 18:55:41 +03:00
committed by GitHub
parent 591518f2a4
commit d58e363486
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@@ -1,6 +1,6 @@
module go.unistack.org/micro-broker-nats/v3
go 1.22
go 1.23.0
toolchain go1.23.1
@@ -16,7 +16,7 @@ require (
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)