Renovate Bot
34c29893d9
chore(deps): update gin-gonic/contrib commit hash to b598696
2019-04-08 21:18:21 +01:00
Renovate Bot
3f8e3eb18e
chore(deps): update deanthompson/ginpprof commit hash to 3be6366
2019-04-08 11:40:46 +01:00
Renovate Bot
007c3b3e4a
chore(deps): update github.com/gin-gonic/contrib commit hash to 60f8537
2019-04-05 20:48:21 -07:00
Renovate Bot
dc8392b9e9
chore(deps): update module golangci/golangci-lint to v1.16.0
2019-03-31 20:36:33 -07:00
Łukasz Mierzwa
274c3a35e4
fix(backend): run go mod tidy
2019-03-26 11:43:59 -07:00
Renovate Bot
5707cb14db
chore(deps): update module jarcoal/httpmock to v1.0.1
2019-03-26 18:37:20 +00:00
Łukasz Mierzwa
9f2492d30e
chore(backend): switch jarcoal/httpmock imports to use github
...
This is to use v1.0.0 that was just released, gopkg.in doesn't work anymore
2019-03-17 20:17:20 +01:00
Renovate Bot
970448fd21
chore(deps): update module spf13/viper to v1.3.2
2019-03-13 11:53:42 +00:00
Renovate Bot
a63e47fdda
chore(deps): update module sirupsen/logrus to v1.4.0
2019-03-11 17:51:48 +00:00
Renovate Bot
a282d60f33
chore(deps): update module gin-contrib/gzip to v0.0.1
2019-03-11 09:09:52 +00:00
Łukasz Mierzwa
a57e3c7c5b
fix(backend): fix the syntax of tools.go
...
Comment was incorrectly formatted, resulting in tools.go being ignored.
Fix the comment and run 'go mod tidy' to fix Go module files
2019-03-07 16:09:00 +00:00
Renovate Bot
0d1ecf29d4
chore(deps): update github.com/gin-gonic/contrib commit hash to 54ff787
2019-03-02 08:22:54 +00:00
Renovate Bot
61886cf68f
chore(deps): update github.com/gin-contrib/static commit hash to ed51589
2019-03-01 18:30:49 +00:00
Renovate Bot
ec19bd704d
chore(deps): update github.com/gin-contrib/gzip commit hash to b07653c
2019-03-01 17:51:20 +00:00
Renovate Bot
1e0ed1bccd
chore(deps): update github.com/gin-contrib/cors commit hash to f9e1099
2019-03-01 08:06:03 +00:00
Łukasz Mierzwa
d358de94fe
chore(backend): run go mod tidy
...
This is to cleanup go.sum from old entries and ensure it contains everything it should
2019-02-26 23:02:00 +00:00
Renovate Bot
131a2ce43c
chore(deps): update github.com/gin-contrib/static commit hash to d034493
2019-02-26 19:06:46 +00:00
Renovate Bot
37df516ee5
chore(deps): update github.com/gin-contrib/gzip commit hash to 3ee4a99
2019-02-26 18:02:26 +00:00
Renovate Bot
88ff43d5a7
chore(deps): update github.com/gin-contrib/cors commit hash to 50921af
2019-02-26 08:01:16 +00:00
Renovate Bot
1b2542db3e
chore(deps): update module golangci/golangci-lint to v1.15.0
2019-02-18 18:38:57 +00:00
Renovate Bot
2577800966
chore(deps): update github.com/gin-gonic/contrib commit hash to 1ed86e3
2019-02-16 10:33:23 +00:00
Renovate Bot
087a7b64d1
chore(deps): update module golangci/golangci-lint to v1.14.0
2019-02-11 18:47:57 +00:00
Łukasz Mierzwa
9e4abbd42b
feat(backend): allow setting custom colors for labels
...
This allows to have a user defined color (rgb or hex) for label values configured in the config file
2019-02-04 13:18:47 +00:00
Renovate Bot
2ab9537ab1
chore(deps): update module prometheus/common to v0.2.0
2019-01-28 08:32:27 +00:00
Renovate Bot
4d792f4272
chore(deps): update module golangci/golangci-lint to v1.13.2
2019-01-27 20:18:16 +00:00
Renovate Bot
046395307c
chore(deps): update module prometheus/common to v0.1.0
2019-01-24 21:45:56 +09:00
Renovate Bot
a7258c5643
chore(deps): update module golangci/golangci-lint to v1.13.1
2019-01-24 20:59:09 +09:00
Ł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
Łukasz Mierzwa
0be0d44350
chore(go): run go mod tidy to cleanup go.sum
2018-12-23 12:20:21 +00:00
Łukasz Mierzwa
f3085619df
chore(build): add missing lines to go.sum
...
Running build locally adds those, push it to git
2018-12-23 12:18:28 +00: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