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>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-04-22 10:01:28 +01:00
committed by Alex Ellis
parent 542d7c0b83
commit 9bde25aedb
63 changed files with 3615 additions and 551 deletions

7
gateway/vendor/github.com/nats-io/stan.go/go.mod generated vendored Normal file
View File

@ -0,0 +1,7 @@
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
)