aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | * build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * tidy Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
* Merge pull request #482 from ↵Michael Muré2020-10-291-1/+1
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.39.0 build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.38.2 to 0.39.0dependabot-preview[bot]2020-10-281-1/+1
| | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.38.2 to 0.39.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.38.2...v0.39.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | build(deps): bump golang.org/x/text from 0.3.3 to 0.3.4dependabot-preview[bot]2020-10-281-1/+1
|/ | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.3...v0.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Vendor: upgrade spf13/cobra to v1.1.1 (#479)65432020-10-271-1/+1
| | | | | | | * build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
* Vendor: updage xanzy/go-gitlab to v0.38.2 (#473)65432020-10-251-4/+8
| | | | | * build(deps): bump github.com/xanzy/go-gitlab from 0.33.0 to 0.38.2 * migrate * refactor
* 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
| | | | | | | Bumps [github.com/99designs/keyring](https://github.com/99designs/keyring) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/99designs/keyring/releases) - [Commits](https://github.com/99designs/keyring/compare/v1.1.5...v1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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
| | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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
| | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.2...v0.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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
| | | | | | | Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.2 to 1.1.1. - [Release notes](https://github.com/go-errors/errors/releases) - [Commits](https://github.com/go-errors/errors/compare/v1.0.2...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1dependabot-preview[bot]2020-06-081-1/+1
| | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/go-errors/errors from 1.0.1 to 1.0.2dependabot-preview[bot]2020-04-141-1/+1
| | | | | | | Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/go-errors/errors/releases) - [Commits](https://github.com/go-errors/errors/compare/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7dependabot-preview[bot]2020-03-301-1/+1
| | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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
| | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.27.0 to 0.29.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.27.0...v0.29.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9dependabot-preview[bot]2020-03-231-1/+1
| | | | | | | Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.8...v0.0.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-03-161-1/+1
| | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.7 to 0.2.8. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.7...v0.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/xanzy/go-gitlab from 0.26.0 to 0.27.0dependabot-preview[bot]2020-03-021-1/+1
| | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.26.0...v0.27.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-271-1/+1
| | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.6...v0.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* 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
| | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1dependabot-preview[bot]2020-02-201-1/+1
| | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* build(deps): bump github.com/xanzy/go-gitlab from 0.25.0 to 0.26.0dependabot-preview[bot]2020-02-181-1/+1
| | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.25.0...v0.26.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #319 from ↵Michael Muré2020-02-131-1/+1
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.25.0 build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0dependabot-preview[bot]2020-02-111-1/+1
| | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.24.0...v0.25.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4dependabot-preview[bot]2020-02-121-1/+1
|/ | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.3...v1.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵Michael Muré2020-02-091-1/+1
| | | | generation bug
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-1/+1
| | | | seconds
* 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
| | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.0...v0.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #311 from ↵Michael Muré2020-02-071-1/+1
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/pkg/errors-0.9.1 build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1
| * build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1dependabot-preview[bot]2020-02-071-1/+1
| | | | | | | | | | | | | | Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/pkg/errors/releases) - [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #313 from ↵Michael Muré2020-02-071-1/+1
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/fatih/color-1.9.0 build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0
| * | build(deps): bump github.com/fatih/color from 1.7.0 to 1.9.0dependabot-preview[bot]2020-02-071-1/+1
| |/ | | | | | | | | | | | | Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.7.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #312 from ↵Michael Muré2020-02-071-1/+1
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.6 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.4 to 0.2.6
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2020-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.4 to 0.2.6. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.4...v0.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #310 from ↵Michael Muré2020-02-071-1/+1
|\ \ \ | |_|/ |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.24.0 build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.22.1 to 0.24.0dependabot-preview[bot]2020-02-071-1/+1
| |/ | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.1 to 0.24.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.22.1...v0.24.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>