mirror of
https://github.com/openfaas/faas.git
synced 2025-06-17 12:46:59 +00:00
The queue type now resides in the provider, so that there is no risk of a circular reference. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
16 lines
493 B
Modula-2
16 lines
493 B
Modula-2
module github.com/openfaas/faas/gateway
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/nats-io/nats-server/v2 v2.3.2 // indirect
|
|
github.com/nats-io/nats-streaming-server v0.22.0 // indirect
|
|
github.com/openfaas/faas-provider v0.18.6
|
|
github.com/openfaas/nats-queue-worker v0.0.0-20210726161954-ada9a31504c9
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
go.uber.org/goleak v1.1.10
|
|
)
|