summaryrefslogtreecommitdiff
path: root/cmd/gitlab-shell-authorized-keys-check/command/command_test.go
Commit message (Collapse)AuthorAgeFilesLines
* go: Bump major version to v14Patrick Steinhardt2022-07-051-6/+6
| | | | | | | | | | | | | While gitlab-shell currently has a major version of v14, the module path it exposes is not using that major version like it is required by the Go standard. This makes it impossible for dependents to import gitlab-shell as a dependency without using a commit as version. Fix this by changing the module path of gitlab-shell to instead be `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports accordingly. Changelog: fixed
* refactor: cleanup func signature and remove unused argsfeistel2021-09-081-3/+3
|
* refactor: rearchitect command and executable Go modulesfeistel2021-09-081-0/+120