micro-broker-stan/go.mod
dependabot[bot] 701f9228f7
Bump github.com/nats-io/stan.go from 0.10.0 to 0.10.2 (#39)
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](https://github.com/nats-io/stan.go/compare/v0.10.0...v0.10.2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-24 14:48:37 +03: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.23.0 // indirect
github.com/nats-io/stan.go v0.10.2
go.unistack.org/micro/v3 v3.8.10
)