chore: sort imports with gci formatter
Description
Enable the gci formatter to sort import and reformat all files with the command golangci-lint fmt. This is needed for consistency.
Imports are divided into the following sections:
- standard (stdlib)
- default (all other imports)
- prefix (gitlab.com/gitlab-org/api)
- localmodule (gitlab.com/gitlab-org/cli)
Edited by Oleksandr Redko