Files
faas/auth/basic-auth/go.mod
Alex Ellis (OpenFaaS Ltd) 4bdb580ae7 Update provider to v0.17.0
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2021-02-26 08:53:26 +00:00

9 lines
143 B
Modula-2

module github.com/openfaas/faas/auth/basic-auth
go 1.15
require (
github.com/openfaas/faas-provider v0.17.0
github.com/pkg/errors v0.8.1
)