mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-22 14:53:30 +00:00
10 lines
169 B
Modula-2
Generated
10 lines
169 B
Modula-2
Generated
module github.com/openfaas/faas-provider
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
go.uber.org/goleak v1.1.0
|
|
)
|