Files
faas/gateway/vendor/github.com/nats-io/stan.go/go_tests.mod
Alex Ellis (OpenFaaS Ltd) c26ec5221e Updates for NATS Streaming support
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>
2023-01-17 21:55:48 +00:00

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
)