3493df546e
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
547 B
Modula-2
17 lines
547 B
Modula-2
module github.com/unistack-org/micro-broker-stan/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
|
github.com/nats-io/jwt v1.2.2 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.1.6 // indirect
|
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
|
github.com/nats-io/stan.go v0.10.0
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
github.com/unistack-org/micro/v3 v3.7.1
|
|
go.etcd.io/bbolt v1.3.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
)
|