DockerCLI/cli-plugins/socket
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
..
socket.go cli-plugins/socket: remove use of deprecated distribution uuid package 2024-02-13 16:24:53 +01:00
socket_darwin.go cli-plugins: use non-abstract socket on darwin 2024-01-12 12:30:27 -07:00
socket_nodarwin.go Avoid keeping @docker_cli_[UUID] files 2024-02-09 00:19:27 +01:00
socket_openbsd.go Avoid keeping @docker_cli_[UUID] files 2024-02-09 00:19:27 +01:00
socket_test.go tests: add plugin-socket-compatibility tests 2024-01-29 13:39:58 +00:00