micro-broker-nats/go.mod
dependabot[bot] 7932b7edd6
chore(deps): bump github.com/nats-io/nats.go
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.13.1-0.20220308171302-2f2f6968e98d to 1.24.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/commits/v1.24.0)

---
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>
2023-02-27 10:16:44 +00:00

13 lines
340 B
Modula-2

module go.unistack.org/micro-broker-nats/v3
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
github.com/nats-io/nats.go v1.24.0
go.unistack.org/micro/v3 v3.10.14
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/protobuf v1.28.1 // indirect
)