You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,12 @@ You can manage dependencies in one of the following ways:
37
37
- You can also Go modules with vendoring, run `go mod vendor` in your function folder and add `--build-arg GO111MODULE=off --build-arg GOFLAGS='-mod=vendor'` to `faas-cli up`
38
38
- If you have a private module dependency, we recommend using the vendoring technique from above.
39
39
40
+
### SSH authentication for private Git repositories and modules
41
+
42
+
If you do not wish to, or cannot use vendoring for some reason, then we provide an alternative set of templates for OpenFaaS Pro customers:
43
+
44
+
*[OpenFaaS Pro templates for Go](https://github.com/openfaas/pro-templates)
45
+
40
46
## 1.0 golang-middleware (recommended template)
41
47
42
48
This is one of the fastest templates available for Go available. Its signature is a [http.HandlerFunc](https://golang.org/pkg/net/http/#HandlerFunc), instead of a traditional request and response that you may expect from a function.
0 commit comments