Update/delete vendor files

Refreshed / updated vendor dependencies

Tested with "make".

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2019-10-06 22:30:47 +01:00
committed by Alex Ellis
parent f62bcb0736
commit d6cf72bb39
247 changed files with 51179 additions and 11409 deletions

View File

@ -17,7 +17,7 @@ type BasicAuthCredentials struct {
}
type ReadBasicAuth interface {
Read() (error, *BasicAuthCredentials)
Read() (*BasicAuthCredentials, error)
}
type ReadBasicAuthFromDisk struct {