Files
faas/gateway/Gopkg.toml
Edward Wilde e39dbd9584 Update nats-queue-worker package to 0.4.7
This package version supports running OpenFaas on hosts the contain `.`
in their hostname i.e. computer-a.acme.com

Signed-off-by: Edward Wilde <ewilde@gmail.com>
2018-06-21 23:00:01 +01:00

28 lines
514 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"