Alex Ellis (OpenFaaS Ltd) 4783845bc2 Update Go module for basic-auth and remove Gopkg file
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2022-05-06 17:40:59 +01:00

9 lines
143 B
Modula-2

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