72c2c31f1f
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: github.com/unistack-org/micro/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
396 B
Modula-2
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.1
|
|
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
|
|
)
|