11 Commits

Author SHA1 Message Date
Łukasz Mierzwa
d3ff3a4806 feat(build): use Go modules to install all cli tools
Using Go modules allows to pin versions in go.mod, so dependency management tools can track those.
Right now make targets will install latest version and travis.yml downloads binaries from github, moving to modules simplifies all of this.
tools.go is needed so that go build doesn't strip those dependencies from go.mod
2019-01-16 11:33:03 +00:00
Renovate Bot
7613675fa4 chore(deps): update module pkg/errors to v0.8.1 2019-01-05 11:11:33 +00:00
Renovate Bot
cd143652f3 chore(deps): update github.com/certifi/gocertifi commit hash to abcd570 2019-01-05 10:31:23 +00:00
Renovate Bot
170678b410 chore(deps): update module sirupsen/logrus to v1.3.0 2019-01-05 10:00:11 +00:00
Renovate Bot
8a21bdac9e chore(deps): update github.com/gin-contrib/cors commit hash to 5e7acb1 2019-01-03 19:18:28 +00:00
Renovate Bot
11646d12c6 chore(deps): update github.com/gin-contrib/gzip commit hash to 0eb78e9 2019-01-02 21:38:20 +00:00
Łukasz Mierzwa
3e2683502c fix(deps): re-create Go module files
Getting a diff in CI (https://travis-ci.com/prymitive/karma/jobs/167035075) as some deps are removed from go.mod
Re-create both files (go.mod & go.sum) to ensure we don't have any orphaned indirect deps there
2018-12-26 14:38:47 +01:00
Renovate Bot
a031d318f9 chore(deps): update module modern-go/reflect2 to v1 2018-12-23 10:26:12 +00:00
Renovate Bot
575344afdd chore(deps): update github.com/gin-contrib/cors commit hash to 7c641a7 2018-12-23 09:47:07 +00:00
Renovate Bot
7a6ab2c04b chore(deps): update github.com/certifi/gocertifi commit hash to ee1a9a0 2018-12-23 09:02:06 +00:00
Łukasz Mierzwa
3840abaa8c chore(project): migrate from dep to Go modules 2018-12-21 22:18:16 +00:00