Skip to content
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

Open
matthewcummings opened this issue Mar 28, 2019 · 3 comments
Open

Consider migrating from dep to go modules. #129

matthewcummings opened this issue Mar 28, 2019 · 3 comments

Comments

@matthewcummings
Copy link

I'm submitting a ... (check one with "x")

[] bug report => search github for a similar issue or PR before submitting
[x] enhancement request
[] feature request
[] support request
[] general question

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):

@retgits
Copy link
Contributor

retgits commented Mar 28, 2019

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.

@matthewcummings
Copy link
Author

matthewcummings commented Mar 28, 2019 via email

@retgits
Copy link
Contributor

retgits commented Mar 28, 2019

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

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

No branches or pull requests

2 participants