mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
NATS Streaming is deprecated and will be removed from OpenFaaS CE in a future release for security reasons. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
12 lines
280 B
Modula-2
12 lines
280 B
Modula-2
module github.com/nats-io/stan.go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/nats-io/nats-server/v2 v2.9.11
|
|
github.com/nats-io/nats-streaming-server v0.25.3-0.20230111211943-d51efd049657
|
|
github.com/nats-io/nats.go v1.22.1
|
|
github.com/nats-io/nuid v1.0.1
|
|
)
|