aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Expand)AuthorAgeFilesLines
* update cobra to v1.4.0Michael Muré2022-03-101-363/+11
* Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.1dependabot[bot]2022-03-101-17/+3
* Merge pull request #756 from MichaelMure/dependabot/go_modules/github.com/vek...Michael Muré2022-03-101-2/+2
|\
| * Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1dependabot[bot]2022-03-101-2/+2
* | build(deps): bump github.com/99designs/keyring from 1.2.0 to 1.2.1dependabot[bot]2022-03-101-2/+2
|/
* build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0dependabot[bot]2022-03-101-2/+2
* Bump github.com/xanzy/go-gitlab from 0.55.1 to 0.57.0 (#757)dependabot[bot]2022-03-071-2/+2
* Bump github.com/vektah/gqlparser/v2 from 2.2.0 to 2.4.0dependabot[bot]2022-03-011-1/+7
* Bump github.com/xanzy/go-gitlab from 0.54.3 to 0.55.1dependabot[bot]2022-02-151-2/+2
* update gocuiMichael Muré2022-02-151-7/+10
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-16/+20
* update gqlgenMichael Muré2022-02-151-26/+19
* Bump github.com/xanzy/go-gitlab from 0.54.1 to 0.54.3 (#734)dependabot[bot]2022-01-291-2/+2
* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#731)dependabot[bot]2022-01-051-51/+225
* Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)dependabot[bot]2022-01-051-4/+4
* Bump github.com/fatih/color from 1.12.0 to 1.13.0dependabot[bot]2021-09-221-7/+8
* Bump golang.org/x/text from 0.3.6 to 0.3.7 (#702)dependabot[bot]2021-09-061-2/+2
* Bump github.com/xanzy/go-gitlab from 0.50.1 to 0.50.4 (#707)dependabot[bot]2021-09-061-2/+2
* Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#695)dependabot[bot]2021-08-011-76/+145
* Bump github.com/go-git/go-git/v5 from 5.4.1 to 5.4.2 (#689)dependabot[bot]2021-08-011-2/+2
* Bump github.com/xanzy/go-gitlab from 0.50.0 to 0.50.1 (#693)dependabot[bot]2021-08-011-2/+2
* Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13dependabot[bot]2021-05-271-1/+2
* Merge pull request #678 from MichaelMure/dependabot/go_modules/github.com/fat...Michael Muré2021-05-251-2/+2
|\
| * Bump github.com/fatih/color from 1.11.0 to 1.12.0dependabot[bot]2021-05-251-4/+2
* | Bump github.com/go-git/go-git/v5 from 5.4.0 to 5.4.1dependabot[bot]2021-05-251-4/+2
|/
* Bump github.com/xanzy/go-gitlab from 0.48.0 to 0.50.0dependabot[bot]2021-05-241-4/+6
* Bump github.com/go-git/go-git/v5 from 5.3.0 to 5.4.0dependabot[bot]2021-05-241-10/+15
* Merge pull request #673 from MichaelMure/dependabot/go_modules/github.com/fat...Michael Muré2021-05-241-2/+2
|\
| * Bump github.com/fatih/color from 1.10.0 to 1.11.0dependabot[bot]2021-05-141-2/+2
* | GraphQL: Add AddCommandAndCloseBug mutationSascha2021-05-201-0/+2
|/
* Bump github.com/go-git/go-billy/v5 from 5.2.0 to 5.3.1dependabot[bot]2021-05-031-2/+2
* Bump github.com/go-git/go-billy/v5 from 5.1.0 to 5.2.0dependabot[bot]2021-04-231-1/+2
* Merge pull request #622 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2021-04-181-4/+4
|\
| * Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1dependabot[bot]2021-04-181-4/+4
* | Bump github.com/xanzy/go-gitlab from 0.44.0 to 0.48.0dependabot[bot]2021-04-181-5/+4
|/
* Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.3.0dependabot[bot]2021-04-051-20/+24
* Merge pull request #619 from MichaelMure/dependabot/go_modules/github.com/go-...Michael Muré2021-04-051-1/+2
|\
| * Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0dependabot[bot]2021-04-051-12/+2
* | Bump golang.org/x/text from 0.3.5 to 0.3.6dependabot[bot]2021-04-051-13/+2
|/
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-3/+12
|\
| * Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issuesMichael Muré2021-03-241-0/+2
| |\
| | * GrapQL: Regenerate the GraphQL-ServerSascha2021-03-191-0/+2
| * | repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-211-0/+2
| |/
| * commands: minor fixes for the webui open with queryMichael Muré2021-03-071-5/+0
| * Add option to specify host addressSascha2021-02-281-0/+1
| * Merge pull request #563 from MichaelMure/dependabot/go_modules/github.com/spf...Michael Muré2021-02-271-0/+4
| |\
| | * cmd: better powershell completion, thanks to cobra upgradeMichael Muré2021-02-271-0/+2
| | * build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3dependabot-preview[bot]2021-02-271-0/+2
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0dependabot-preview[bot]2021-02-271-0/+1
| |/
| * Merge pull request #568 from vmiklos/search-metadataMichael Muré2021-02-271-43/+20
| |\