Alex Ellis (OpenFaaS Ltd) 9bde25aedb Bump queue-worker and NATS
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>
2020-04-22 10:14:01 +01:00

8 lines
147 B
Modula-2

module github.com/nats-io/stan.go
require (
github.com/gogo/protobuf v1.2.1
github.com/nats-io/nats.go v1.9.1
github.com/nats-io/nuid v1.0.1
)