aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump github.com/xanzy/go-gitlab from 0.57.0 to 0.59.0dependabot[bot]2022-03-101-1/+1
* Bump github.com/xanzy/go-gitlab from 0.55.1 to 0.57.0 (#757)dependabot[bot]2022-03-071-1/+1
* Bump github.com/vektah/gqlparser/v2 from 2.2.0 to 2.4.0dependabot[bot]2022-03-011-1/+1
* Bump github.com/xanzy/go-gitlab from 0.54.3 to 0.55.1dependabot[bot]2022-02-151-1/+1
* update gocuiMichael Muré2022-02-151-1/+1
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-3/+4
* update gqlgenMichael Muré2022-02-151-3/+2
* Bump github.com/xanzy/go-gitlab from 0.54.1 to 0.54.3 (#734)dependabot[bot]2022-01-291-1/+1
* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#731)dependabot[bot]2022-01-051-4/+4
* Bump github.com/xanzy/go-gitlab from 0.50.4 to 0.54.1 (#732)dependabot[bot]2022-01-051-1/+1
* Bump github.com/fatih/color from 1.12.0 to 1.13.0dependabot[bot]2021-09-221-3/+3
* Bump golang.org/x/text from 0.3.6 to 0.3.7 (#702)dependabot[bot]2021-09-061-1/+1
* Bump github.com/xanzy/go-gitlab from 0.50.1 to 0.50.4 (#707)dependabot[bot]2021-09-061-1/+1
* Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 (#695)dependabot[bot]2021-08-011-6/+5
* Bump github.com/go-git/go-git/v5 from 5.4.1 to 5.4.2 (#689)dependabot[bot]2021-08-011-1/+1
* Bump github.com/xanzy/go-gitlab from 0.50.0 to 0.50.1 (#693)dependabot[bot]2021-08-011-1/+1
* Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.13dependabot[bot]2021-05-271-1/+1
* Merge pull request #678 from MichaelMure/dependabot/go_modules/github.com/fat...Michael Muré2021-05-251-1/+1
|\
| * Bump github.com/fatih/color from 1.11.0 to 1.12.0dependabot[bot]2021-05-251-1/+1
* | Bump github.com/go-git/go-git/v5 from 5.4.0 to 5.4.1dependabot[bot]2021-05-251-1/+1
|/
* Bump github.com/xanzy/go-gitlab from 0.48.0 to 0.50.0dependabot[bot]2021-05-241-2/+2
* Bump github.com/go-git/go-git/v5 from 5.3.0 to 5.4.0dependabot[bot]2021-05-241-3/+3
* Bump github.com/fatih/color from 1.10.0 to 1.11.0dependabot[bot]2021-05-141-1/+1
* Bump github.com/go-git/go-billy/v5 from 5.2.0 to 5.3.1dependabot[bot]2021-05-031-1/+1
* Bump github.com/go-git/go-billy/v5 from 5.1.0 to 5.2.0dependabot[bot]2021-04-231-1/+1
* Merge pull request #622 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2021-04-181-1/+1
|\
| * Bump github.com/MichaelMure/go-term-text from 0.2.10 to 0.3.1dependabot[bot]2021-04-181-1/+1
* | Bump github.com/xanzy/go-gitlab from 0.44.0 to 0.48.0dependabot[bot]2021-04-181-2/+1
|/
* Bump github.com/go-git/go-git/v5 from 5.2.0 to 5.3.0dependabot[bot]2021-04-051-6/+3
* Merge pull request #619 from MichaelMure/dependabot/go_modules/github.com/go-...Michael Muré2021-04-051-1/+1
|\
| * Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0dependabot[bot]2021-04-051-1/+1
* | Bump golang.org/x/text from 0.3.5 to 0.3.6dependabot[bot]2021-04-051-1/+1
|/
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-3/+3
|\
| * repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-211-1/+1
| * Merge pull request #563 from MichaelMure/dependabot/go_modules/github.com/spf...Michael Muré2021-02-271-1/+1
| |\
| | * build(deps): bump github.com/spf13/cobra from 1.1.1 to 1.1.3dependabot-preview[bot]2021-02-271-1/+1
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.40.1 to 0.44.0dependabot-preview[bot]2021-02-271-1/+1
| |/
| * query: refactor to reuse the split function for both query and tokenMichael Muré2021-02-271-9/+0
* | fix mergeMichael Muré2021-02-141-2/+0
* | require go 1.15Michael Muré2021-02-141-1/+1
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-8/+0
|/
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2021-01-251-1/+1
* Merge pull request #524 from MichaelMure/dependabot/go_modules/golang.org/x/t...Michael Muré2021-01-241-1/+1
|\
| * build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5dependabot-preview[bot]2021-01-111-1/+1
* | build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0dependabot-preview[bot]2021-01-141-1/+1
|/
* build(deps): bump github.com/blevesearch/bleve from 1.0.13 to 1.0.14dependabot-preview[bot]2020-12-091-1/+1
* Merge pull request #510 from MichaelMure/repo-reworkMichael Muré2020-12-081-0/+1
|\
| * repo: more work towards RepoStorageMichael Muré2020-12-051-1/+0
| * Add RepoStorage interface (for draft PR)Mark2020-12-051-0/+2
* | build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1dependabot-preview[bot]2020-12-031-1/+1
|/