DockerCLI/vendor/github.com/docker/docker/pkg
Sebastiaan van Stijn 47483f88f4
[20.10] vendor: github.com/docker/docker v20.10.25
full diff: https://github.com/docker/docker/compare/v20.10.22...v20.10.25

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-17 18:23:10 +02:00
..
archive [20.10] vendor: github.com/docker/docker v20.10.25 2023-07-17 18:23:10 +02:00
fileutils [20.10] vendor: github.com/docker/docker v20.10.25 2023-07-17 18:23:10 +02:00
homedir [20.10] vendor: github.com/docker/docker v20.10.17 2022-08-26 15:08:55 +02:00
idtools [20.10] vendor: github.com/docker/docker v20.10.17 2022-08-26 15:08:55 +02:00
ioutils [20.10] vendor: github.com/docker/docker v20.10.25 2023-07-17 18:23:10 +02:00
jsonmessage update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount 2020-04-22 17:16:13 +02:00
longpath Bump docker/docker to 079ed017b61eb819b8184b90013ce89465d3aaba 2018-02-20 17:17:49 +01:00
pools bump docker/docker to a09e6e323e55e1a9b21df9c2c555f5668df3ac9b 2019-10-26 15:34:43 +02:00
progress vendor: bump docker/docker a9507c6f76627fdc092edc542d5a7ef4a6df5eec 2020-01-07 10:28:38 +01:00
signal [20.10] vendor: github.com/docker/docker v20.10.25 2023-07-17 18:23:10 +02:00
stdcopy Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
streamformatter Vendoring bump for docker/docker 2018-11-08 11:37:35 +01:00
stringid vendor: align with engine at b6684a403c99aaf6be5b8ce0bef3c6650fcdcd12 2019-10-02 01:47:08 +00:00
system [20.10] vendor: github.com/docker/docker v20.10.25 2023-07-17 18:23:10 +02:00
urlutil Bump moby version (and its dependencies) 2018-06-08 11:26:10 +02:00
README.md Bump moby to f4d4f5863156b82ef146b6ff1e845f8dcf019f12 2017-11-08 17:50:58 +01:00

README.md

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Moby organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!