mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
NATS moved its primary library to: github.com/nats-io/stan.go This commit synchronises the library in the gateway to match the queue worker. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
8 lines
143 B
Modula-2
8 lines
143 B
Modula-2
module github.com/nats-io/nats.go
|
|
|
|
require (
|
|
github.com/nats-io/jwt v0.3.2
|
|
github.com/nats-io/nkeys v0.1.4
|
|
github.com/nats-io/nuid v1.0.1
|
|
)
|