micro-broker-nats/go.mod
dependabot[bot] dd18f9f2ee
chore(deps): bump github.com/nats-io/nats.go
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.13.1-0.20220308171302-2f2f6968e98d to 1.23.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/commits/v1.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 09:58:33 +00:00

11 lines
245 B
Modula-2

module go.unistack.org/micro-broker-nats/v3
go 1.16
require (
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
github.com/nats-io/nats.go v1.23.0
go.unistack.org/micro/v3 v3.10.13
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
)