Skip to content

Commit b9f4109

Browse files
authored
chore: bump echo to 4.10.1 (#1174)
1 parent 9c96788 commit b9f4109

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

echo/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/getsentry/sentry-go => ../
77
require (
88
github.com/getsentry/sentry-go v0.41.0
99
github.com/google/go-cmp v0.5.9
10-
github.com/labstack/echo/v4 v4.10.0
10+
github.com/labstack/echo/v4 v4.10.1
1111
)
1212

1313
require (

echo/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxI
44
github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og=
55
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
66
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
7-
github.com/labstack/echo/v4 v4.10.0 h1:5CiyngihEO4HXsz3vVsJn7f8xAlWwRr3aY6Ih280ZKA=
8-
github.com/labstack/echo/v4 v4.10.0/go.mod h1:S/T/5fy/GigaXnHTkh0ZGe4LpkkQysvRjFMSUTkDRNQ=
7+
github.com/labstack/echo/v4 v4.10.1 h1:rB+D8In9PWjsp1OpHaqK+t04nQv/SBD1IoIcXCg0lpY=
8+
github.com/labstack/echo/v4 v4.10.1/go.mod h1:OEyqf2//K1DFdE57vw2DRgWY0M7s65IVQO2FzvI4J5k=
99
github.com/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0=
1010
github.com/labstack/gommon v0.4.2/go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU=
1111
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=

echo/sentryecho_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestIntegration(t *testing.T) {
9696
"User-Agent": "Go-http-client/1.1",
9797
},
9898
},
99-
TransactionInfo: &sentry.TransactionInfo{Source: "route"},
99+
TransactionInfo: &sentry.TransactionInfo{Source: "url"},
100100
Contexts: map[string]sentry.Context{
101101
"trace": sentry.TraceContext{
102102
Data: map[string]interface{}{

0 commit comments

Comments
 (0)