From 4ac6c9e9bff7247302bfc65fee41cd1e4627e3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 06:58:21 +0200 Subject: [PATCH] Bump github.com/labstack/echo/v4 in /services/fio-bco-rest (#254) Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.2.0...v4.2.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- services/fio-bco-rest/go.mod | 2 +- services/fio-bco-rest/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/fio-bco-rest/go.mod b/services/fio-bco-rest/go.mod index f0396e4..11a1489 100644 --- a/services/fio-bco-rest/go.mod +++ b/services/fio-bco-rest/go.mod @@ -6,7 +6,7 @@ require ( github.com/coreos/go-systemd/v22 v22.3.1 github.com/jancajthaml-openbank/actor-system v1.4.7 github.com/jancajthaml-openbank/local-fs v1.2.2 - github.com/labstack/echo/v4 v4.2.0 + github.com/labstack/echo/v4 v4.2.2 github.com/rs/xid v1.3.0 github.com/rs/zerolog v1.21.0 github.com/stretchr/testify v1.7.0 diff --git a/services/fio-bco-rest/go.sum b/services/fio-bco-rest/go.sum index de67c2c..f0b378b 100644 --- a/services/fio-bco-rest/go.sum +++ b/services/fio-bco-rest/go.sum @@ -11,8 +11,8 @@ github.com/jancajthaml-openbank/actor-system v1.4.7 h1:sqO/7BTm47y/NQ29ZuWxgPU7d github.com/jancajthaml-openbank/actor-system v1.4.7/go.mod h1:KzC0k0aZLZyj+eKAyEByXqM2eKCCKmBlMcjo2TXLtYU= github.com/jancajthaml-openbank/local-fs v1.2.2 h1:zBhEDRh2zY7VI1KHTMwp8uqxTP7XR9dB9cK0NYGnzmw= github.com/jancajthaml-openbank/local-fs v1.2.2/go.mod h1:aeF1ybqH3QQsFvqGdvk/0+5TXnHk1T7R1l+ZQ5d8SkY= -github.com/labstack/echo/v4 v4.2.0 h1:jkCSsjXmBmapVXF6U4BrSz/cgofWM0CU3Q74wQvXkIc= -github.com/labstack/echo/v4 v4.2.0/go.mod h1:AA49e0DZ8kk5jTOOCKNuPR6oTnBS0dYiM4FW1e6jwpg= +github.com/labstack/echo/v4 v4.2.2 h1:bq2fdZCionY1jck8rzUpQEu2YSmI8QbX6LHrCa60IVs= +github.com/labstack/echo/v4 v4.2.2/go.mod h1:AA49e0DZ8kk5jTOOCKNuPR6oTnBS0dYiM4FW1e6jwpg= github.com/labstack/gommon v0.3.0 h1:JEeO0bvc78PKdyHxloTKiF8BD5iGrH8T6MSeGvSgob0= github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k= github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=