This repository was archived by the owner on Mar 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +710
-5
lines changed Expand file tree Collapse file tree 3 files changed +710
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ Features:
22
22
* Runtime-logs for your functions
23
23
* Fast, non-root image builds using [ buildkit] ( https://github.com/moby/buildkit/ ) from Docker
24
24
25
- Non-goals:
26
-
27
- * Raspberry Pi support - this is out of scope, since OpenFaaS Cloud is for professional use
28
-
29
25
The dashboard page for a user:
30
26
31
27
![ Dashboard] ( /docs/dashboard.png )
Original file line number Diff line number Diff line change @@ -2,4 +2,20 @@ module github.com/openfaas/openfaas-cloud
2
2
3
3
go 1.13
4
4
5
- require github.com/openfaas/openfaas-cloud/metrics v0.0.0-20201201105924-2f2413a8b8ab // indirect
5
+ require (
6
+ code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48
7
+ github.com/alexellis/derek v0.0.0-20201203223145-52084a5968ea
8
+ github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de
9
+ github.com/aws/aws-sdk-go v1.36.2
10
+ github.com/bitnami-labs/sealed-secrets v0.13.1
11
+ github.com/go-ini/ini v1.62.0 // indirect
12
+ github.com/google/go-github v17.0.0+incompatible
13
+ github.com/minio/minio-go v6.0.14+incompatible
14
+ github.com/openfaas/faas v0.0.0-20200422142642-18f6c720b50d
15
+ github.com/openfaas/faas-cli v0.0.0-20201203202533-429edae5124b
16
+ github.com/openfaas/openfaas-cloud/metrics v0.0.0-20201201105924-2f2413a8b8ab // indirect
17
+ github.com/openfaas/openfaas-cloud/sdk v0.0.0-20201205095205-64e6798b27b1
18
+ gopkg.in/yaml.v2 v2.4.0
19
+ k8s.io/apimachinery v0.19.4
20
+ k8s.io/client-go v11.0.0+incompatible
21
+ )
You can’t perform that action at this time.
0 commit comments