Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go: Bump major version to v14 | Patrick Steinhardt | 2022-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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: rearchitect command and executable Go modules | feistel | 2021-09-08 | 1 | -2/+2 |
| | |||||
* | refactor: add acceptargs field to executable | feistel | 2021-09-08 | 1 | -2/+2 |
| | | | | | parse logic will only run if the executable accept args. healthcheck is the only one not accepting arguments. | ||||
* | Rename import paths | Nick Thomas | 2019-10-18 | 1 | -1/+1 |
| | |||||
* | Move go code up one level | Nick Thomas | 2019-10-18 | 1 | -0/+104 |