mirror of
https://github.com/go-micro/go-micro.git
synced 2025-02-10 18:31:40 +02:00
14 lines
344 B
Modula-2
14 lines
344 B
Modula-2
module github.com/asim/go-micro/plugins/broker/stan/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
go-micro.dev/v4 v4.0.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/nats-io/nats-server/v2 v2.3.0 // indirect
|
|
github.com/nats-io/nats-streaming-server v0.22.0 // indirect
|
|
github.com/nats-io/stan.go v0.9.0
|
|
)
|
|
|
|
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|