72619318f5
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220307211146-efcb8507fb70 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
410 B
Modula-2
14 lines
410 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.13.1-0.20220308171302-2f2f6968e98d
|
|
go.unistack.org/micro/v3 v3.10.14
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|