aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Expand)AuthorAgeFilesLines
* 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
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-03-161-1/+1
* build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0dependabot-preview[bot]2020-03-021-1/+1
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-271-1/+1
* termui: fix bad rendering due to outdated go-runewidthMichael Muré2020-02-251-0/+1
* build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6dependabot-preview[bot]2020-02-231-1/+1
* build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1dependabot-preview[bot]2020-02-201-1/+1
* build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0dependabot-preview[bot]2020-02-181-1/+1
* Merge pull request #319 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2020-02-131-1/+1
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0dependabot-preview[bot]2020-02-111-1/+1
* | build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4dependabot-preview[bot]2020-02-121-1/+1
|/
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a generati...Michael Muré2020-02-091-1/+1
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-1/+1
* fix mergeMichael Muré2020-02-081-1/+1
* various cleanups suggested by golang-ciMichael Muré2020-02-081-1/+0
* build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2dependabot-preview[bot]2020-02-071-1/+1
* Merge pull request #311 from MichaelMure/dependabot/go_modules/github.com/pkg...Michael Muré2020-02-071-1/+1
|\
| * build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1dependabot-preview[bot]2020-02-071-1/+1
* | Merge pull request #313 from MichaelMure/dependabot/go_modules/github.com/fat...Michael Muré2020-02-071-1/+1
|\ \
| * | build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0dependabot-preview[bot]2020-02-071-1/+1
| |/
* | Merge pull request #312 from MichaelMure/dependabot/go_modules/github.com/Mic...Michael Muré2020-02-071-1/+1
|\ \
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-071-1/+1