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
Create 3 new go modules under the api, client, and daemon package. The client module will only depend on the api module from github.com/moby/moby. The api module will not depend on any other modules from github.com/moby/moby.
Description
Create 3 new go modules under the api, client, and daemon package. The client module will only depend on the api module from
github.com/moby/moby. The api module will not depend on any other modules fromgithub.com/moby/moby.Required split PRs
28.2
29.0
types/plugins/logdrivermust be removed from API module #50473