From 7bdcec1d4d746c6cc3a1f39582af5b78484b86dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 09:55:57 +0000 Subject: [PATCH] chore(deps): bump github.com/labstack/echo/v4 from 4.7.2 to 4.8.0 Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.7.2 to 4.8.0. - [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.7.2...v4.8.0) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9b3d06a..b54560c 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/jarcoal/httpmock v1.2.0 github.com/jinzhu/copier v0.3.5 github.com/labstack/echo-contrib v0.13.0 - github.com/labstack/echo/v4 v4.7.2 + github.com/labstack/echo/v4 v4.8.0 github.com/labstack/gommon v0.3.1 github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1