You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should the feature do: Implement Go modules in the Crossplane project.
What is use case behind this feature: Go is moving towards modules for dependency management. If we want to continue to use the vendor strategy, we could enable it with Go mods. Also, we could continue to support dep for the near future if desired. This implementation would need to be accompanied with relevant documentation, likely in CONTRIBUTING.md.
The text was updated successfully, but these errors were encountered:
Is this a bug report or feature request?
What should the feature do: Implement Go modules in the Crossplane project.
What is use case behind this feature: Go is moving towards modules for dependency management. If we want to continue to use the
vendor
strategy, we could enable it with Go mods. Also, we could continue to supportdep
for the near future if desired. This implementation would need to be accompanied with relevant documentation, likely in CONTRIBUTING.md.The text was updated successfully, but these errors were encountered: