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
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
We need to do 1, with a commit into aster because otherwise when you import something like openfaas-cloud/sdk dep pulls the openfaas-cloud repo as a whole, then you have 2 copies on path of the current module (github-event say) and go mod complains about duplicated modules.
Expected Behaviour
go code using go mod with vendoring for dependancies
Current Behaviour
we are using dep
The text was updated successfully, but these errors were encountered:
We should move OFC components to Go Modules.
This will be a 2 (or more) part process where
We need to do 1, with a commit into aster because otherwise when you import something like openfaas-cloud/sdk dep pulls the openfaas-cloud repo as a whole, then you have 2 copies on path of the current module (github-event say) and go mod complains about duplicated modules.
Expected Behaviour
go code using go mod with vendoring for dependancies
Current Behaviour
we are using dep
The text was updated successfully, but these errors were encountered: