mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
17 lines
386 B
YAML
17 lines
386 B
YAML
package: github.com/alexellis/faas/gateway
|
|
import:
|
|
- package: github.com/Sirupsen/logrus
|
|
- package: github.com/docker/docker
|
|
subpackages:
|
|
- api/types
|
|
- api/types/filters
|
|
- api/types/swarm
|
|
- client
|
|
- package: github.com/gorilla/mux
|
|
- package: github.com/prometheus/client_golang
|
|
subpackages:
|
|
- prometheus
|
|
- package: github.com/prometheus/client_model
|
|
subpackages:
|
|
- go
|