-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Go11Modules go.mod? #5444
Comments
Thanks @prologic for the offer. As you have figured out already, we are currently using govendor. We intend to switch to using Keep an eye for adoption of go mod after 0.9.0 ships. |
@notnoop It's going to release 0.10 for now, and go 1.13 with modules enabled by default released. Is there any roadmap for nomad to migrate to go mod? I'm developing a nomad plugin and vendor troubled me a lot. |
@Xuanwo Thanks for reaching out. We do plan to ease developing plugins with go mod against nomad as it's go mod is the way to go now. We are researching what's involved and will figure out what to do. |
Hi @notnoop, |
Reopening as we're actively working on switching to Go modules. |
Closing this issue now as we are using go mod for Nomad 0.12. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
How are you guys managing dependencies? I see a
vendor/
directory but nothing managing it? Would you accept a PR that adds ago.mod
andgo.sum
based off of what's currently invendor/
?The text was updated successfully, but these errors were encountered: