cli/internal/test
Sebastiaan van Stijn 9b047a501f
remove uses of pkg/stringid.GenerateRandomID()
This utility was only used for testing, and to generate a random
suffix for Dockerfiles. As we don't need the same contract as
pkg/stringid.GenerateRandomID() (not allow all-numeric IDs as they
would not be usable for hostnames), we can use a local test-utility,
and local implementation for the random suffix instead.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-07-14 20:11:07 +02:00
..
builders replace uses of deprecated API types 2024-07-04 15:22:18 +02:00
environment internal/test: remove uses of pkg/errors in tests 2025-02-01 19:48:22 +01:00
network vendor: github.com/docker/docker c6aaabc9fc82 (master / v27.0.0-dev) 2024-06-05 16:29:55 +02:00
notary internal/test/notary: add testPassRetriever helper 2025-03-02 14:15:57 +01:00
output internal/test: remove uses of pkg/errors in tests 2025-02-01 19:48:22 +01:00
cli.go remove uses of cli.DefaultVersion() 2025-03-08 19:32:31 +01:00
cmd.go cli/command: move prompt utilities to separate package 2025-04-11 12:23:16 +02:00
doc.go format (GoDoc) comments with Go 1.19 to prepare for go updates 2022-07-19 19:10:16 +02:00
randomid.go remove uses of pkg/stringid.GenerateRandomID() 2025-07-14 20:11:07 +02:00
store.go Remove docker api dependency from cli/config 2019-01-31 21:25:43 +00:00
strings.go golangci-lint: enable thelper linter 2023-11-20 16:02:17 +01:00
writer.go feat: standardize error for prompt 2024-03-26 14:11:55 +01:00