Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Bump faas-provider to 0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 20, 2019
1 parent ef7d913 commit 0e7fb2d
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
10 changes: 5 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
unused-packages = true

[[constraint]]
name = "github.com/docker/go-units"
version = "0.3.2"
name = "github.com/openfaas/faas"
version = "0.17.4"

[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.0"
name = "github.com/openfaas/faas-provider"
version = "0.10.1"

[[constraint]]
name = "github.com/openfaas/faas"
version = "0.16.0"
name = "github.com/docker/go-units"
version = "0.3.2"

[[constraint]]
name = "github.com/openfaas/faas-provider"
version = "0.9.5"
name = "github.com/gorilla/mux"
version = "1.6.0"

# match docker/distribution revision with moby
[[override]]
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/openfaas/faas-provider/logs/handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions vendor/github.com/openfaas/faas-provider/serve.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion vendor/github.com/openfaas/faas-provider/types/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e7fb2d

Please sign in to comment.