micro-broker-stan/go.mod
dependabot[bot] daa300e1b1
Bump github.com/nats-io/stan.go from 0.10.2 to 0.10.3
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](https://github.com/nats-io/stan.go/compare/v0.10.2...v0.10.3)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 21:14:15 +00:00

10 lines
198 B
Modula-2

module go.unistack.org/micro-broker-stan/v3
go 1.16
require (
github.com/nats-io/nats-streaming-server v0.24.3 // indirect
github.com/nats-io/stan.go v0.10.3
go.unistack.org/micro/v3 v3.9.11
)