Update faas-provider to v0.15.3

Fixes #136

Signed-off-by: Utsav Anand <utsavanand2@gmail.com>
This commit is contained in:
Utsav Anand
2020-12-13 14:24:22 +05:30
committed by Alex Ellis
parent cb786d7c84
commit baea3006cb
44 changed files with 611 additions and 209 deletions

View File

@ -3,8 +3,7 @@ module github.com/openfaas/faas-provider
go 1.13
require (
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/mux v1.6.2
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.5.1 // indirect
go.uber.org/goleak v0.10.0
go.uber.org/goleak v1.1.0
)