2020-01-31 01:26:39 +03:00
|
|
|
module github.com/micro/go-plugins/broker/stan/v2
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.1.1
|
2020-07-17 01:29:28 +03:00
|
|
|
github.com/micro/go-micro/v2 v2.9.1-0.20200716153311-f9bf56239306
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
|
|
|
github.com/nats-io/stan.go v0.6.0
|
|
|
|
)
|
2020-07-16 16:24:26 +03:00
|
|
|
|
|
|
|
replace github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible
|