From fc304efbb6f8fef098df108e48a185a4c2853511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:21:04 +0100 Subject: [PATCH] chore(deps): bump github.com/hellofresh/health-go/v5 from 5.5.0 to 5.5.1 (#135) Bumps [github.com/hellofresh/health-go/v5](https://github.com/hellofresh/health-go) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/hellofresh/health-go/releases) - [Commits](https://github.com/hellofresh/health-go/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: github.com/hellofresh/health-go/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1a0c22a..21cf202 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/eko/gocache/store/redis/v4 v4.2.1 github.com/fiatjaf/relayer v1.7.3 github.com/hashicorp/logutils v1.0.0 - github.com/hellofresh/health-go/v5 v5.5.0 + github.com/hellofresh/health-go/v5 v5.5.1 github.com/kelseyhightower/envconfig v1.4.0 github.com/mattn/go-sqlite3 v1.14.18 github.com/microcosm-cc/bluemonday v1.0.26 diff --git a/go.sum b/go.sum index 388b3ea..c9f31fd 100644 --- a/go.sum +++ b/go.sum @@ -111,8 +111,8 @@ github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWm github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hellofresh/health-go/v5 v5.5.0 h1:N6zl1kOTTRsn26Bvo0KLTFSrK3iBOekhCLj3jbP9brI= -github.com/hellofresh/health-go/v5 v5.5.0/go.mod h1:+eIMwQtFWKlrl9kE+eLeK//f97xAewFg2pP1U1v+Svg= +github.com/hellofresh/health-go/v5 v5.5.1 h1:QVGiq5Amv73HMlVh/KgrB3OqxZ+wSUpZKiOrIs5mNco= +github.com/hellofresh/health-go/v5 v5.5.1/go.mod h1:GutnYy+rj2sZsyArSSt5VhfHP3FH8tiZ2tpKLOY+/0M= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=