mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
10 lines
209 B
Modula-2
10 lines
209 B
Modula-2
module github.com/asim/go-micro/plugins/transport/nats/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-log/log v0.2.0
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
github.com/nats-io/nats.go v1.9.2
|
|
)
|