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
|
|
|
|
2021-08-05 00:02:43 +03:00
|
|
|
go 1.16
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2021-08-05 00:02:43 +03:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-01-29 17:11:47 +03:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
2021-08-05 00:02:43 +03:00
|
|
|
github.com/nats-io/jwt v1.2.2 // indirect
|
2021-01-10 14:45:50 +03:00
|
|
|
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-08-05 00:02:43 +03:00
|
|
|
github.com/nats-io/stan.go v0.10.0
|
2021-01-10 14:45:50 +03:00
|
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
2021-09-07 09:32:01 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.7.0
|
2021-01-10 14:45:50 +03:00
|
|
|
go.etcd.io/bbolt v1.3.4 // indirect
|
2021-08-05 00:02:43 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|