66 Commits

Author SHA1 Message Date
Renovate Bot
073453764a chore(deps): update module go-bindata/go-bindata to v3.1.2 2019-06-11 11:01:17 +01:00
Renovate Bot
4c3330b406 chore(deps): update module golangci/golangci-lint to v1.17.1 2019-06-10 10:50:30 +01:00
Renovate Bot
6b0da8e2ff chore(deps): update module golangci/golangci-lint to v1.17.0 2019-06-09 20:53:43 +01:00
Łukasz Mierzwa
8117000cb8 fix(backend): add a workaround for Go modules issue
go.mod keeps getting updated on build but go mod tidy reverts these changes

See https://github.com/golang/go/issues/31248#issuecomment-500019917
2019-06-07 21:15:55 +01:00
Renovate Bot
ad674edffb chore(deps): update module prometheus/client_golang to v0.9.4 2019-06-07 19:30:29 +01:00
Łukasz Mierzwa
730c7ba8d1 fix(backend): replace mvdan.cc with github.com/mvdan
mvdan.cc is use by some dependecies but the HTTPS cert expired on that domain, replace calls to mvdan.cc with github origin so we can fetch it
2019-05-27 12:27:26 +01:00
Renovate Bot
dd9f83ed7a chore(deps): update github.com/gin-gonic/contrib commit hash to 7fb7810 2019-05-27 09:06:25 +01:00
Renovate Bot
bfcc6b7f30 chore(deps): update module spf13/viper to v1.4.0 2019-05-27 08:30:40 +01:00
Renovate Bot
85e194b662 chore(deps): update module prometheus/common to v0.4.1 2019-05-24 15:33:51 +00:00
Renovate Bot
4f24a9895b chore(deps): update module sirupsen/logrus to v1.4.2 2019-05-18 14:48:09 +00:00
Renovate Bot
7046915177 chore(deps): update module prometheus/client_golang to v0.9.3 2019-05-18 10:51:32 +00:00
Renovate Bot
94d790c439 chore(deps): update module gin-contrib/cors to v1 2019-05-11 20:40:48 +01:00
Łukasz Mierzwa
7cb28a3f34 fix(backend): bump gin-gonic/gin, replace conflicting ugorji/go version 2019-05-11 19:39:51 +01:00
Renovate Bot
0ddda17858 chore(deps): update github.com/gin-contrib/static commit hash to c1cdf9c 2019-05-11 19:39:51 +01:00
Renovate Bot
0925dd336c chore(deps): update github.com/gin-gonic/contrib commit hash to 87e961e 2019-05-10 09:49:32 +01:00
Renovate Bot
1141838305 chore(deps): update module prometheus/common to v0.4.0 2019-05-08 19:09:31 +01:00
Renovate Bot
65eec48414 chore(deps): update github.com/certifi/gocertifi commit hash to d2eda71 2019-05-06 19:28:12 +01:00
Renovate Bot
668b67538b chore(deps): update module jarcoal/httpmock to v1.0.4 2019-05-02 20:43:41 +00:00
Łukasz Mierzwa
d09feb0f3e chore(deps): upgrade go-openapi to v0.19.0 2019-04-25 08:01:31 +01:00
Łukasz Mierzwa
e2fbba140a fix(backend): run go mod tidy 2019-04-24 21:16:18 +01:00
Łukasz Mierzwa
dfea73923c refactor(backend): add support for OpenAPI based client for alertmanager 2019-04-24 20:56:58 +01:00
Łukasz Mierzwa
536d9cbba3 feat(backend): add mapper support for alertmanager v0.16+ 2019-04-24 20:56:00 +01:00
Renovate Bot
798262fe1d chore(deps): update github.com/gin-contrib/cors commit hash to bd1331c 2019-04-24 08:16:17 +01:00
Renovate Bot
ce227e3618 chore(deps): update module jarcoal/httpmock to v1.0.3 2019-04-16 20:34:57 +01:00
Renovate Bot
ebad7207c6 chore(deps): update github.com/certifi/gocertifi commit hash to 92f724a 2019-04-15 19:21:29 +01:00
Renovate Bot
e7bb97ef85 chore(deps): update module jarcoal/httpmock to v1.0.2 2019-04-14 16:47:01 +01:00
Renovate Bot
860204a912 chore(deps): update module blang/semver to v3.6.1 2019-04-14 16:08:41 +01:00
Renovate Bot
0de1eeaa11 chore(deps): update module go-bindata/go-bindata to v3 2019-04-11 23:09:06 +01:00
Renovate Bot
53237939cd chore(deps): update module prometheus/common to v0.3.0 2019-04-10 17:22:14 +01:00
Renovate Bot
ff7e162038 chore(deps): update github.com/certifi/gocertifi commit hash to 59a85de 2019-04-10 08:02:37 +01:00
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
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
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