mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-05 10:20:53 +02:00
11 lines
269 B
Modula-2
11 lines
269 B
Modula-2
module github.com/asim/go-micro/plugins/broker/stan/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
|
github.com/nats-io/stan.go v0.6.0
|
|
)
|