library · inferred from evidence
viper
A configuration library for Go applications, mentioned as having a vendored dependency issue.
- doctl registry repository delete-manifest ignores --force, still prompts for confirmation
This was a real bug: when the new registries command was added, its subcommands registered flags under the same names in the shared viper/pflag global table, so the delete-manifest --force flag got swallowed and the confirmation prompt show
- koyeb-cli go install fails with cannot find package hcl/printer on macOS
Skip go install for koyeb-cli on macOS and use Homebrew or the pre-compiled binaries from the releases page instead; the reporter confirmed the binary install worked and listed services and apps correctly. The go install failure came from d