mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-28 17:53:23 +00:00
Print version and reduce verbosity
* revendor k3sup to prevent arch / OS from being printed in the logs * print version on startup * bump minor CNI and containerd version for e2e tests * revendor faas-provider for latest log printing update Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
50de0f34bb
commit
26debca616
10
vendor/github.com/openfaas/faas-provider/go.mod
generated
vendored
Normal file
10
vendor/github.com/openfaas/faas-provider/go.mod
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
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/stretchr/testify v1.5.1 // indirect
|
||||
go.uber.org/goleak v0.10.0
|
||||
)
|
Reference in New Issue
Block a user