mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
* Add service target metric * Add service min replicas metric * Add scale type metric These combined allow new auto-scaling modes and parameters for OpenFaaS Pro customers. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
14 lines
377 B
Modula-2
14 lines
377 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/openfaas/faas-provider v0.18.7
|
|
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
|
|
)
|