13 lines
366 B
Modula-2
13 lines
366 B
Modula-2
module github.com/micro/go-plugins/broker/stan/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/micro/go-micro/v2 v2.9.1-0.20200716123506-3627e47f04eb
|
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
|
github.com/nats-io/stan.go v0.6.0
|
|
)
|
|
|
|
replace github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible
|