diff --git a/gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go b/gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go index 853cd91c..34af8534 100644 --- a/gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go +++ b/gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go @@ -2,12 +2,12 @@ package handler import ( "encoding/json" + "fmt" "log" "os" - "fmt" - "github.com/alexellis/faas/gateway/queue" "github.com/nats-io/go-nats-streaming" + "github.com/openfaas/faas/gateway/queue" ) // NatsQueue queue for work diff --git a/gateway/vendor/github.com/openfaas/nats-queue-worker/queue-worker/vendor.conf b/gateway/vendor/github.com/openfaas/nats-queue-worker/queue-worker/vendor.conf index 5141960c..e2ab03e6 100644 --- a/gateway/vendor/github.com/openfaas/nats-queue-worker/queue-worker/vendor.conf +++ b/gateway/vendor/github.com/openfaas/nats-queue-worker/queue-worker/vendor.conf @@ -1,4 +1,4 @@ -github.com/alexellis/faas 4cc299d4c84e7ce10c6a5117e918c5a5b4aeb2ae +github.com/openfaas/faas 4cc299d4c84e7ce10c6a5117e918c5a5b4aeb2ae github.com/nats-io/go-nats-streaming bf8654e90f5296da96eab1e85808eb5c4b7b5541 github.com/nats-io/go-nats 34c8842105ac0b69c838a9998a239d482936c466 github.com/nats-io/nuid 3cf34f9fca4e88afa9da8eabd75e3326c9941b44