TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

Consider migrating from dep to go modules. #129

Open matthewcummings opened 5 years ago

matthewcummings commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

Excellent, thank you Leon. Should I switch over to using project-flogo now?

On Wed, Mar 27, 2019 at 11:35 PM Leon Stigter notifications@github.com 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 https://github.com/TIBCOSoftware/flogo-cli/issues/129#issuecomment-477444489, or mute the thread https://github.com/notifications/unsubscribe-auth/ABO5b8Rhms6Br84NgNEulb-sz2jstgvGks5vbEaEgaJpZM4cPRk9 .

retgits commented 5 years ago

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