aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.lock
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2019-12-261-3/+3
* Merge pull request #255 from MichaelMure/dependabot/dep/github.com/awesome-go...Michael Muré2019-11-191-2/+2
|\
| * 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
* | 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
|/
* Merge pull request #245 from MichaelMure/dependabot/dep/github.com/xanzy/go-g...Michael Muré2019-11-111-3/+3
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0dependabot-preview[bot]2019-11-071-3/+3
* | termui: rework the cursor in bugtable to match the rendering before the switc...Michael Muré2019-11-101-0/+1
* | 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 MichaelMure/dependabot/dep/github.com/xanzy/go-g...Michael Muré2019-11-031-3/+3
|\
| * build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0dependabot-preview[bot]2019-10-241-3/+3
* | 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
* bridge/github: improve error handling and Nothing eventsAmine Hilaly2019-08-181-0/+9
* Merge pull request #194 from MichaelMure/dependabot/dep/github.com/99designs/...Amine2019-08-171-3/+3
|\
| * build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2dependabot-preview[bot]2019-08-081-3/+3
* | build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0dependabot-preview[bot]2019-08-161-3/+3
|/
* 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 MichaelMure/dependabot/dep/github.com/gorilla/mu...Michael Muré2019-07-061-3/+3
|\
| * build(deps): bump github.com/gorilla/mux from 1.7.2 to 1.7.3dependabot-preview[bot]2019-07-011-3/+3
* | Merge pull request #173 from MichaelMure/dependabot/dep/github.com/99designs/...Michael Muré2019-07-061-3/+4
|\ \
| * | build(deps): bump github.com/99designs/gqlgen from 0.9.0 to 0.9.1dependabot-preview[bot]2019-06-271-3/+4
| |/
* / [vendor] update dependencies: github.com/shurcooL/githubv4Amine Hilaly2019-06-241-2/+2
|/
* build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5dependabot-preview[bot]2019-06-231-3/+3
* Merge pull request #145 from MichaelMure/dependabot/dep/github.com/spf13/cobr...Michael Muré2019-05-211-3/+3
|\
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-211-3/+3
* | Merge pull request #144 from MichaelMure/dependabot/dep/github.com/skratchdot...Michael Muré2019-05-211-2/+2
|\ \
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/
* | Merge pull request #139 from MichaelMure/dependabot/dep/github.com/gorilla/mu...Michael Muré2019-05-211-11/+3
|\ \
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-211-11/+3
| |/
* / build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/
* Upgrade gqlgen version to v0.9.0Amine Hilaly2019-05-151-3/+3
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+13
* 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
* use more testify, fix unchecked errorsMichael Muré2018-09-291-0/+25