Commit graph

11 commits

Author SHA1 Message Date
dependabot-preview[bot]
9f8d5ebcbf
chore(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7 (#91)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 12:17:24 +10:00
dependabot-preview[bot]
6722a42e4a
chore(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 (#89)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-24 19:52:41 +11:00
renovate[bot]
4959695471
chore(deps): update module prometheus/client_golang to v1.5.1 (#79) 2020-03-21 22:50:56 +11:00
Enrico Stahn
4a9fe13966
gometalinter replacement (#73)
* chore: replace gometalinter with golangci
  gometalinter is deprecated and replaced by golangci.
* chore: update go dependencies
* chore: fix lint errcheck reports
   golangci-lint reported multiple errcheck issues, e.g.

   ```
   Error return value of `p.Update` is not checked (errcheck)
   ```

* chore: GitHub actions replaces CircleCI
2020-03-04 16:34:23 +11:00
Renovate Bot
5af35e8c25 chore(deps): update module stretchr/testify to v1.4.0 2019-09-09 01:31:46 +00:00
renovate[bot]
513b6db480 chore(deps): update module mitchellh/go-homedir to v1.1.0 (#47) 2019-01-29 09:36:09 +11:00
renovate[bot]
a8cc7ba0d1 chore(deps): update module stretchr/testify to v1.3.0 (#45) 2019-01-06 13:45:20 +11:00
renovate[bot]
056f91a6de chore(deps): update module sirupsen/logrus to v1.3.0 (#44) 2019-01-06 13:45:01 +11:00
renovate[bot]
e34cefc91b chore(deps): update module mattn/go-runewidth to v0.0.4 (#42) 2018-12-31 10:34:56 +11:00
Enrico Stahn
8b64a58900
fix: Invalid PHP-FPMs request uri encoding (#37)
* fix: hashids multiple-value context (#32)
* feat: Add method to fix invalid JSON content
* chore: Add test for issue #24
* chore: Use golang modules
* fix: Set alias to satisfy gofmt
2018-12-29 20:15:27 +11:00
Enrico Stahn
b95fe70b9c
refactor: Go 1.11 and other refactorings (#36)
* ci: Use docker multi-stage builds
* refactor: Migrate from dep to go mod
* ci: Add Makefile to simplify builds
* ci: Upgrade to golang 1.11
* refactor: Run goimports for formatting
2018-12-10 21:32:28 +11:00