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

Go module support #207

Open
grawlinson opened this issue Aug 26, 2018 · 14 comments · May be fixed by #231
Open

Go module support #207

grawlinson opened this issue Aug 26, 2018 · 14 comments · May be fixed by #231

Comments

@grawlinson
Copy link

It would be nice if Go modules were supported, now that 1.11 has been released. This would basically deprecate the use of dep in favour of native go mod.

A good start would be replacing Gopkg.toml with go.mod and go.sum.

@frederikhors
Copy link

Any workaround on this until new version will fix?

@tsheaff
Copy link

tsheaff commented Jan 1, 2019

I'm wondering the same thing @frederikhors any update here @grawlinson ?

More generally, what's the proposed method for installing dependencies that should be available for development as a binary accessible via command line? For example in npm there's a distinction between dependencies used by the application and devDependencies for things like build tools, linters etc. Obviously I can just say in the README of the codebase that you should install realize manually before proceeding, but then this is not enforced in code, and it breaks when you move to a local Docker situation.

@grawlinson grawlinson linked a pull request Jan 3, 2019 that will close this issue
@grawlinson
Copy link
Author

Filed a PR. Up to the maintainers now.

@ghost
Copy link

ghost commented May 23, 2019

Any news?

@grawlinson
Copy link
Author

grawlinson commented May 23, 2019 via email

@sirius1024
Copy link

@grawlinson Have you found a substitute? Could you share the name please?

@grawlinson
Copy link
Author

I have yet to find a replacement, sadly.

@dhax
Copy link

dhax commented Jun 5, 2019

Maybe https://github.com/markbates/refresh does the job for you. Not as many features though but works very well.

@sirius1024
Copy link

@dhax Thx! I'll try it after my holiday.

@qqaimh
Copy link

qqaimh commented Nov 30, 2019

Does she support Go Mod now ?

@grawlinson
Copy link
Author

No, the author has essentially abandoned this project.

@micwoj92
Copy link

@grawlinson it seems that master branch supports modules now. Could new release be made because of this? I think it's pretty big change.

@grawlinson
Copy link
Author

That's up to the contributors with write access to the repository, I strongly suggest looking for an alternative task runner.

@micwoj92
Copy link

Oops sorry, I thought you are contributor.

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

Successfully merging a pull request may close this issue.

7 participants