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
According to CONTRIBUTING.md, the core team maintains dependencies, and updates to vendor/ should be handled via discussion with them.
I opened #16420 to get a complete version of go-migrator added to the project, and that ticket was marked as help wanted by @wy65701436 - I'd be happy to do the work, but the "how" isn't clear to me.
So far, I've tried removing the vendor/ directory and running go mod vendor - maybe that worked once, but there seem to be a lot of absent dependencies now. Separately, I tried go geting the module I needed, and copying it into place. That led to a lot of missing dependencies (perhaps why it was stripped?), and I didn't want to burn hours manually fetching each of them, especially if that's not the approved approach.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to
CONTRIBUTING.md
, the core team maintains dependencies, and updates tovendor/
should be handled via discussion with them.I opened #16420 to get a complete version of
go-migrator
added to the project, and that ticket was marked ashelp wanted
by @wy65701436 - I'd be happy to do the work, but the "how" isn't clear to me.So far, I've tried removing the
vendor/
directory and runninggo mod vendor
- maybe that worked once, but there seem to be a lot of absent dependencies now. Separately, I triedgo get
ing the module I needed, and copying it into place. That led to a lot of missing dependencies (perhaps why it was stripped?), and I didn't want to burn hours manually fetching each of them, especially if that's not the approved approach.Beta Was this translation helpful? Give feedback.
All reactions