Files
micro-broker-nats/go.mod
dependabot[bot] d58e363486
Some checks failed
test / test (push) Failing after 0s
chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.35.0 (#168)
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>
2025-10-11 18:55:41 +03:00

23 lines
562 B
Modula-2

module go.unistack.org/micro-broker-nats/v3
go 1.23.0
toolchain go1.23.1
require (
github.com/nats-io/nats.go v1.37.0
go.unistack.org/micro/v3 v3.10.97
golang.org/x/sync v0.8.0
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
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.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)