mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 16:53:26 +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>
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
module github.com/nats-io/nats.go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/nats-io/nkeys v0.3.0
|
|
github.com/nats-io/nuid v1.0.1
|
|
)
|