Skip to content

Commit ba9e533

Browse files
Update module github.com/labstack/echo/v4 to v4.13.4
| datasource | package | from | to | | ---------- | --------------------------- | ------- | ------- | | go | github.com/labstack/echo/v4 | v4.13.3 | v4.13.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 38f8889 commit ba9e533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.11
55
replace github.com/opentracing-contrib/echo => ../
66

77
require (
8-
github.com/labstack/echo/v4 v4.13.3
8+
github.com/labstack/echo/v4 v4.13.4
99
github.com/opentracing-contrib/echo v0.0.0
1010
github.com/opentracing/opentracing-go v1.2.0
1111
github.com/uber/jaeger-client-go v2.30.0+incompatible

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/opentracing-contrib/echo
33
go 1.22.11
44

55
require (
6-
github.com/labstack/echo/v4 v4.13.3
6+
github.com/labstack/echo/v4 v4.13.4
77
github.com/opentracing/opentracing-go v1.2.0
88
)
99

0 commit comments

Comments
 (0)