Commit Graph

7 Commits

Author SHA1 Message Date
Łukasz Mierzwa
87c2259e7b fix(deps): migrate github.com/go-bindata/go-bindata to v3 2020-02-26 12:10:09 +00:00
TheLazyCode-hub
77828d0bd5 fix(docs): typo (#1109) 2019-10-30 19:56:57 +00:00
Łukasz Mierzwa
74775ac98f fix(ci): build all possible platforms 2019-08-28 14:32:04 +01:00
Renovate Bot
08360d0a0f chore(deps): update module prometheus/common to v0.5.0 2019-06-17 18:35:09 +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
Ł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
Ł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