Files
faas/gateway/Gopkg.toml
Alex Ellis (VMware) 6937bc4d7f Move to auth package in faas-provider
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>
2018-09-06 16:14:53 +01:00

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"