-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider migrating from dep to go modules. #129
Comments
Hi Matthew! Good point and we’re in the process of doing just that and moving it to another organization on GitHub in the process. You can find the work in progress code (which is pretty stable) at https://github.com/project-flogo. The new CLI, which uses modules, can be found at https://github.com/project-flogo/cli. Feel free to check that out and let us know if you have any thoughts or suggestions. |
Excellent, thank you Leon.
Should I switch over to using project-flogo now?
…On Wed, Mar 27, 2019 at 11:35 PM Leon Stigter ***@***.***> wrote:
Hi Matthew! Good point and we’re in the process of doing just that and
moving it to another organization on GitHub in the process. You can find
the work in progress code (which is pretty stable) at
https://github.com/project-flogo. The new CLI, which uses modules, can be
found at https://github.com/project-flogo/cli. Feel free to check that
out and let us know if you have any thoughts or suggestions.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABO5b8Rhms6Br84NgNEulb-sz2jstgvGks5vbEaEgaJpZM4cPRk9>
.
|
We’re finishing up the last things before the 0.9 release so most things should work. I’d recommend trying it out and letting us know if there are any issues with your specific use case so we can tackle them |
I'm submitting a ... (check one with "x")
Current behavior (how does the issue manifest):
Flogo uses dep.
Expected behavior:
Flogo could use go modules instead.
Minimal steps to reproduce the problem (not required if feature enhancement):
What is the motivation / use case for changing the behavior?
Modules are the future of package management in Go, well for now at least. :)
Please tell us about your environment (Operating system, docker version, browser & verison if webui, etc):
Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: