aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump github.com/mattn/go-runewidth from 0.0.8 to 0.0.9dependabot-preview[bot]2020-03-231-0/+2
| | | | | | | 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-0/+2
| | | | | | | 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-0/+3
| | | | | | | | 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-0/+2
| | | | | | | 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/+2
|
* webui: fix bad formatting on DateMichael Muré2020-02-231-0/+2
|
* update auto-generated filesMichael Muré2020-02-231-0/+4
|
* build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6dependabot-preview[bot]2020-02-231-0/+94
| | | | | | | 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-0/+3
| | | | | | | 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-0/+2
| | | | | | | | 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-0/+2
|\ | | | | | | | | 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-0/+2
| | | | | | | | | | | | | | | | 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-0/+2
|/ | | | | | | 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-2/+4
| | | | generation bug
* graphql: use the cache in priority for fast browsing at < 20ms instead of ↵Michael Muré2020-02-091-6/+5
| | | | seconds
* fix mergeMichael Muré2020-02-081-0/+2
|
* build(deps): bump golang.org/x/text from 0.3.0 to 0.3.2dependabot-preview[bot]2020-02-071-0/+3
| | | | | | | 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-0/+2
|\ | | | | | | | | 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-0/+2
| | | | | | | | | | | | | | 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-0/+4
|\ \ | | | | | | | | | | | | 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-0/+4
| |/ | | | | | | | | | | | | 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-0/+2
|\ \ | | | | | | | | | | | | 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-0/+2
| | | | | | | | | | | | | | | | | | | | | 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-0/+2
|\ \ \ | |_|/ |/| | | | | | | | 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-0/+2
| |/ | | | | | | | | | | | | | | 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>
* / build(deps): bump github.com/mattn/go-isatty from 0.0.8 to 0.0.12dependabot-preview[bot]2020-02-071-0/+4
|/ | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.8 to 0.0.12. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.8...v0.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-4/+16
|
* migrate to go modulesMichael Muré2020-02-051-0/+156