From 2585ce703825c9831a0646f3ecbedfafe5a729b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:15:14 +0000 Subject: [PATCH] Bump github.com/labstack/echo/v4 from 4.1.16 to 4.15.3 in /example Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.16 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.1.16...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] --- example/go.mod | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/example/go.mod b/example/go.mod index 3a2a583..b39cf99 100644 --- a/example/go.mod +++ b/example/go.mod @@ -1,11 +1,23 @@ module echotest -go 1.14 +go 1.25.0 require ( github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 - github.com/labstack/echo v3.3.10+incompatible - github.com/labstack/echo-contrib v0.9.0 - github.com/labstack/echo/v4 v4.1.16 + github.com/labstack/echo/v4 v4.15.3 github.com/stnc/pongo2echo v0.0.0-20200913234856-f8ba98c8e545 ) + +require ( + github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect + 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 + gopkg.in/yaml.v2 v2.2.7 // indirect +)