mirror of
https://github.com/openfaas/faas.git
synced 2025-06-15 11:46:46 +00:00
9 lines
143 B
Modula-2
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
|
|
)
|