mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Bump queue worker for alexellis->openfaas org naming
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
4
gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go
generated
vendored
4
gateway/vendor/github.com/openfaas/nats-queue-worker/handler/handler.go
generated
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user