2eb83ca2b4
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.3.17 to 3.7.0. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.3.17...v3.7.0) --- updated-dependencies: - dependency-name: github.com/unistack-org/micro/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
274 B
Modula-2
11 lines
274 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.7.0
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|