From aa855363c7e023b9250037507fdf558bb143a72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:59:24 +0000 Subject: [PATCH] Bump github.com/labstack/echo/v4 Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.9.0 to 4.15.3. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/v4.15.3/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.9.0...v4.15.3) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/server/petstore/go-echo-server/go.mod | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/samples/server/petstore/go-echo-server/go.mod b/samples/server/petstore/go-echo-server/go.mod index 35af20db6eae..4d860728d94c 100644 --- a/samples/server/petstore/go-echo-server/go.mod +++ b/samples/server/petstore/go-echo-server/go.mod @@ -1,5 +1,18 @@ module gitlab.com/openapitools/petstore -go 1.16 +go 1.25.0 -require github.com/labstack/echo/v4 v4.9.0 +require github.com/labstack/echo/v4 v4.15.3 + +require ( + github.com/labstack/gommon v0.5.0 // indirect + github.com/mattn/go-colorable v0.1.14 // indirect + github.com/mattn/go-isatty v0.0.22 // indirect + github.com/valyala/bytebufferpool v1.0.0 // indirect + github.com/valyala/fasttemplate v1.2.2 // indirect + golang.org/x/crypto v0.50.0 // indirect + golang.org/x/net v0.53.0 // indirect + golang.org/x/sys v0.43.0 // indirect + golang.org/x/text v0.36.0 // indirect + golang.org/x/time v0.15.0 // indirect +)