File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/getsentry/sentry-go => ../
77require (
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
1313require (
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxI
44mygithub.libinneed.workers.dev/go-errors/errors v1.4.2 /go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og =
55mygithub.libinneed.workers.dev/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
66mygithub.libinneed.workers.dev/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 =
99mygithub.libinneed.workers.dev/labstack/gommon v0.4.2 h1:F8qTUNXgG1+6WQmqoUWnz8WiEU60mXVVw0P4ht1WRA0 =
1010mygithub.libinneed.workers.dev/labstack/gommon v0.4.2 /go.mod h1:QlUFxVM+SNXhDL/Z7YhocGIBYOiwB0mXm1+1bAPHPyU =
1111mygithub.libinneed.workers.dev/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA =
Original file line number Diff line number Diff 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 {}{
You can’t perform that action at this time.
0 commit comments