paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

Inconsistent imports for mesos-go #48

Closed pradykaushik closed 2 years ago

pradykaushik commented 6 years ago

mesos-go updated the directory structure and thus, any library depending on mesos-go must alter the import statements to match the update.

For example, github.com/mesos/mesos-go/mesosproto --> github.com/mesos/mesos-go/api/v0/mesosproto github.com/mesos/mesos-go/executor --> github.com/mesos/mesos-go/api/v0/executor

kkrishna commented 6 years ago

Correct, its an older commit being used. Dependency would be updated in next release.

pradykaushik commented 6 years ago

Awesome. Thank you for the quick response.

ridv commented 2 years ago

After 3+ plus years, this has finally been addressed here https://github.com/paypal/dce-go/pull/120 Thanks for reporting @pradykaushik