aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13dependabot-preview[bot]2020-11-231-1/+1
* build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12dependabot-preview[bot]2020-11-181-1/+1
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-171-0/+10
* build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)dependabot-preview[bot]2020-11-021-1/+1
* Merge pull request #482 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-10-291-1/+1
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0dependabot-preview[bot]2020-10-281-1/+1
* | build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4dependabot-preview[bot]2020-10-281-1/+1
|/
* Vendor: upgrade spf13/cobra to v1.1.1 (#479)65432020-10-271-1/+1
* Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)65432020-10-251-4/+8
* Vendor: updage go-git to v5.2.065432020-10-221-6/+6
* build(deps): bump github.com/99designs/keyring from 1.1.5 to 1.1.6dependabot-preview[bot]2020-09-301-1/+1
* bump minimal go version to 1.13Michael Muré2020-09-291-1/+1
* repository: fix a todo in the gogit repoMichael Muré2020-09-291-0/+4
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-0/+1
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-291-1/+2
* build(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0dependabot-preview[bot]2020-08-271-1/+1
* Implement the LRU Cachevince2020-08-201-1/+1
* update go-gitlabMichael Muré2020-07-261-1/+1
* termui: avoid importing a whole package to check an errorMichael Muré2020-07-201-1/+0
* update go-term-textMichael Muré2020-07-201-2/+1
* build(deps): bump golang.org/x/text from 0.3.2 to 0.3.3dependabot-preview[bot]2020-06-171-1/+1
* update cobraMichael Muré2020-06-141-1/+1
* build(deps): bump github.com/go-errors/errors from 1.0.2 to 1.1.1dependabot-preview[bot]2020-06-141-1/+1
* build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1dependabot-preview[bot]2020-06-081-1/+1
* build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2dependabot-preview[bot]2020-04-141-1/+1
* build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7dependabot-preview[bot]2020-03-301-1/+1
* drop support of go 1.11 due to bad dep handling without mod supportMichael Muré2020-03-281-2/+1
* build(deps): bump github.com/xanzy/go-gitlab from 0.27.0 to 0.29.0dependabot-preview[bot]2020-03-281-1/+1
* build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9dependabot-preview[bot]2020-03-231-1/+1