11 lines
232 B
Modula-2
11 lines
232 B
Modula-2
|
module github.com/micro/go-plugins/broker/stan
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/google/uuid v1.1.1
|
||
|
github.com/micro/go-micro v1.18.0
|
||
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
||
|
github.com/nats-io/stan.go v0.6.0
|
||
|
)
|