micro-broker-nats/go.mod
dependabot[bot] 568ffe8183
chore(deps): bump github.com/nats-io/nats.go from 1.12.2 to 1.12.3
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.12.2...v1.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 09:17:03 +00:00

13 lines
396 B
Modula-2

module github.com/unistack-org/micro-broker-nats/v3
go 1.16
require (
github.com/nats-io/nats-server/v2 v2.5.0 // indirect
github.com/nats-io/nats.go v1.12.3
github.com/unistack-org/micro/v3 v3.7.1
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)