From 926bd71de5f0e135d77a2643909be535909e251c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:48:05 +0000 Subject: [PATCH] Bump github.com/labstack/echo/v4 in /06/02_cloudrun_with_sql/handler Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.10 to 4.9.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.1.10...v4.9.0) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 06/02_cloudrun_with_sql/handler/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/06/02_cloudrun_with_sql/handler/go.mod b/06/02_cloudrun_with_sql/handler/go.mod index aaa64c5..83f3d47 100644 --- a/06/02_cloudrun_with_sql/handler/go.mod +++ b/06/02_cloudrun_with_sql/handler/go.mod @@ -6,7 +6,5 @@ require ( github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190828224159-d93c53a4824c github.com/go-sql-driver/mysql v1.4.1 github.com/kelseyhightower/envconfig v1.4.0 - github.com/labstack/echo v3.3.10+incompatible - github.com/labstack/echo/v4 v4.1.10 - golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect + github.com/labstack/echo/v4 v4.9.0 )