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-06 17:10:16 +03:00
|
|
|
github.com/micro/go-micro/v2 v2.9.1
|
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
|
|
|
|
)
|