aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Expand)AuthorAgeFilesLines
* fix(commands): replace missing importSteve Moyer2023-01-171-1/+1
* Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-141-2/+5
|\
| * commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-2/+5
* | build(deps): bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1dependabot[bot]2023-01-141-1/+1
* | repo: temporary use a fork of go-git due to https://github.com/go-git/go-git/...Michael Muré2023-01-141-0/+3
|/
* Merge pull request #983 from MichaelMure/dependabot/go_modules/github.com/go-...Michael Muré2023-01-081-1/+1
|\
| * build(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2dependabot[bot]2023-01-061-1/+1
* | Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilitiesMichael Muré2023-01-081-1/+1
|\ \ | |/ |/|
| * fix: resolve Go vulnerabilitiesSteve Moyer2023-01-031-1/+1
* | build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0dependabot[bot]2023-01-051-4/+4
* | build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0dependabot[bot]2023-01-051-1/+1
* | deps: fix merge conflicts in dependenciesSteve Moyer2023-01-031-13/+15
|\|
| * build(deps): bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0dependabot[bot]2023-01-021-1/+1
| * Merge pull request #963 from MichaelMure/feat/upgrade-go-git-v5.1.1Steve Moyer2023-01-021-14/+16
| |\
| | * feat: upgrade go-git to v5.1.1Steve Moyer2022-12-281-14/+16
| * | build(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17dependabot[bot]2022-12-291-1/+1
| |/
* / fix(972): use prerelease of GoKart with repaired panicSteve Moyer2023-01-031-4/+5
|/
* build(deps): bump github.com/99designs/keyring from 1.2.1 to 1.2.2dependabot[bot]2022-12-201-3/+3
* build(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0dependabot[bot]2022-12-131-1/+1
* Merge pull request #920 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-12-081-1/+1
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.74.0 to 0.76.0dependabot[bot]2022-11-221-3/+1
* | build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0dependabot[bot]2022-12-051-3/+1
|/
* commands: reorg into different packagesMichael Muré2022-11-201-3/+2
* webui: pack into binaryMichael Muré2022-11-201-0/+2
* Merge pull request #907 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-11-151-2/+2
|\
| * build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1dependabot[bot]2022-11-151-2/+2
* | Merge pull request #903 from MichaelMure/dependabot/go_modules/golang.org/x/t...Michael Muré2022-11-151-1/+1
|\ \ | |/ |/|
| * build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0dependabot[bot]2022-10-181-1/+1
* | build(deps): bump github.com/xanzy/go-gitlab from 0.73.1 to 0.74.0dependabot[bot]2022-10-311-1/+1
|/
* build(deps): bump github.com/99designs/gqlgen from 0.17.17 to 0.17.20dependabot[bot]2022-10-011-2/+2
* build(deps): bump github.com/praetorian-inc/gokart from 0.4.0 to 0.5.1dependabot[bot]2022-09-231-1/+1
* build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17dependabot[bot]2022-09-141-2/+2
* feat: add security toolsSteve Moyer2022-09-081-5/+14
* build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1dependabot[bot]2022-08-231-1/+4
* Merge pull request #664 from MichaelMure/combined-id-reworkMichael Muré2022-08-231-0/+2
|\
| * bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-0/+2
* | build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0dependabot[bot]2022-08-211-2/+2
* | build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0dependabot[bot]2022-08-211-8/+5
|/
* Merge pull request #846 from MichaelMure/dependabot/go_modules/github.com/mat...Michael Muré2022-08-211-2/+2
|\
| * build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16dependabot[bot]2022-08-161-2/+2
* | Merge pull request #822 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-08-211-2/+2
|\ \
| * | build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0dependabot[bot]2022-08-011-2/+2
| |/
* / move bug.Status in entities/common for reuseMichael Muré2022-08-201-0/+3
|/
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-6/+72
* Merge pull request #795 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-06-121-3/+2
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0dependabot[bot]2022-05-251-3/+2
* | build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2dependabot[bot]2022-06-071-1/+1
|/
* Merge pull request #768 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-05-041-1/+1
|\
| * build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1dependabot[bot]2022-03-161-1/+1
* | build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0dependabot[bot]2022-04-251-1/+1
|/