summaryrefslogtreecommitdiff
path: root/Gopkg.toml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update github.com/imdario/mergo versionTomasz Maczukin2019-07-311-4/+4
* Prevent running multiple instances of the gitlab-runner process using the sam...Tomasz Maczukin2019-07-301-0/+4
* Update zglob libarySteve Azzopardi2019-06-251-1/+1
* Update logrus to v1.4.0•••https://github.com/sirupsen/logrus/releases Steve Azzopardi2019-06-111-1/+1
* Update github.com/Microsoft/go-winio dependencyTomasz Maczukin2019-06-031-1/+1
* Change source for go-homedirSteve Azzopardi2019-05-121-1/+4
* Colored output failed on Windows machines - fixed now.•••GitLab Runner terminal output failed to output color codes on Windows machines. Instead, code gibberish was output. This merge request fixes color output on Windows machines. Axel D2019-04-021-0/+4
* Add `github.com/markelog/trie`Kamil Trzciński2019-03-061-0/+4
* Version pin github.com/docker/docker•••Change the source for `github.com/docker/docker` to `github.com/docker/engine` and version pin it to the latest tag `18.09` this would match the version of `github.com/docker/cli`. There is a good explantion as to why use `github.com/docker/engine` as a source instead of `github.com/moby/moby` in https://github.com/moby/moby/issues/38063#issuecomment-431324613. Some other related issues as to why using `github.com/docker/engine` is ideal: - https://github.com/moby/moby/issues/38507 - https://github.com/moby/moby/issues/38134 - https://github.com/moby/moby/issues/37683 - https://github.com/moby/moby/issues/37529 - https://github.com/moby/moby/issues/38063 https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-02-081-1/+6
* Update github.com/opencontainers/runc dependency•••This is a direct dependency of `github.com/docker/docker` which was updated. It's ideal to update this to keep and version mismatch bugs to a minimum. Steve Azzopardi2019-02-081-3/+1
* Update vendored code for docker client•••Update `github.com/docker/docker` and it's dependencies to the latest version of the client. All the dependencies that were updated are the minimum version needed to make the build pass. `gitlab-runner` itself does not build yet since there are some breaking changes on the client. Below is a list of all the packages there were updated - github.com/docker/docker - github.com/docker/distribution - github.com/prometheus/client_golang Steve Azzopardi2019-02-081-6/+2
* Change dependency to github.com/docker/cli•••The docker cli was moved into it's own repository, in https://github.com/docker/cli which not is the source of through for the docker configuration. https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-02-081-0/+4
* Merge branch 'update-dep-prometheus-client' into 'master'•••Update github.com/prometheus/client_golang dep See merge request gitlab-org/gitlab-runner!1150Tomasz Maczukin2019-01-241-2/+1
|\
| * Update github.com/prometheus/client_golang dep•••Update to the latest version which had a breaking change on the process collector func. Following the comment on it it's just a matter of having `NewProcessCollector(ProcessCollectorOpts{})` Steve Azzopardi2019-01-161-2/+1
* | Update github.com/Azure/go-ansiterm dependency•••Remove the override from `Gopkg.toml` file and update the dependency, since it is needed for `github.com/docker/docker` latest client upgrade that is needed for https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 Steve Azzopardi2019-01-181-4/+0
* | Update golang.org/x/sys•••This update is needed for https://gitlab.com/gitlab-org/gitlab-runner/issues/3488 since the latest client depends on a new version then we have. Steve Azzopardi2019-01-161-4/+0
|/
* Remove unnecessary dep constraint•••`github.com/docker/engine-api` is not being used anywhere and the library itself is deprecated. Steve Azzopardi2019-01-141-4/+0
* Update github.com/stretchr/testify dependencySteve Azzopardi2019-01-101-1/+1
* Update logrus version to v1.3.0Steve Azzopardi2019-01-091-1/+1
* Update github.com/sirupsen/logrus dependency•••Instead of using the master branch, use the latest tag, which will help us in the future when we want to upgrade to a new release. The commit `bcd833dfe83d3cebad139e4a29ed79cb2318bf95` was behind the `1.2.0` tag. Steve Azzopardi2018-12-311-1/+1
* Update to testify v1.2.2•••Use a version constrain instead of a commit hash constrain inside of Gopkg.toml. Steve Azzopardi2018-12-191-1/+1
* Add web terminal for docker executor•••Use reflect.DeepEqual for session.closeTerminalConn since the struct might have slices which are not comparable. Make the docker executor implement the `session.Conn` & `session.InteractiveTerminal` interface to support interactive web terminals. Update `gitlab-terminal` package to version to support docker stream. Steve Azzopardi2018-10-051-1/+1
* Upgrade logrusAlessio Caiazza2018-09-061-1/+1
* Introduce GCS cache supportTomasz Maczukin2018-09-041-15/+40
* CI Web TerminalFrancisco Javier López 🌴 On vacation; back on August 22th!2018-08-141-0/+4
* Update Logrus to fix the issueTomasz Maczukin2018-08-071-3/+1
* Update kubernetes vendor to 1.10Chris Hoffman2018-06-151-4/+15
* Remove last Sirupsen referencesAlessio Caiazza2018-02-231-6/+4
* Upgrade logrus to 1.0.4Alessio Caiazza2018-02-231-14/+13
* Enable non-go prune in depAlessio Caiazza2018-02-091-6/+2
* Update go-homedirTomasz Maczukin2018-02-051-2/+2
* Move dependencies to depAlessio Caiazza2018-01-161-0/+280