mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 13:06:40 +00:00
For compatibility with newer NATS streaming version https://github.com/openfaas/faas-netes/pull/819 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
10 lines
157 B
Modula-2
10 lines
157 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.go v1.11.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
)
|