Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Migrate go Go Modules #687

Open
Waterdrips opened this issue Nov 10, 2020 · 0 comments
Open

Migrate go Go Modules #687

Waterdrips opened this issue Nov 10, 2020 · 0 comments

Comments

@Waterdrips
Copy link
Contributor

We should move OFC components to Go Modules.

This will be a 2 (or more) part process where

  1. first off we need a go.mod in each folder.
  2. implement modules in the folders

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant