DockerCLI/cli-plugins
Sebastiaan van Stijn 3b5e814242
cli-plugins/socket: remove use of deprecated distribution uuid package
The "github.com/docker/distribution" module moved to the distribution
org ("github.com/docker/distribution/v3"), and the new module deprecated
and removed the uuid package in favor of Google's UUID package.

While we still depend on the old module through packages and as an indirect
dependency, we may want to try avoid using it.

This patch replaces the use for the socket package, and replaces it for a
local utility, taking the same approach as `stringid.GenerateRandomID()`,
which should be random enough for this purpose.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-02-13 16:24:53 +01:00
..
examples/helloworld cli-plugins: helloworld: rename var that collided with import 2024-01-11 22:25:15 +01:00
manager Revert "plugins: run plugin with new process group ID" 2024-01-15 13:30:01 +00:00
plugin cli-plugins: move socket code into common package 2024-01-12 11:49:25 -07:00
socket cli-plugins/socket: remove use of deprecated distribution uuid package 2024-02-13 16:24:53 +01:00