micro-broker-stan/go.mod
dependabot[bot] 9754d844e0
Bump github.com/nats-io/stan.go from 0.10.3 to 0.10.4 (#85)
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](https://github.com/nats-io/stan.go/compare/v0.10.3...v0.10.4)

---
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>
2023-01-31 06:53:46 +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.24.3 // indirect
github.com/nats-io/stan.go v0.10.4
go.unistack.org/micro/v3 v3.10.5
)