micro-broker-nats/go.mod
dependabot[bot] 744a070a00
Bump github.com/nats-io/nats.go from 1.11.0 to 1.12.1
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.11.0...v1.12.1)

---
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>
2021-09-06 14:26:08 +00:00

11 lines
275 B
Modula-2

module github.com/unistack-org/micro-broker-nats/v3
go 1.15
require (
github.com/nats-io/nats-server/v2 v2.1.9 // indirect
github.com/nats-io/nats.go v1.12.1
github.com/unistack-org/micro/v3 v3.3.17
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)