mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 01:33:24 +00:00
The basic-auth middleware and credentials-loading code has been moved into the faas-provider project. This has now been brought back into the faas project via vendoring. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
32 lines
595 B
TOML
32 lines
595 B
TOML
ignored = ["github.com/openfaas/faas/gateway/queue"]
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/mux"
|
|
version = "1.6.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/nats-io/go-nats-streaming"
|
|
version = "0.4.0"
|
|
|
|
[[override]]
|
|
name = "github.com/nats-io/go-nats"
|
|
version = "v1.5.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/openfaas/nats-queue-worker"
|
|
version = "0.4.7"
|
|
|
|
[[constraint]]
|
|
name = "github.com/prometheus/client_golang"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "golang.org/x/net"
|
|
|
|
|
|
|
|
[[constraint]]
|
|
name = "github.com/openfaas/faas-provider"
|
|
version = "0.7.0"
|