aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
Commit message (Collapse)AuthorAgeFilesLines
* migrate to go modulesMichael Muré2020-02-051-524/+0
|
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2019-12-261-3/+3
| | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.1 to 0.2.4. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.1...v0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #255 from ↵Michael Muré2019-11-191-2/+2
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/awesome-gocui/gocui-a34ffb0 build(deps): bump github.com/awesome-gocui/gocui from `c9d3c2b` to `a34ffb0`
| * vendor: update github.com/awesome-gocui/gocui dependenciesamine2019-11-191-0/+1
| |
| * build(deps): bump github.com/awesome-gocui/gocuidependabot-preview[bot]2019-11-181-2/+2
| | | | | | | | | | | | | | Bumps [github.com/awesome-gocui/gocui](https://github.com/awesome-gocui/gocui) from `c9d3c2b` to `a34ffb0`. - [Release notes](https://github.com/awesome-gocui/gocui/releases) - [Commits](https://github.com/awesome-gocui/gocui/compare/c9d3c2bec453a8d648228640c79cc769bbc78df8...a34ffb055986a3f9461735162c9a2d235b95b8cb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | vendor: update github.com/xanzy/go-gitlab dependenciesamine2019-11-191-0/+1
| |
* | build(deps): bump github.com/xanzy/go-gitlab from 0.22.0 to 0.22.1dependabot-preview[bot]2019-11-181-3/+3
|/ | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.22.0 to 0.22.1. - [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.0...v0.22.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #245 from ↵Michael Muré2019-11-111-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.0 build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0dependabot-preview[bot]2019-11-071-3/+3
| | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.21.0 to 0.22.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.21.0...v0.22.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | termui: rework the cursor in bugtable to match the rendering before the ↵Michael Muré2019-11-101-0/+1
| | | | | | | | switch to awesome-gocui
* | termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-031-17/+25
|/
* bridge: improvement on the import resume featureMichael Muré2019-11-031-0/+9
|
* Merge pull request #234 from ↵Michael Muré2019-11-031-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0 build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0dependabot-preview[bot]2019-10-241-3/+3
| | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.20.0 to 0.21.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.20.0...v0.21.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | drop support for go 1.9Michael Muré2019-11-031-3/+3
| |
* | switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-1/+9
|/
* build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`dependabot-preview[bot]2019-09-121-1/+1
| | | | | | | Bumps [golang.org/x/sync](https://github.com/golang/sync) from `1122301` to `cd5d95a`. - [Release notes](https://github.com/golang/sync/releases) - [Commits](https://github.com/golang/sync/compare/112230192c580c3556b8cee6403af37a4fc5f28c...cd5d95a43a6e21273425c7ae415d3df9ea832eeb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-0/+9
| | | | vendor: add package golang.org/x/sync/errgroup
* Merge pull request #194 from ↵Amine2019-08-171-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.2 build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2
| * build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2dependabot-preview[bot]2019-08-081-3/+3
| | | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.1...v0.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0dependabot-preview[bot]2019-08-161-3/+3
|/ | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.19.0 to 0.20.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.19.0...v0.20.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* vendor: update github.com/xanzy/go-gitlab to version 0.19.0Amine Hilaly2019-07-231-3/+3
|
* deps: Add github.com/xanzy/go-gitlab to dependenciesAmine Hilaly2019-07-231-0/+17
|
* graphql: don't use the gqlgen command to generate to avoid pulling urfave/cliMichael Muré2019-07-091-12/+3
|
* Update Gopkg.lock and Gopkg.tmlAmine Hilaly2019-07-071-0/+9
|
* Merge pull request #174 from ↵Michael Muré2019-07-061-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.3 build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3
| * build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3dependabot-preview[bot]2019-07-011-3/+3
| | | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #173 from ↵Michael Muré2019-07-061-3/+4
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.1 build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1
| * | build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1dependabot-preview[bot]2019-06-271-3/+4
| |/ | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Commits](https://github.com/99designs/gqlgen/compare/v0.9.0...v0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / [vendor] update dependencies: github.com/shurcooL/githubv4Amine Hilaly2019-06-241-2/+2
|/ | | | [bridge/github] graphql: Add more mutations structs
* build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5dependabot-preview[bot]2019-06-231-3/+3
| | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #145 from ↵Michael Muré2019-05-211-3/+3
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4 build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-211-3/+3
| | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #144 from ↵Michael Muré2019-05-211-2/+2
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63 build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/ | | | | | | | | | | | | Bumps [github.com/skratchdot/open-golang](https://github.com/skratchdot/open-golang) from `75fb7ed` to `79abb63`. - [Release notes](https://github.com/skratchdot/open-golang/releases) - [Commits](https://github.com/skratchdot/open-golang/compare/75fb7ed4208cf72d323d7d02fd1a5964a7a9073c...79abb63cd66e41cb1473e26d11ebdcd68b04c8e5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #139 from ↵Michael Muré2019-05-211-11/+3
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.2 build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-211-11/+3
| |/ | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.6.2 to 1.7.2. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.6.2...v1.7.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/ | | | | | | Bumps [github.com/shurcooL/vfsgen](https://github.com/shurcooL/vfsgen) from `62bca83` to `6a9ea43`. - [Release notes](https://github.com/shurcooL/vfsgen/releases) - [Commits](https://github.com/shurcooL/vfsgen/compare/62bca832be04bd2bcaabd3b68a6b19a7ec044411...6a9ea43bcacdf716a5c1b38efff722c07adf0069) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Upgrade gqlgen version to v0.9.0Amine Hilaly2019-05-151-3/+3
|
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+13
| | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
* force a version of golang.org/x/tools due to an incompatibility with gqlgenMichael Muré2019-04-101-4/+6
|
* drop go 1.8 supportAmine Hilaly2019-04-091-3/+3
|
* Update Gopkg.*Amine Hilaly2019-04-091-7/+15
|
* graphql: expose allIdentities, identities and userIdentity in the repoMichael Muré2019-04-011-3/+3
|
* identity: more cleaning and fixes after a code reviewMichael Muré2019-03-011-37/+0
|
* WIP identity in gitMichael Muré2019-03-011-0/+1
|
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-9/+9
|
* add a check for the minimal go version (1.8)Michael Muré2018-12-231-0/+9
|
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-7/+17
|
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-2/+6
|