2021-01-29 17:12:57 +03:00
|
|
|
module github.com/unistack-org/micro-broker-stan/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-01-29 17:11:47 +03:00
|
|
|
github.com/google/uuid v1.2.0
|
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
2021-01-10 14:45:50 +03:00
|
|
|
github.com/lib/pq v1.3.0 // indirect
|
|
|
|
github.com/nats-io/nats-server/v2 v2.1.6 // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/nats-io/nats-streaming-server v0.16.2 // indirect
|
2021-02-26 05:40:58 +03:00
|
|
|
github.com/nats-io/stan.go v0.8.3
|
2021-01-10 14:45:50 +03:00
|
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
2021-04-10 02:31:35 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.3.13
|
2021-01-10 14:45:50 +03:00
|
|
|
go.etcd.io/bbolt v1.3.4 // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|